A command line tool to download subtitles for your movies.
See the project page for more documentation.
To install or update subscope, simply:
pip install -U subscope
This is how you can download subtitles for your movies:
subscope -l fr,en /path/to/my/movie1.avi /path/to/my/movie2.mkv
Just send pull requests here. Here is a way to create a working dev environment:
# checkout the code git clone https://github.com/parkouss/subscope cd subscope # create a virtualenv and install subscope in it virtualenv venv . venv/bin/activate pip install -e . # run tests pip install mock # not required, and only for python < 3.3 users python setup.py test
The original idea comes from the periscope project, so many thanks to its author and contributors! Unfortunatly the project is not active since Dec 2013, that's the reason why subscope exists now.