Takes a file with youtube urls and downloads them in mp4 and then coverts them in divx using ffmpeg.
Download and install any 3.X python versions.
Run the following command in the command prompt.
pip install tqdmDownload and extract ffmpeg.exe in the same directory as main.py
Install youtube-dl by running
pip install youtube-dlRun main.py and it will prompt you to download and install both of them.
If your computer is old, change the thread variables to 1 in config.json .
Add your links in download.txt one per line.
Run the script.
The script will then download each video in mp4 format in the download directory.
After the download is complete, the script will then convert each one of them to divx with mp3 audio encoding, and put all the converted files in the converted directory. This will also delete the mp4 file from the download directory.