Mike Fährmann

Results 576 comments of Mike Fährmann

> I'm not sure what you mean by not being able to reproduce it He probably doesn't get any `403 Forbidden` errors when downloading 4chan videos with just default settings,...

Try adding `"browser": false,` to your previously working settings. See #7575

There isn't any more space for that. Exit codes only have 8 bits - at least when you want to stay portable across all platforms - and they're already in...

`--write-info-json` is primarily meant for image galleries, where it is sufficient to write one `info.json` file for the whole thing. For sites with posts like Pixiv, you need to use...

This should be partially fixed in https://github.com/mikf/gallery-dl/commit/29d315e495a4965dad2ae3ff55488fa26588c645. The main file downloaded to `part-directory` should now get moved to its intended target location.

Works for me with all three different [`videos`](https://gdl-org.github.io/docs/configuration.html#extractor-reddit-videos) strategies, so there has to be some `ytdl` option that you've enabled that somehow causes `filepath` to be missing. edit: Maybe it's...

No, there currently isn't. When `download.retries` is not set, it defaults to `extractor.retries`, so you could just set that to `-1` instead of the downloader setting. Or you use a...

This has been possible since 18ed39c1cfd86d06ed44fc8506c44a1394c952f9 ``` json { "extractor": { "twitter": { "http": { "retries": 0 } } } } ```

I guess this is a different kind of link than requested in the other Steam-related issues? - https://github.com/mikf/gallery-dl/issues/1079 - https://github.com/mikf/gallery-dl/issues/6546 - https://github.com/mikf/gallery-dl/issues/6978

Looking at an example [user profile](https://steamcommunity.com/id/BrewsterTKoopa/), I'd just use regular URL patterns for * Screenshots (`SteamScreenshotsExtractor` or `SteamUserScreenshotsExtractor`) https://steamcommunity.com/id/BrewsterTKoopa/screenshots/ * Workshop Items (`SteamWorkshopExtractor` or `SteamUserWorkshopExtractor`) https://steamcommunity.com/id/BrewsterTKoopa/myworkshopfiles/ * general Shared Files...