chibicitiberiu / ytsm

Self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.
MIT License
316 stars 19 forks source link

Youtube_dl exceptions #47

Open gerroon opened 5 years ago

gerroon commented 5 years ago

Bunch of exceptions

https://paste.debian.net/hidden/52d45091/

chibicitiberiu commented 5 years ago

It seems that youtube-dl is failing to parse the youtube page, so my guess is that youtube changed something in the layout of their page. Try to upgrade to the latest version of youtube-dl (pip install --upgrade youtube-dl). You should be able to do that with docker as well, by accessing a shell inside the container, method described here.