This program aims at providing the tools to collect and catalog a private collection of videos based on those published on the Club Super3 (Catalan TV channel for children) web page.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This has been developed and tested on a macOS computer running python3
(optional) Create a virtualenv
$ virtualenv -p python3 ~/.virtualenvs/super3
$ . ~/.virtualenvs/super3/bin/activate(.fish|.csh)
Install the dependencies
(super3) $ pip install -r requirements.txt
This runs locally ATM.
Foreseen invocation:
create new catalog
$ super3 init
add series to catalog with title containing 'Kratt'
$ super3 add-series -name 'Kratt'
update available episodes
$ super3 update
list available episodes
$ super3 list -name 'Kratt'
download available
$ super3 download -name 'Kratt'
- Requests - Used to make http calls
- BeautifulSoup4 - HTTP parser
- SQLAlchemy - DB ORM
Feel free to contribute
We use SemVer for versioning.
- Roger Firpo - Initial work - rogerfc
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used