alexanderwink / subdl

subdl - command-line tool to download subtitles from opensubtitles.org Official support for subdl seems to have been dropped. This site is intended for the future use of subdl with community driven support.
87 stars 18 forks source link

opensubtitles.org returns 401 on anonymous login #14

Closed Leonid99 closed 7 years ago

Leonid99 commented 7 years ago
% python3 ~/subdl/subdl filename.mkv 
Traceback (most recent call last):
  File "/Users/leonid/subdl/subdl", line 70, in <module>
    osdb_token = login["token"]
KeyError: 'token'

I have added support for the username and password: https://github.com/alexanderwink/subdl/pull/13 Please merge

alexanderwink commented 7 years ago

Merged. Thank you for contributing!