The Tumblr API allows feeds to be filtered by type (e.g. text, video, photo, etc.).
The attached patch adds a dropdown field to the Tumblr parser in the feed configuration that allows a feed to be filtered by type (defaults to all).
| Comment | File | Size | Author |
|---|---|---|---|
| tumblr-type-support.patch | 2.57 KB | tom_o_t |
Comments
Comment #1
rmontero commentedFor the 7.x branch we went with a completely different direction and we're now using the Tumblr API instead of just feeds, mainly because of the limitations we found when consuming an RSS feed.
Thank you for your interest and contribution though.