chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 581 forks source link

Unrecognized arguments: --crunchyroll-locale #1304

Open davasquezg opened 8 years ago

davasquezg commented 8 years ago

Related to #364 I can not put subtitles in Latin American Spanish (or in Spain Spanish at least). I get error even though I used this command. Please help.

PS C:\Users\Darío Alberto> livestreamer http://www.crunchyroll.com/twin-star-exorcists/episode-1-the-destined-two-boy-me
ets-girl-702557?t=0 ultra
usage: livestreamer.exe [OPTIONS] [URL] [STREAM]
livestreamer.exe: error: unrecognized arguments: --crunchyroll-locale=es_ES

PS C:\Users\Darío Alberto> livestreamer http://www.crunchyroll.com/twin-star-exorcists/episode-1-the-destined-two-boy-me
ets-girl-702557?t=0 ultra
usage: livestreamer.exe [OPTIONS] [URL] [STREAM]
livestreamer.exe: error: unrecognized arguments: --crunchyroll-locale=es_MX

PS C:\Users\Darío Alberto> livestreamer http://www.crunchyroll.com/twin-star-exorcists/episode-1-the-destined-two-boy-me
ets-girl-702557?t=0 ultra
usage: livestreamer.exe [OPTIONS] [URL] [STREAM]
livestreamer.exe: error: unrecognized arguments: --crunchyroll-locale=es_LA
StarWolf3000 commented 8 years ago

Have you added the 292312f and 898f73a changes?

davasquezg commented 8 years ago

Im a end user. I need instructions to how to change the binaries. Thanks in advance

StarWolf3000 commented 8 years ago

There is no need to edit binaries (but you need the source code version if you want modify it yourself). Just download the http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip which includes sources for all files and also the compiled files and replace your livestreamer installation with it.

This build already includes the changes, so you don't have to do them yourself.

If you edit the .py files, they will automatically compiled into .pyc by the minimal Python interpreter included with livestreamer.

davasquezg commented 8 years ago

Thanks, is resolved