Mike Fährmann

Results 577 comments of Mike Fährmann

https://github.com/mikf/gallery-dl/issues/6645#issuecomment-2555362921

> ``` > [twitter][info] Logging in as @*REDACTED* > [twitter][error] AuthenticationError: Login rejected as suspicious > ``` gallery-dl will not attempt to login with username & password when the necessary...

Question for anyone getting `[twitter][error] AuthenticationError: Login rejected as suspicious` when trying to login with username & password: Can you login with yt-dlp? ``` yt-dlp -u "UsER" -p "PASS" https://twitter.com/perrypumas/status/1065692031626829824...

@powerfulsaber Are you sure about this?

@powerfulsaber Seems like *I* am not allowed to remove this PR and its associated code. You should be able to just delete your branch and maybe `git push --force` over...

I made an attempt at implementing this: https://github.com/mikf/gallery-dl/commit/a25e14e776df8b445d20017977fab4fb7b8f16e3 Constant `--limit-rate` values *should* work the same as before, and, when given a range like `--limit-rate 400k-1M`, the `http` downloader now selects...

> What I'm doing wrong? You are using `"mode": "tags"` / `--write-tags`. `"mode": "tags"` / `--write-tags` reads the plain, uncategorized tags found in `tags` and writes them to a file....

For example: ``` json { "name": "metadata", "extension": "txt", "include": ["tags_artist", "tags_character", "tags_copyright", "tags_studio", "tags_general"], "whitelist": ["danbooru", "moebooru", "sankaku"] } ```

General support for `lemmy` instances (#5686) should be implemented by inheriting from `BaseExtractor` and using its interface, like `mastodon`, `misskey`, etc., but I guess it wouldn't be bad to start...

Use the `{user[...]}` values instead of `{owner_id}` etc. These always reference the user account from your input URLs instead of a potential co-author.