Files
gallery-dl/gallery_dl
prowlguru 6306b110fd [pixiv] fix 'user_details' requests not being cached
Calls to user_detail would sometimes have an
integer user_id and sometimes string. Since this
is used as a key for caching this function, it
would cause an extra request to be made.

All calls to user_detail should be sending user_id
as a string, to avoid having multiple entries in
the cache, causing an extra request to be made.

Authored by: prowlguru
2025-04-26 14:50:59 +02:00
..
2021-10-13 04:07:41 +02:00
2023-12-18 23:57:22 +01:00
2025-04-15 22:47:33 +02:00