This program allows you to download YouTube videos files that are archived on Wayback Machine from Archive.org
Usage:
python3 yad.py *your link* ⏎
(for example: python3 yad.py http://web.archive.org/web/20070126081752/http://www.youtube.com/watch?v=jNQXAC9IVRw)
or
python3 yad.py
Enter the Archived Youtube video link: http://web.archive.org/web/20070126081752/http://www.youtube.com/watch?v=jNQXAC9IVRw ⏎
Features:
- The program downloads the video file as the video id into the folder called "downloads"
- If the folder called "downloads" doesn't exist , it will be created
- The program can be used with arguments passed in the command (as seen in the first example)
- It can also be used by entering the link after running the program (as seen in the second example)
- If the video doesn't exist the program will exit and inform you that the video does not exist
How to Install:
git clone https://github.com/fsalamic/yad-python.git
cd yad-python
pip3 install -r requirements.txt