Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tumblr feeds not working #67

Closed
lemon24 opened this issue May 20, 2018 · 2 comments
Closed

Tumblr feeds not working #67

lemon24 opened this issue May 20, 2018 · 2 comments

Comments

@lemon24
Copy link
Owner

lemon24 commented May 20, 2018

Because if you don't have a specific cookie, ALL pages (including the RSS feeds) redirect to https://www.tumblr.com/privacy/consent?redirect=https%3A%2F%2Fexample.com%2Frss

:sigh:

Related: https://discourse.tt-rss.org/t/change-on-tumblr-rss-feeds-not-working/1158/21

@lemon24
Copy link
Owner Author

lemon24 commented Jun 10, 2018

I tried setting the cookie in this gist (the solution is similar to the one in the Tiny Tiny RSS issue).

I could only make it work by using Requests for getting everything, including the feed. If this is due to urllib/feedparser and not a bug in my code, the only solution would be to not rely on feedparser at all for the HTTP stuff; this means I'd have to use feedparser's parser objects directly instead of through parse().

Obviously, this also means I'd have to expose some feed fetch hook.

A comment in the Tiny Tiny RSS issue says that the Tumblr engineers are "actively working on this bug, but it’s going to take some more time to fully resolve". I'll just wait for now.

lemon24 added a commit that referenced this issue Jul 15, 2018
lemon24 added a commit that referenced this issue Jul 17, 2018
(to be used by feedparser.parse).

Part of #67.
@lemon24
Copy link
Owner Author

lemon24 commented Jul 18, 2018

The pull request above was probably overkill; see comments in it.

lemon24 added a commit that referenced this issue Jul 18, 2018
lemon24 added a commit that referenced this issue Jul 18, 2018
lemon24 added a commit that referenced this issue Jul 23, 2018
@lemon24 lemon24 closed this as completed Jul 23, 2018
lemon24 added a commit that referenced this issue Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant