A simple and efficient script to download videos from NoodleMagazine and Mat6Tube.
Before you begin, ensure you have the following installed:
- Python 3
- aria2c: A command-line download utility. (Optional in the experimental script)
Install the required Python packages:
pip install -r requirements.txtSimple and stable command-line interface.
python NoodleMat-DL.py <URL> [-o /path/to/output]Uses RPC for aria2c, leading to a consistent download UI. Also introduces a robust native downloader as fallback. (Can be forced using the --native flag)
Download to current directory:
python NoodleMat-DL.py https://mat6tube.com/watch/-123456789Experimental script usage:
python NoodleMat-experimental.py https://mat6tube.com/watch/-123456789Force the experimental native downloader:
python NoodleMat-experimental.py --native https://mat6tube.com/watch/-123456789This project is licensed under the 2-Clause BSD License. See the LICENSE file for details.