Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.75 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.75 KB

vidpy

A Python based customizable script for getting/scraping links to videos hosted on any website. Implemented using Scrapy and BeautifulSoup.

Why?

I created this script for my friend who didn't watch all the videos in the Maths section from gre.magoosh.com and was worried about his ending subscription. There were way too many steps to go through and download all the videos. So I built this script with just 2 hours of effort to scrape all the links to the videos (where they were directly hosted, in this case, Cloudfront), so that he can download all the videos in one go.

Demo:

Vidpy Demo Video

Requirements:

  • A valid subscription is neccessary for downloading videos off the site.
  • Scrapy and BeautifulSoup should be installed for the script to work. Links:

Executing the script:

See Scrapy's documentation to learn how to execute spiders and crawlers.

Features:

  • You can customize this Python code to different categories in the site. In the current code, only the videos in Mathematics section will be scraped from gre.magoosh.com.
  • The algorithm and logic behind this script can be applied to any site to extract any form of data with precision.
  • Only the stuff you need will be extracted and rest all will be ignored. This saves time and overall bandwidth used to successfully run the script.

Note to contributors: Please update the documentation whenever neccessary.