openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
39 stars 26 forks source link

New UI: Finish removal of locale for now #226

Closed benoit74 closed 2 weeks ago

benoit74 commented 3 weeks ago

In #212 we removed the "locale" thing since it was anyway broken.

We however forgot to remove the call the setlocale in scraper.py, which breaks the scraper since locale isn't available.

This should be cleaned-up as well until we decide how to implement translations in new UI.