YouTube's plan backfires, people are installing better ad blockers

ijeff@lemdro.id to Technology@lemmy.world – 2016 points –
YouTube's plan backfires, people are installing better ad blockers
androidauthority.com
495

You are viewing a single comment

Bro... How to setup RSS feed for YouTube subscriptions...

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'