Closed FISSI0N closed 2 months ago
This bug is caused by "pagination": "manual"
when used with a cursor-based API endpoint, which the new journal/status one is. Fixed in https://github.com/mikf/gallery-dl/commit/3bffe7a8bd8cf4434cd34153c781341dbfcbc177.
I've recently noticed that when trying to download Journals/Status Messages/Posts by a deviantart user, gallery-dl somehow gets confused and keeps repeating those posts infinitely. Regular posts (including text posts) appear to keep working just fine.
here is an example, initially everything works fine:
but then when journal posts are being extracted they keep repeating (last line of previous code block and first line of this block are purposefully copied twice):
Previously, my unchanged configuration caused no issues:
PS: might be associated to those API changes mentioned here: https://github.com/mikf/gallery-dl/issues/5916