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

댓글 남기기

댓글을 남기려면 로그인하세요.