I use it for news aggregation with Nextcloud news. Also for podcasts and PeerTube channels. Anyone using RSS for other things?

  • apoisel@discuss.tchncs.de
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    I use RSS to watch YouTube videos. I collect the ULRs of the videos I want to watch in a text file using my feed reader (Newsboat). In the evening a script transfers the file to my TV computer and fetches the videos with yt-dlp.

    To play the videos I use another script, which plays and then trashes the video files in a loop.

    Pros: no ads, no buffering videos during playback, plays videos without interaction (like TV), can collect video URLs over day, don’t have to bother with YouTube’s user interface, cookies etc.

      • apoisel@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I just wrote down simplified versions of my scripts. Then I clicked the wrong button to exit the markdown preview and now it’s all gone. I’ll have to drink a beer now, sorry. If you have any specific questions, I’ll answer them gladly.

      • fitgse
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Parent’s is more complicated, but this simple script may be a good place to start. In this case, I follow a channel that posts new music videos for discovery. This automatically downloads (just the audio) using yt-dlp to a local directory. It could easily be modified to download the video (just change the -f flag). I run this with cron once a day.

        https://gist.github.com/line72/ceef5402881d6d3ae732e7b7c9cbf01b