Mike Fährmann
Mike Fährmann
> How to make all of them goes to one single folder? Using `{reply_to}` as directory name should work, instead of your current `{author[name]}` Using just `reply_id` instead of `locals().get('reply_to')`...
There is now a warning when gallery-dl can't access age-restricted tweets.(https://github.com/mikf/gallery-dl/commit/64bbc7969d88f43d0879b8a7c623ec371d614ec5) I'll try to make use of the syndication endpoints from https://github.com/mikf/gallery-dl/issues/2354#issuecomment-1058882747 to lookup any age-restricted tweets, since that seems...
There is now support for grabbing "age-restricted" tweets via syndication API without login (https://github.com/mikf/gallery-dl/commit/1171911dc3c8c739f8eac1e16a42bfd53cce6ac7). At the moment this feature is disabled by default, mostly because sometimes the API returns a...
It may very well be that the way gallery-dl does its login procedure for IG no longer properly works and/or flags your account as a potential bot. I'm personally using...
There is a rather old PR that would add proper wiki* support (https://github.com/mikf/gallery-dl/pull/2340), but I haven't had time or energy to properly review it yet ...
There are [`blacklist` & `whitelist`](https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorblacklist--whitelist) option to select which extractors can be spawned by another, but they could only differentiate between site names like `patreon`, `pixiv`, etc. With https://github.com/mikf/gallery-dl/commit/010d65dcec69b181ce0454b7baa1647deb14fb67 it...
The currently only way is to set a value for `request_interval`, which can either be a float or a 2-tuple of floats. This does however *not* affect downloads, only background...
I tried several things - `--sleep 5`, `-o browser=firefox`, exactly matching browser headers except cookies - and non of them worked. Sooner or later it would always end up with...
I think I figured it out. We can get both cookies by sending a request to `https://8chan.moe/captcha.js` with `Accept: image/avif,image/webp,*/*` and all the other usual headers (use your browser dev...
I took your code from https://github.com/mikf/gallery-dl/issues/2938#issue-1378452573, modified it quite a bit, and eventually ended up with a working extractor that does not get interrupted while downloading: https://github.com/mikf/gallery-dl/commit/1696f68a68f0438c270e48ba763911a230124e90.