YouTube RSS Feed

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

< 腳本YouTube RSS Feed的回應

評論:負評 - 腳本失效或無法使用

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")

發表回覆

登入以回復