Mike Fährmann
Mike Fährmann
> in 1-9,A-Z alphabetical order That's just a coincidence. Take https://www.fanbox.cc/@xub/posts/1910054 (NSFW) as a counter example. All files here have the same order as on fanbox itself, and the file...
The file order was like this since fanbox support got added in #1459. There have only been 2 real commits to fanbox.py which changed anything of importance since then, and...
e-hentai does not support movies, so GIFs are the best you are going to get from that site regarding animations. To convert them on the fly, you can use `--exec`...
> Nothing really can be done imo. Well, I've added fallback URLs (https://github.com/mikf/gallery-dl/commit/78d83345d3957309d3be58268a48a077e3b78052), so if `https://fs-05.cyberdrop.to` etc doesn't work, it tries to download from `https://cyberdrop.to`.
My issue with desktop Weibo, and why gallery-dl is using the mobile API, is its Sina Visitor System, which redirects any request from "overseas" to https://passport.weibo.com/. yt-dlp seems to be...
Weibo's extractor got updated to use the desktop API. (https://github.com/mikf/gallery-dl/commit/a0692818afc1cea31a0f45d0c4fbdc5a50a57d5e) With `/ajax/statuses/mymblog` as endpoint it can now go to 4421212539506285 for https://weibo.com/u/3164968121. I will look into supporting downloading from a...
General `tabtype=album` listings (and many others) are now supported: https://github.com/mikf/gallery-dl/commit/57508d3bb73a55db3a2f67b6c7104deb779589d0 Didn't realize Weibo had sub-albums. That'll be the next thing I'm working on, I guess.
No, it's not. I have, again, managed to slip in a small typo that breaks things: https://github.com/mikf/gallery-dl/blob/c2d117163f4d06ee28e72af3efa92db7bcf1fccd/gallery_dl/extractor/weibo.py#L203 The single space character at the beginning of this string breaks things. Workaround:...
Just to report back: - `https://weibo.com/u/` not working is fixed (https://github.com/mikf/gallery-dl/commit/61cbf8318c0d9b8888a56639da0e3f437c47740d) - retweets are fixed (https://github.com/mikf/gallery-dl/commit/45c980daf04c83cb1e5007a69c481de685a91973) - `tabtype=video` URLs are supported (https://github.com/mikf/gallery-dl/commit/6db77d46565848a8c88c7bec5c7f3640708aa4e2)
The "unexpected tweets only when logged in" are unrelated to `"replies": "self"` and happen because Twitter expands conversions when logged in, as nisehime explained further up. Those tweets are not...