You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My general use case is to browse art and add the posts I like to my likes with the intent to run gallery-dl afterward to download said posts. This works fine for Twitter, danbooru, pixiv, and has worked fine for a while with bluesky.
To avoid extended runtimes, and minimize spamming of relevant APIs, I've configured the extractors to abort after 5-15 skipped posts, depending on extractor.
In the past month, posts from bluesky likes do not appear to be downloading.
Wrongly marking every liked post as repost and skipping them was not supposed to happen. That's fixed in 6db1837, but likes are still a mess thanks to Bluesky's broken(?) API endpoint.
My general use case is to browse art and add the posts I like to my likes with the intent to run gallery-dl afterward to download said posts. This works fine for Twitter, danbooru, pixiv, and has worked fine for a while with bluesky.
To avoid extended runtimes, and minimize spamming of relevant APIs, I've configured the extractors to abort after 5-15 skipped posts, depending on extractor.
In the past month, posts from bluesky likes do not appear to be downloading.
Relevant extractor config:
Verbose output:
The final API calls keep continuing until I abort the run.
The text was updated successfully, but these errors were encountered: