2021-10-27, 21:59
@alfredohs
a user would need to translate it
https://github.com/matthuisman/slyguy.ad...s/language
and then pull request against that repo
@Paco8
i suspect the issue is due to the xml parsing (using ElementTree) done by pycaption uses fromstring
which loads the entire xml into memory. i'd need to write my own parser that reads in chunks (like my IPTV Merge)
The play url errors you were getting should be fixed with v0.6.5
a user would need to translate it
https://github.com/matthuisman/slyguy.ad...s/language
and then pull request against that repo
@Paco8
i suspect the issue is due to the xml parsing (using ElementTree) done by pycaption uses fromstring
which loads the entire xml into memory. i'd need to write my own parser that reads in chunks (like my IPTV Merge)
The play url errors you were getting should be fixed with v0.6.5