A simple and efficient script to download videos from Noodle Magazine, Mat6Tube, and their proxy websites (requires manual code modification).
- Downloads from NoodleMagazine and Mat6Tube URLs.
- Automatically selects the best available video quality.
- Uses
aria2cfor fast and reliable downloads. - Option to specify a custom output directory.
Before you begin, ensure you have the following installed:
- Python 3
- aria2c: A command-line download utility.
You can install the required Python packages using pip:
pip install requestsTo download a video, simply run the script with the video URL:
python NoodleMat-DL.py <URL>-o, --output <DIRECTORY>: Specify a directory to save the downloaded video.
Download a video to the current directory:
python NoodleMat-DL.py https://noodlemagazine.com/watch/-123456789Download a video to a specific directory:
python NoodleMat-DL.py https://noodlemagazine.com/watch/-1123456789 -o /path/to/your/videosThe script fetches the video page, extracts the video playlist, and identifies the URL for the highest quality video stream. It then invokes aria2c with the necessary cookies and headers to download the video efficiently.
Contributions, issues, and feature requests are welcome!
This project is licensed under the 2-Clause BSD License. See the LICENSE file for details.