-
Notifications
You must be signed in to change notification settings - Fork 124
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
script no longer pulling down videos #105
Comments
No, sadly I myself don't use the video option. Do you get any errors? |
i need to do more troubleshooting. but from what i see so far, no errors. |
This is what I have figured out. I have been using this script for close to 2 years with no problems. I think something may have changed in August some time with Tumblr as that was when it stopped working. So I have no problems downloading directly with youtube-dl direct. I have rolled back to a version from March of this year.
Downloaded fine. I then started to read your documentation and there was an option, -T type. I used video and it didnt back up anything.
I created a bunch of test video posts to work through this, so even thought I am using -i, there are new posts. How is the script determining type? I suck at python so not able to understand how it is called. Any other info I can provide to help troubleshoot? Anyone else having this issue? |
The JSON returned from Tumblr's API has a More generally: this script and youtube-dl is very much at the mercy of the content providers (a.k.a. silos). They can change any one of a hundred small details and the download will fail. Maybe they started checking the referrer when getting the video, maybe something else, who knows? |
@doodie Can you reproduce this with latest tumblr-utils and youtube-dl module? If so, is there a blog we could test with? Tumblr has been known to lose videos, but if they show fine in a browser and aren't being backed up, that's a bug. |
hi,
any thoughts on why videos would stop downloading? the backup just references the tumblr url for the video. seems like like the last successful download of a video was late august. i did just update youtube-dl the other day but have had many videos since late august.
[root@superbrain posts]# youtube-dl --version
2018.09.26
I can confirm that running
youtube-dl video_url
does work from cli.Thoughts or suggestions?
The text was updated successfully, but these errors were encountered: