• Youtube software?

    From Mrde@21:1/5 to All on Sun Oct 10 03:30:39 2021
    XPost: alt.os.linux.mint

    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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Mrde on Sat Oct 9 22:39:58 2021
    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)
  • From NP2@21:1/5 to Mrde on Sun Oct 10 07:20:57 2021
    XPost: alt.os.linux.mint

    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?

    I use Freetube, it is the only way I still access Youtube. It is not
    perfect (needs regular updates), but it is so much better than Google's constant nagging with all kinds of notificiations and verifications and
    what not.

    Freetube at least allows to pick a video and start playing it
    immediately, just like it should be. And yes, you can subscribe to
    channels too. To check if there are any new videos on your subscribed
    channels, just open Freetube, it will display all new videos from your subscribed channels first.

    https://freetubeapp.io/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Sun Oct 10 08:14:56 2021
    XPost: alt.os.linux.mint

    Am Sun, 10 Oct 2021 03:30:39 +0200
    schrieb Mrde <Mrde@Mrde.Mrde>:

    I follow about 40-50 Youtube channels.
    Most don't have notification email, etc.
    Google discontinued YT New Video notification mails in 2020.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mountain Magpie@21:1/5 to All on Mon Oct 11 01:38:06 2021
    XPost: alt.os.linux.mint

    On Sun, 10 Oct 2021 08:14:56 +0200, Marco Moock posted:-

    Am Sun, 10 Oct 2021 03:30:39 +0200
    schrieb Mrde <Mrde@Mrde.Mrde>:

    I follow about 40-50 Youtube channels.
    Most don't have notification email, etc.
    Google discontinued YT New Video notification mails in 2020.


    Subscribe to the channel? I get an SMS when something new, but this
    seems not to work all the time. Might be over the top for 40-50
    channels if they are active.

    Of course for that to work you need to sign into YT first.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Mon Oct 11 13:43:44 2021
    XPost: alt.os.linux.mint

    Am Mon, 11 Oct 2021 01:38:06 -0000
    schrieb Mountain Magpie <Leura@blue.mountains.org>:

    I get an SMS when something new,
    Does Google really send you an SMS if a new video has been uploaded to a channel you subscribed or is that just the notification by the YouTube app on your phone?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mountain Magpie@21:1/5 to All on Tue Oct 12 00:31:06 2021
    XPost: alt.os.linux.mint

    On Mon, 11 Oct 2021 13:43:44 +0200, Marco Moock posted:-

    Am Mon, 11 Oct 2021 01:38:06 -0000
    schrieb Mountain Magpie <Leura@blue.mountains.org>:

    I get an SMS when something new,
    Does Google really send you an SMS if a new video has been uploaded
    to a channel you subscribed or is that just the notification by the
    YouTube app on your phone?


    Just checked again, my bad. As you say, no SMS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian Caspersz@21:1/5 to Mountain Magpie on Thu Oct 14 11:37:58 2021
    XPost: alt.os.linux.mint

    On 11/10/2021 02:38, Mountain Magpie wrote:

    Subscribe to the channel? I get an SMS when something new, but this
    seems not to work all the time. Might be over the top for 40-50
    channels if they are active.


    Subscribe to each channel, and then

    https://www.youtube.com/feed/subscriptions

    There seems to be no rss feed, discontinued?

    --
    Adrian C

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Fri Oct 15 19:20:33 2021
    XPost: alt.os.linux.mint

    Am Thu, 14 Oct 2021 11:37:58 +0100
    schrieb Adrian Caspersz <email@here.invalid>:
    There seems to be no rss feed, discontinued?
    It seems so, but here I found a script that provides that, maybe check
    it out.

    https://github.com/jpverkamp/yrss

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)