Feuermurmel
Feuermurmel
Did you follow the instructions to set up a Google Data API project and copy the `client_secrets.json` into the root of the project? Otherwise, this may help: http://stackoverflow.com/a/25286631/402281
Thank you for your input. I also thought about the issue of feeds taking a long time to load, if the channel has many videos. I did not come up...
Hmm … strange. I'm not seeing this issue and I'm not sure how I could reproduce it. :/ I would start by looking into what the actual error returned by...
Hey! Sorry for not getting back to you earlier. Thank you for your investigation. This kind of documentation would definitely be a good addition to the project. Sadly, I haven't...
Hey! Sorry for not getting back to you earlier, I hope you have moved on though 😉. Nonetheless, I haven't been using this project myself for multiple years now and...
Hey! Sorry for not getting back to you earlier, I hope you have moved on though 😉. Nonetheless, I haven't been using this project myself for multiple years now and...
Or write a `systemd` unit file!!1 Yay!
I'm not ultra-familiar with systemd but shouldn't declaring `ExecStop` be unnecessary for services which do not need to be shut down properly? I.e. systemd can just kill the whole process...
Hey! It humbles me that this project is still being used by people! Sadly, I haven't been using it myself for multiple years now and thus can't investigate any issues...
> I guess it because backslash() aren't allowed in f-string brackets. You can use the double backslash if you want it on the string They are allowed since Python 3.12:...