Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
228 stars 37 forks source link

Can't extract subtitles #85

Open giggioman00 opened 5 years ago

giggioman00 commented 5 years ago

Hello, I want to extract the Italian subtitles (I don't want the video only the subs) of the whole Re Zero show, but I can't.

This is the command: anime-dl.exe -i "https://www.crunchyroll.com/rezero-starting-life-in-another-world-" -u "***MYUser***" -p "***MYPass***" --skip -l "Italian" --verbose

But I get this error:

Will be skipping video downloads Could not extract the language from the URL

I've also tried to use the first episode instead of the whole category show, same error appear.

This is the error log I get

DEBUG: You have successfully set the Debugging On. DEBUG: Arguments Provided : Namespace(input=['https://www.crunchyroll.com/rezero-starting-life-in-another-world-'], language=['Italian'], password=['***MYPass***'], range='All', resolution='720p', skip=True, username=['***MYUser***'], verbose=True, version=False) DEBUG: Operating System : Windows - 10 - 10.0.10586 DEBUG: Python Version : 2.7.14 (32bit)

Cans omeone help me please? Thanks

Abu3safeer commented 5 years ago

Use "https://www.crunchyroll.com/it/rezero instead" As you can notice, the language must be set, this should fixed soon.

giggioman00 commented 5 years ago

Yes it works now, thank you