https://github.com/djm/uncover-itunes-rss-bookmarklet
Javascript bookmarklet to reveal actual RSS URL on a iTunes podcast page
https://github.com/djm/uncover-itunes-rss-bookmarklet
Last synced: about 1 month ago
JSON representation
Javascript bookmarklet to reveal actual RSS URL on a iTunes podcast page
- Host: GitHub
- URL: https://github.com/djm/uncover-itunes-rss-bookmarklet
- Owner: djm
- Created: 2012-12-11T18:12:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T20:00:58.000Z (over 12 years ago)
- Last Synced: 2025-04-17T13:33:18.356Z (about 1 month ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reveal the actual RSS feed behind an iTunes podcast page
========================================================A Javascript bookmarklet to reveal the actual RSS/feed URL of an iTunes podcast, simply by visiting the relevant iTunes page and clicking the bookmarklet.
Install
-------1. Visit my post on [djm.org.uk](http://djm.org.uk/reveal-rss-feed-url-itunes-podcast/) and follow the instructions there.
Apologies about that, but github does not support direct linking to javascript bookmarklets for very good anti-XSS security reasons.
Todo
----* Fetch the actual RSS, parse it and display actual links to the podcast content (mp3/m4as etc).
* Test cross browser. Sorry, this is not a priority right now; working in Chrome 23 + Firefox on Linux.