-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
twitter | help with skipping/--no-skip and --filter, and config #6198
Comments
In a download archive, which you haven't enabled, so nowhere. It won't overwrite already existing files though, at least not by default. That's what
The one in the You might want to re-enable the
I think so.
It doesn't. --filter makes gallery-dl completely ignore files for which the filter expression is false. --no-skip causes gallery-dl to overwrite already downloaded files which weren't
https://gdl-org.github.io/docs/configuration.html#extractor-twitter-ads
https://gdl-org.github.io/docs/configuration.html#extractor-twitter-users
Nice.
https://gdl-org.github.io/docs/configuration.html#postprocessor-options The The |
This comment was marked as off-topic.
This comment was marked as off-topic.
So in the SQlite, nowhere else? I swear it kept marking things as seen even when I moved the sqlite lol... did I make an error.. the extractor section skip doesn't matter? or is it like, extractor is for every extractor, but twitter is just for twitter-- so... no difference between "user" and "timeline"? 😂 I assume functionally there's no difference... the doc on postprocessors may be beyond me rip. I've been having issues with it enabled. will it still record my history even if I have postprocessor section on my twitter config off? (maybe I will want it to later, but when I used the postprocessor section, it just downloaded jsons and I worried it'll never download the actual pics, so I had to shut it down before I got ratelimited for a day) thank you very much! |
SQLite archives (not the cache file) and files already present in the filesystem.
Exactly. When
You can set different options per subcategory (like
Yes. Post processors and archives for actual downloaded files are completely independent. |
Hi, I'm about to lose my mind bc I've had so much trouble trying to get gallery-dl to work for me, please help... I have so many issues...
I ran a trial run earlier with --filter and it ran fine after eleventeen tries (didn't always work, sometimes it seemed to ignore my --filter)
but I was trying to test some commands, and now subsequent runs are skipping those posts, which I DON'T want.
a) Where is the history of seen posts stored? Maybe I can clear those out? Is it just cache.sqlite3, or is it also stored elsewhere? When I renamed cache.sqlite3, I think it still skipped posts marked seen...?
b) There are 3 "skip: true/false" areas in my config. I'm not sure which one I want to adjust to make it not skip stuff that's already been downloaded.
Do these commands look right?
gallery-dl "https://twitter.com/tls6491" --cookies "C:\Users\Bani\AppData\Roaming\gallery-dl\cookies.txt" -d "C:\Users\Bani\Pictures\zz DL" --filter "datetime(2024, 9, 10) <= date < datetime(2024, 9, 17)"
gallery-dl "https://twitter.com/tls6491" --cookies "C:\Users\Bani\AppData\Roaming\gallery-dl\cookies.txt" -d "C:\Users\Bani\Pictures\zz DL" --filter "date >= datetime(2024, 9, 15)" --verbose --no-skip
Does --filter conflict with --no-skip? I wanted it to re-download everything within a certain date range. It seemed to ignore the filter entirely when metadata and postprocessing was in config
Re: my config...
a) Is there anywhere that explains the cards, conversations, strategy options, path-extended fields? I don't know what they mean or do.
b) what is the difference between "users": "user" and "users": "timeline"? my old config used timeline.
b) I copied most of these fields from other people... I have no idea what they do, particularly the post-processor lol... what does that post-processor do... er... anyway, keeping that one in causes me a lot of problems...?
c) how does the rest of the config look?
The text was updated successfully, but these errors were encountered: