I am using a tumbler site (http://howmuchcanyouchugfoo.tumblr.com/tagged/podcast/rss) to populate a podcast on itunes, by way of feedburner. Despite enabling infinite scroll, Tumblr seems to only make the last 15 episodes available. I have tried adding ?num=40 to the url, but no luck.
Asked
Active
Viewed 275 times
2 Answers
0
Afaik Tumblr only generates an RSS feed, per page not per site:
http://howmuchcanyouchugfoo.tumblr.com/tagged/podcast/page/2/rss
http://howmuchcanyouchugfoo.tumblr.com/tagged/podcast/page/3/rss
http://howmuchcanyouchugfoo.tumblr.com/tagged/podcast/page/4/rss
...
So you will need to manual grab / scrape these. Infinite scroll doesn't update or create a new RSS link for each page that is loaded sadly.

mikedidthis
- 4,899
- 3
- 28
- 43
-
Thanks for the quick response! How would one go about manually grabbing or combining these pages? – user2979360 Nov 12 '13 at 12:47
-
@user2979360 Sadly I have no idea. – mikedidthis Nov 12 '13 at 13:09
0
The solution is to use either Feedcombine, Chimp Feedr, or Yahoo Pipes to merge the feeds into one single xml link as I learned here:
http://www.creativeramblings.com/3-tools-to-combine-multiple-feeds-into-one/
I tried all three sites and settled on Feedcombine as Chimp Feedr didn't seem to work on Feedburner, and Yahoo Pipes was displaying the posts in the wrong order.

user2979360
- 11
- 3