@an0n-000/nanoo
v1.2.0
Published
Nanoo TV download util
Downloads
50
Readme
Nanoo Media Downloader
Nanoo is a small command-line utility to download media from nanoo.tv by extracting the media metadata and selected stream, then saving the resulting file to disk.
[!CAUTION] This tool is only a hypothetical proof-of-concept implementation for educational purposes. Downloading copyrighted content without permission may violate terms of service or copyright laws. Ensure you have the right to download and use the media before proceeding.
Quick Start
npx @an0n-000/nanoo
Features
- Extracts video metadata (title, duration) from nanoo.tv.
- Lets you choose available streams (quality, resolution, framerate).
- Downloads selected stream to a local folder.
Prerequisites
- Node.js 18+ (or a recent LTS)
- npm
Installation
Clone the repository:
git clone https://github.com/An0n-00/nanoo.git cd nanooInstall dependencies:
npm installRun project:
npm run dev
Usage
- Start the app (see Running).
- Provide the nanoo.tv link when prompted.
- Choose the stream to download from the presented options.
- Choose a destination folder and confirm.
- The tool downloads the selected encoding to the chosen path.
License
This project is licensed under the MIT License - see the LICENSE file for details.
