xiel / rsshandler

Automatically exported from code.google.com/p/rsshandler
1 stars 0 forks source link

"start-index" paramater support #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was missing "start-index" parameter support when dowloading a playlist with 
more than 50 items, so I changed Gui.java and RssHandler.java a bit (see 
attached diffs).

My modifications are hacky as hell (also breaking "orderby" param, which I 
didn't care for), but they can perhaps serve as a starting point for 
implementing "start-index" support. (At least, check out the code for 
constructing URL query using UrlEncoded.encode. ;))

Original issue reported on code.google.com by ketch...@gmail.com on 28 Sep 2012 at 11:13

Attachments: