Mike Fährmann

Results 577 comments of Mike Fährmann

Should be fixed in https://github.com/mikf/gallery-dl/commit/3084ba1243e835b858184a12bb63a1e5d4f93ed8

Fixed in https://github.com/mikf/gallery-dl/commit/c8e4a2f8d16f35a99fbccefc64a7c4c6a6343bfe by using `{chapter_hid}` instead of the default `{manga}_{chapter}`

``` --mtime date ``` ---------- > I see no workaround to set file modification times properly. ``` $ gallery-dl --help ... --mtime NAME Set file modification times according to metadata...

Add `"postprocessors": "mtime"` to your `deviantart` settings. ``` json { "extractor": { "deviantart": { "client-id": "12345", "client-secret": "abcdef", "refresh-token": "fedcba", "postprocessors": "mtime" } } } ```

https://www.instagram.com/instagram/p/DBoqEUkSQ4T/ has 1080p videos. #6369 is probably related. Maybe it takes some time for the higher-resolution versions to become available?

I don't know. Maybe by using the `--user-agent` of the latest mobile app version?

I did what I should have done at the very beginning, inspired by https://github.com/mikf/gallery-dl/issues/6379#issuecomment-2750550146, and looked at how yt-dlp extracts video data from IG. Long story short, gallery-dl now extracts...

The user lookup with https://www.instagram.com/api/v1/users/web_profile_info/?username=jannemeow.w failed. Update your cookies and it should work again.

> even after using deepseek Well, there's your problem. LLMs have absolutely *no* idea how to use gallery-dl. For cookies, either export them with a browser addon and load them...

Are you using a post processor for artstation? If so, post its settings.