README.rdoc in imasquerade-0.2.4 vs README.rdoc in imasquerade-0.3.0
- old
+ new
@@ -6,20 +6,19 @@
internal to iTunes. Once this iTunes XML is retrieved it is parsed for the
source feed url and is subsequently returned.
== Requirements
-* uri
-* curb => 0.7.10
-* nokogiri => 1.4.4
+* httparty
+* multi_json
-This project was built and tested against ruby 1.9.2p160 (2011-01-16 revision 30579) [x86_64-darwin10.6.0]
+This project was built and tested against ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin14.0.0]
== Usage
- Imasquerade::Extractor.parse_itunes_uri("http://itunes.apple.com/us/podcast/the-f-u-sports-talk-podcast/id356478903")
- # returns "http://www.urannonline.com/Collection_Site/The_F_U_Sports_Talk_Podcast/rss.xml"
+ Imasquerade.parse_itunes_uri("https://itunes.apple.com/us/podcast/wdw-radio-show-your-walt-disney/id215517191?mt=2")
+ # returns "http://www.wdwradio.com/xml/wdwradio.xml"
Technically, the parser can take the url in another format (e.g., id=356478903).
However I do not believe Apple is using this format any longer. Regardless the
capability is there.
@@ -33,8 +32,8 @@
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
== Copyright
-Copyright (c) 2011 Ryan Lovelett. See LICENSE.txt for
+Copyright (c) 2011-2014 Ryan Lovelett. See LICENSE.txt for
further details.