#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