XPost: alt.os.linux.mint
On 10/9/2021 9:30 PM, Mrde wrote:
I follow about 40-50 Youtube channels.
Most don't have notification email, etc.
Any Youtube program that can check if channels have new videos in last 24h or more?
You can see here there's code for that, but there's also
the issue of "billing for services rendered". Say a person called
the Google APIs a million times a day. This would slow down a Google
server. To stop that, maybe you give away a thousand calls to the
API, then bill for the others in excess of that limit. The end result
is, this interface may not be intended for a personal desktop.
https://stackoverflow.com/questions/18953499/youtube-api-to-fetch-all-videos-on-a-channel
It might be used for a website that "scrapes" youtube and makes
curated lists of things to watch. By using a website, you do the
calc once a day, then share the computation with others for the
rest of the day. This scales better in the long run.
Another possibility, would be to see if there is some kind
of RSS feed interface for these things.
https://danielmiessler.com/blog/rss-feed-youtube-channel/
I'm not much of a web monkey, so that's all I've got.
Paul
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)