autosub icon indicating copy to clipboard operation
autosub copied to clipboard

Switch language

Open CharlyMe opened this issue 6 years ago • 3 comments

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

CharlyMe avatar Feb 21 '20 22:02 CharlyMe

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.

BenjV avatar Feb 22 '20 09:02 BenjV

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

CharlyMe avatar Feb 22 '20 15:02 CharlyMe

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

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

BenjV avatar Feb 22 '20 19:02 BenjV