Skip to content
forked from slick666/scraper

Scrapers to go and gather video meta-data

License

Notifications You must be signed in to change notification settings

pyvideo/scraper

This branch is 23 commits ahead of slick666/scraper:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 3, 2016
Jun 3, 2016
Jun 5, 2016
Jun 2, 2016
Jun 3, 2016
Jun 5, 2016
Jun 3, 2016
Jun 2, 2016
Jun 3, 2016
Jun 3, 2016
Jun 5, 2016
Jun 3, 2016
Jun 3, 2016
Jun 5, 2016
Jun 5, 2016

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:

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

  • Python 100.0%