hdk5

Results 46 comments of hdk5

1. e71ad8d: Undid my attempts at speeding up frame download process as it, despite actually working, kinda sucked anyway. Just keep in mind that it might need to be fixed...

> * It would be nice to include some extra metadata in the `animation.json` file The only needed field for playback is `frames` array. Otherwise, it can contain any other...

Those three formats mentioned all kinda correspond to pixiv's `/ugoira_meta` api response ([example](https://www.pixiv.net/ajax/illust/116464967/ugoira_meta)). - `gallery-dl` picks only `frames` array and puts in on top level - `PixivUtil2` grabs the response...

With this implementations there's a huge issue that lets user bypass tag limits by using search expressions that accept post query themselves (e.g. `[tags]:...` or `[replacements][post][tags]:...` or `[replacements][post_tags_match]:...` etc.). I...

> search queries are executed independently by 85bda4d7025d7c86ce8d7eae468e2d516a238357 the proposal is to combine params within a single AND node into one query. Very unobvious, but that turns `[param1]: value1 [param2]:...

Rebased onto the latest master. To give some extra context: back when I first proposed this, pixiv uploads would occasionally stop working, and at the moment there was no `candidate_full_image_urls`...

The extractor already knows how to grab the video link, but can't do anything with it as it is actually a m3u8 playlist that has to be muxed into a...

won't make a merge request, but here's what we did at our booru, in case that helps: ```rb # app/logical/source/extractor/skeb.rb:60 if response.status == 429 && response.mime_type == "text/html" request_key =...

> People add small/medium breasts to every single possible image even when there's barely a hint of them, so it's a pretty bad example. Yes. I am the people. I...

You can already do https://danbooru.donmai.us/posts?md5=b3bcfd0f43c6dff7b9f905a07566005d, is that not sufficient to you?