This program downloads all the suggested videos of a given video on YouTube....
This program scraps all the suggested links of a given video (url) and asks the user whether he/she wants to download them videos or not
In your command line, type "python youtube.py URL" where URL is the full URL of the Youtube Video with https
The code is hosted at https://github.com/sameerkumar18/YouTube-Related-Video-Scraper
Check out the latest development version anonymously with::
$ git clone git://github.com/sameerkumar18/YouTube-Related-Video-Scraper.git
$ cd YouTube-Related-Video-Scraper
To install libraries, run::
$ pip install BeautifulSoup
$ pip install requests
$ pip install pafy
- Homepage: www.about.me/sameer.kumar18
- e-mail: sam@sameerkumar.website
- Twitter: @sameer_kumar18
- https://www.linkedin.com/in/sameer-kumar18
Want to contribute? Great! You may create an issue or just push code, adding whatsoever features you feel like. [You can even tweet directly to me :) ]
| Copyright 2017 Sameer Kumar