eurostreaming

Web scraper designed exclusively for Eurostreaming.


License
GPL-3.0
Install
pip install eurostreaming==0.1.0a4

Documentation

Eurostreaming

This is a web scraper designed exclusively for Eurostreaming, this package is capable of getting all the seasons (including urls for streaming services) and download episodes without the hassle of doing it manually.

Installation

This package requires some binaries installed, ChromeDriver and ffmpeg, that are needed in order to download and verify files from Eurostreaming. Follow selenium's instructions to install ChromeDriver. Then install ffmpeg, if you are on Windows download any compatible build, extract it in a safe folder and put it into PATH, on MacOS download any compatible build and put it in your binaries folder, if you are on a Linux distribution open the terminal and type sudo apt-get install ffmpeg. After having installed the binary files, you can get this package by typing pip install eurostreaming inside the terminal.