-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Errors with cookies and downloading & sorting from a twitter page #1504
Comments
Try
This here is "wrong": "postprocessors": [{
"retweets": true,
"skip": true,
"name": "metadata",
"mode": "custom",
"directory": "Retweets-{user[name]}",
"filename": "{author[name]}-{date:%Y-%m-%d}-{filename}.{extension}"
}]
That user's tweets are private. This should be fixed when you get your cookies working. |
Its been awhile since ive installed, how do I check if im using the snap package? Also i tried "gallery-dl chmod +r" and it said no suitable extractor found like this: |
The only sure way is to run sudo pip uninstall gallery-dl to uninstall the PyPi version if you wanna use the Snap one. |
Take a look at the output of
|
Do I have to use the snap version of gallery-dl to fix this? and for the proper chmod command "chmod +x gallery-dl", It doesnt recognise it, I searched it up and saw chmod was a unix thing, so whats the windows version of that? Im running windows 10. |
Oh, sorry. For some reason I thought you were on a Unix platform. I just took another look at your config and realized that Remove the global |
Ok then thanks! It worked, Im still having trouble with the postprocessing thing, but im gonna get rid of it in the twitter section, in the future will there be a way to sort out regular tweets and retweets? |
I too was wondering about this as it seems that there is contradictory information about whether or not you can separate retweets. #1481 |
So I am having an error with gallery-dl where on some extractors (Most notably twitter) I get the following:
"[twitter][warning] cookies: [Errno 13] Permission denied: './gallery-dl/cookies' "
Which is the folder in which I store my cookies, I don't know why I get this error, but along with that error, if I don't get the 403 error, I get the following:
"[postprocessor][error] 'metadata' initialization failed: TypeError: expected str, got NoneType"
I'm assuming it has to do with my config, as I have a postprocessor part of the twitter config, I dont really fully get it but I copy pasted it from one of my other ones that works in the config and edited it as I wanted the downloader to put retweets into a folder inside the artist's folder. for instance, Normal media: "User/gallery-dl/twitter/Artist/" and retweets: "User/gallery-dl/twitter/Artist/Artist Retweets"
My final error I believe is related to the first one, when I try to download from https://twitter.com/kinkyvorechick/media, I get the following message: [twitter][error] 403 Forbidden ("Not authorized to view the specified user.")
I'm assuming this has to do with the fact that the permission is denied from cookies so it cant see them and let me download their media.
If anyone can help me solve any of these issues it would be greatly appreciated. Thanks.
config - Copy.txt
The text was updated successfully, but these errors were encountered: