Skip to content

Releases: d4lion/MonoLoad

v.1.0.0

09 Jul 03:53
e3109bc
Compare
Choose a tag to compare

MonoLoad v1.0.0

In this version of monoload you can find greater efficiency in the video download processes as well as some adaptations made to the pytube cipher.py for the correct decryption and download of youtube videos compared to their respective qualities.

Mono Download

MonoLoad contains two ways to use which vary depending on the needs of each user, if you only want to download a video in mp3 or mp4 format, follow the steps below.

python main.py

After executing this, the program will guide you to provide the url and the quality with which you want to download the video or audio in addition to the format in which the download will be made.

Multi Download

To make use of multiple downloads, you must know the different flags that the program contains when executing it, which are,

the -m flag is required to enable multi download mode

Flag Description
-m Boolean type receives true or false to activate multi download mode, by default it has the value of false
-f File format, has two choices video, audio
-df name of the file from which the urls of the videos to be downloaded will be taken, default value 'urls.txt'
-t number of threads that you want to dedicate from the processor to downloading the files, by default 2 threads are used
-vq video quality in a range of 1080p up to 144p
-aq audio quality in a range of 160kbps up to 48kbps

Example

To download files in the 720p quality using 4 threads

python main.py -m True -f video -vq 720p -t 4

What's Changed

  • Threads download by @daliondev in #1
  • Extension fix by @daliondev in #2

New Contributors

  • @daliondev made their first contribution in #1

Full Changelog: https://github.com/daliondev/MonoLoad/commits/v1.0.0