Mike Fährmann

Results 422 comments of Mike Fährmann

My bad. It needs to be `collection`, or you set `flat` for `favorite` to `true`.

Try https://x.com/art_user (or https://x.com/art_user/timeline) as input URL. This will use the results from `/media` plus advanced search results. This will still not grab *all* Tweets, especially for R18 artists, but...

> Bro, What command is this? https://github.com/mikf/gallery-dl?tab=readme-ov-file#authentication

> but to get most instead? right? It *should* get most, but no guarantees. Search results are incomplete and there will be Tweets missing, but there is not much that...

Neither gallery-dl nor Twitter ask you to put an `@` into your username when logging in. Where did you even get this from? If your Twitter handle is `user123`, then...

This Tweet is technically *not* considered a retweet (`"retweeted": false,`). Don't know what these are called, but it's something different. The [original Tweet](https://x.com/i/status/1802830883390685590) still has a `retweet_count` of `0` and...

The solution to this is unfortunately not "something tiny and silly", but might require a lot of work instead. I've recently added a [`skip-filter`](https://gdl-org.github.io/docs/configuration.html#extractor-skip-filter) option which is meant to select...

I thought this might be related to `text-tweets`, since gallery-dl uses a different endpoint when it is enabled, but no, it doesn't make a difference. Both with and without, I...

Patreon-hosted videos do get downloaded: ``` $ gallery-dl https://www.patreon.com/posts/video-sketchbook-32452882 [patreon][warning] no 'session_id' cookie set patreon/Loish/32452882_VIDEO __ sketchbook flipthrough_01.jpg patreon/Loish/32452882_VIDEO __ sketchbook flipthrough_02.mp4 ``` Video embeds from Youtube/Vimeo/etc are not supported....

Your proxy software is most likely setting `HTTP_PROXY` and `HTTPS_PROXY` environment variables, which get picked up and used by [`requests`](https://github.com/psf/requests). Unset them before running gallery-dl, or use `NO_PROXY`. Apparently this...