BenjV / autosub

35 stars 8 forks source link

Switch language #54

Open CharlyMe opened 4 years ago

CharlyMe commented 4 years ago

Hello I allready use autosub in the past with addic7ed download only. I change only 2 parameter on "getSubLinks.py" to get my subtilte in french! (17>8)

Today I try to reinstall autosub, but i saw your post that tell us a7 put capchta and we cant download anymore.

So I try to custom "getSubLinks.py" again for opensubtitle, but I dont find the correct line to change dutch to french for OS :(

Thanks for your help Regards Charly

BenjV commented 4 years ago

Autosub is made only to support Dutch and English.

You could try to change in getsublinks.py the following lines: Line 194 change 'eng,dut' into 'eng,fre' Line 196 change 'dut' into 'fre'

I did not test this so you are on your own with this hack.

CharlyMe commented 4 years ago

That what i Try but that dont work :( Thank you anyway

BenjV commented 4 years ago

Try to change line 244 into this(be carefull to keep this indents before the if).

if Release['language'] == 'fr':