Mike Fährmann

Results 577 comments of Mike Fährmann

Enable the [`unavailable`](https://gdl-org.github.io/docs/configuration.html#extractor-twitter-unavailable) option: ``` $ gallery-dl -o unavailable=1 https://x.com/Mofulyen/status/1925854729998856630 [twitter][info] Initializing client transaction keys [twitter][warning] Media unavailable (1925854729998856630 - 'Deleted') [downloader.http][warning] '404 Not Found' for 'https://pbs.twimg.com/media/GrVeCbha0AAtZQX?format=jpg&name=orig' [download][info] Trying fallback...

Nope, there is currently no way to distinguish fallback files from regular ones. edit: #2371

The current gofile website token is `4fd6sg89d7s6` and can be found in https://gofile.io/dist/js/alljs.js by searching for ` wt: `. gallery-dl will fetch the current value automatically if you don't explicitly...

Sounds like you are using a very outdated version (check `gallery-dl --version`). The latest `websitetoken` code is from v1.26.8. 77abcf5a 3433481d > I tried adding it to my config, but...

> couldn't reopen the last issue so im opening a new one here You can still comment in a closed issue.

I installed `sankaku-idol-67.apk` in an `Android-x86` VM. Now I need to find a convenient way to monitor its network requests. Apparently routing traffic through `mitmproxy` running on my computer would...

Skipped, i.e. previously downloaded files that are present in your filesystem, do *not* get recorded by default. You need to include `skip` in [`archive-event`](https://gdl-org.github.io/docs/configuration.html#extractor-archive-event) for this to happen. ``` shell...

@biggestsonicfan Not entirely sure if this works in WSL, but try exporting them as Netscape cookies.txt and pass this file's path via [`cmdline-args`](https://gdl-org.github.io/docs/configuration.html#extractor-ytdl-cmdline-args) or [`raw-options`](https://gdl-org.github.io/docs/configuration.html#extractor-ytdl-raw-options). ``` "cmdline-args": [ "--cookies", "C:/path/to/cookies.txt"...

@nightbrd There isn't. The format for `"skip": "enumerate"` is currently hardcoded.