Skip to content

slick666/scraper

Repository files navigation

PyVideo Scrapers

Scrapy to generate the JSON files similar to the original pyvideo-data repo.

Python Version

Python 3.4+

Usage

Scraping YouTube playlist

After activating the virtual environment, simply call (inside videodata directory):

scrapy runspider videodata/spiders/youtube_playlist.py \
    -a playlist_id=<playlist_id> \
    [-a api_key=<google_api_key>] \
    [-s OUTPUT_DIR=<output_root_directory>]

where:

About

Scrapers to go and gather video meta-data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages