ijeff to [email protected]English • 2 years agoYouTube's plan backfires, people are installing better ad blockerswww.androidauthority.comexternal-linkmessage-square466fedilinkarrow-up11.94Kcross-posted to: [email protected][email protected][email protected][email protected][email protected][email protected][email protected]
arrow-up11.94Kexternal-linkYouTube's plan backfires, people are installing better ad blockerswww.androidauthority.comijeff to [email protected]English • 2 years agomessage-square466fedilinkcross-posted to: [email protected][email protected][email protected][email protected][email protected][email protected][email protected]
minus-squareRoscolinkfedilinkEnglish11•edit-22 years agoJust replace CHANNEL_ID with the ID of the channel you want to get the RSS feed from (to my knowledge it’s only limited to the last 15 items) : https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID Or using curl and sed : curl -s youtube_channel_url | sed -n ‘s/.*title=“RSS”\s+href=“([^”]+).*/\1/p’
minus-square@[email protected]BlinkfedilinkEnglish1•2 years agoHere is an alternative Piped link(s): https://www.piped.video/feeds/videos.xml?channel_id=CHANNEL_ID Piped is a privacy-respecting open-source alternative frontend to YouTube. I’m open-source; check me out at GitHub.
Just replace CHANNEL_ID with the ID of the channel you want to get the RSS feed from (to my knowledge it’s only limited to the last 15 items) : https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
Or using curl and sed : curl -s youtube_channel_url | sed -n ‘s/.*title=“RSS”\s+href=“([^”]+).*/\1/p’
Here is an alternative Piped link(s):
https://www.piped.video/feeds/videos.xml?channel_id=CHANNEL_ID
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.