[-] yingleheimerschitz@lemmy.ml 1 points 1 year ago

I don't really see Fedora users needing to worry. Fedora is upstream of CentOS Stream and RHEL, so Red Hat will probably love to continue to have Fedora users being their space monkeys / lab rats to find/fix bugs in the OS before pushing to CentOS Stream. Why lose the free labor?

[-] yingleheimerschitz@lemmy.ml 0 points 1 year ago

please correct me if i'm wrong but youtube is really trying to crack down on content like that so i don't think it's a concern

[-] yingleheimerschitz@lemmy.ml 3 points 1 year ago

you can easily find a content creator's channel id by browsing to their channel page on https://yewtu.be and checking out the url.

you can then put that into a file which will be interpreted by an rss feed reader.

newsboat, for example, would use the following format (using LearnLinuxTV as an example):

https://www.youtube.com/feeds/videos.xml?channel_id=UCxQKHvKbmSzGMvUrVtJYnUA YouTube "~Learn Linux TV"

whereas an app like feeder would require an opml file:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
  <head>
    <title>
      Feeder
    </title>
  </head>
  <body>
    <outline title="Linux" text="Linux">
      <outline title="Learn Linux TV" text="Learn Linux TV" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCxQKHvKbmSzGMvUrVtJYnUA"/>
    </outline>
  </body>
</opml>

yingleheimerschitz

joined 1 year ago