Not downloading media from "LikedBy" Tumblr URLs #359
Replies: 3 comments
-
It works without a problem here, even with this blog. |
Beta Was this translation helpful? Give feedback.
-
I didn't even know these buttons existed within the app! I don't know how it was working before. Maybe it didn't need "me" to be logged in to just pull from blogs in the regular way. Anyway it's downloading stuff now. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Formerly they used a relative easy privacy consent mechanism. We just had to call an url and grab some cookies. But a while ago they changed it and now use a way more complicated one. Several JS, multiple calls and cookies involved. We would have to analyze and mimic their way, every time they adapt it. So we decided to use CEF (embedded chromium), let the browser handle it and just copy the final cookies. The authenticate button was born. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When trying to crawl with a "liked by" URL (i.e. https://www.tumblr.com/liked/by/tania-rivilis) the folder is created but is empty.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Media from the page is downloaded.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions