Skip to content

EkkoG/WWDCVideosDownloadURLCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#a WWDC 2015 session video's download url crawler

This script will crawl the sessions download URL,save as two txt file under the project's root dictionary.

#usage

git clone https://github.com/cielpy/WWDCVideosDownloadURLCrawler.git
cd WWDCVideosDownloadURLCrawler
pip install virtualenv #if need
virtualenv venv
source venv/bin/activate
pip install requests BeautifulSoup4
python wwdc_videos_crawler.py

when you see done!, the work has been done.

#URL of videos https://gist.github.com/cielpy/b64767f66fdb914a08e9

About

a WWDC 2015 session video's download url crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages