YouTube RSS Feed

Adds an RSS feed button to YouTube channels next to the subscribe button

< Feedback on YouTube RSS Feed

Review: खराब - स्क्रिप्ट चालत नाही

I think rssLinkToData is not necessary. If you want rss-button with direct link to rss-feed (not "download file"), you must edit script like that:

in "function makeRssButton(link) {"

change:
.attr("href", rssLinkToData(link))
to:
.attr("href", link)

remove:
.attr("download", "feed.rss")

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.