-
Notifications
You must be signed in to change notification settings - Fork 233
Description
After wondering why I haven't been getting updates for months from tumblr feeds I checked on the subscriptions I had and saw that tumblr is serving some cookie accepting policy file and thus viennarss never gets any actual rss. Here is an example url: https://hematocritico.tumblr.com/rss, and here is the cached file as opened by xcode https://gist.github.com/gradha/d04e3611d505974c482d3406766c8721.
If I open the URL with chrome, I get the following screenshot along the redirected url:
https://www.tumblr.com/privacy/consent?redirect=https%3A%2F%2Fhematocritico.tumblr.com%2Frss.
The validator button points at https://www.feedvalidator.org/check?url=https://hematocritico.tumblr.com/rss which is able to get the rss, so it seems that tumblr is doing some user agent detection. Any ideas how to make this work in viennarss?
