Skip to content

A tool that utilizes archive.org to download old videos from google video.

License

Notifications You must be signed in to change notification settings

Modnark/Google-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Videos Downloader

A tool that utilizes archive.org to download old videos from google video.

Special thanks to

NT_x86 for some of the functions, and for his method of downloading videos.

archive.org for their amazing service for digital preservation

an old version of youtube-dl for some regex patterns

Setup

You will need: The latest version of Python (get it here) The requests module (install with pip) The bs4 module (install with pip)

if you have python and pip installed you can run the included setup.bat file.

Usage

Notice: NOT ALL VIDEOS WILL WORK!

py .\GVD.py

You can download a single video by entering its docid, or multiple videos at once by entering a filename.

Single video:

Enter docid (or filename that has docids): YOURVIDEODOCID

Multiple videos:

Enter docid (or filename that has docids): Videos.txt

When downloading multiple videos you will be asked for the number of threads, just press enter for the default (5) or enter a higher number, though be warned, archive.org may rate limit or temporarily suspend access to their services if the number is too high.

About

A tool that utilizes archive.org to download old videos from google video.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published