https://github.com/fabsrc/mediathek_scraper
:tv: Scrapes videos from mediatheks of ARD, ZDF, arte and 3sat.
https://github.com/fabsrc/mediathek_scraper
3sat ard arte mediathek mediathek-scraper scrapy zdf
Last synced: 3 months ago
JSON representation
:tv: Scrapes videos from mediatheks of ARD, ZDF, arte and 3sat.
- Host: GitHub
- URL: https://github.com/fabsrc/mediathek_scraper
- Owner: fabsrc
- Created: 2016-06-12T09:29:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T09:37:45.000Z (almost 9 years ago)
- Last Synced: 2025-02-20T14:11:17.504Z (3 months ago)
- Topics: 3sat, ard, arte, mediathek, mediathek-scraper, scrapy, zdf
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mediathek Scraper
*Scrapes videos from mediatheks of ARD, ZDF, arte and 3sat*
## Installation
This scraper requires [Scrapy](http://scrapy.org/)
```bash
pip install scrapy
```## Usage
Specify the mediathek to crawl: `ard`, `zdf`, `3sat`, `arte`
```bash
scrapy crawl ard
```The output is stored in `items.jsonl`