gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

[pixiv] it's not downloading an artwork

Open mmoisall opened this issue 10 months ago • 5 comments

if i download this 'https://www.pixiv.net/users/56514424' it doesnt down the lastest one. (https://www.pixiv.net/artworks/85960783) Im not sure this happens to other user link too. As I tried other links were fine

C:\Users\xxxx>gallery-dl https://www.pixiv.net/users/56514424
# .\gallery-dl\pixiv - samoinu - 56514424\2020-09-06 112630 - samoinu - pixiv - 雨-0(84199360_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-09-01 135800 - samoinu - pixiv - 9月-0(84093524_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-08-27 124309 - samoinu - pixiv - 日周-0(83972265_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-29 153509 - samoinu - pixiv - 夏-0(83314977_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-24 025538 - samoinu - pixiv - おはよう。-0(83182542_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-22 030945 - samoinu - pixiv - ⭐️-0(83137722_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-21 115255 - samoinu - pixiv - 背景-0(83124871_p0).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-21 115255 - samoinu - pixiv - 背景-1(83124871_p1).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-21 115255 - samoinu - pixiv - 背景-2(83124871_p2).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-21 115255 - samoinu - pixiv - 背景-3(83124871_p3).png
# .\gallery-dl\pixiv - samoinu - 56514424\2020-07-21 115255 - samoinu - pixiv - 背景-4(83124871_p4).png

I tried deleting config option. it didnt work

    "pixiv": {
      "directory": [ "pixiv - {user[name]} - {user[id]}" ],
      "filename": "{date:%Y-%m-%d %H%M%S} - {user[name]} - pixiv - {title}-{num}({filename}).{extension}",
      "refresh-token": "xxxxxx",
      "ugoira": true,
      "postprocessors": [
        {
          "name": "ugoira",
          "extension": "webm",
          "ffmpeg-args": [ "-hide_banner", "-loglevel", "error", "-stats", "-pix_fmt", "yuv420p", "-g", "9999", "-aq-mode", "0", "-auto-alt-ref", "1", "-lag-in-frames", "25", "-c:v", "libvpx-vp9", "-flags", "global_header", "-movflags", "faststart", "-deadline", "good", "-threads", "1", "-b:v", "10M", "-an", "-sn", "-map", "0:v:0", "-map_metadata", "-1", "-map_chapters", "-1", "-y" ],
          "ffmpeg-twopass": true,
          "keep-files": true
        }
      ]

    }

mmoisall avatar Apr 05 '24 00:04 mmoisall

That artwork in particular returns the same sanity_level error as #5180 in verbose mode:

D:\Downloads> gallery-dl https://www.pixiv.net/en/artworks/85960783 --verbose
gallery-dl: Version 1.26.9
gallery-dl: Python 3.12.1 - Windows-10-10.0.19045-SP0
gallery-dl: requests 2.31.0 - urllib3 2.1.0
gallery-dl: Configuration Files ['%APPDATA%\\gallery-dl\\config.json']
gallery-dl: Starting DownloadJob for 'https://www.pixiv.net/en/artworks/85960783'
pixiv: Using PixivWorkExtractor for 'https://www.pixiv.net/en/artworks/85960783'
urllib3.connectionpool: Starting new HTTPS connection (1): app-api.pixiv.net:443
urllib3.connectionpool: https://app-api.pixiv.net:443 "GET /v1/illust/detail?illust_id=85960783 HTTP/1.1" 200 394
postprocessor.ugoira: using concat demuxer
pixiv: Active postprocessor modules: [UgoiraPP]
pixiv: Skipping 'sanity_level' warning (85960783)

Weirdly enough, create_date is "2024-04-05T13:33:00+09:00" for this artwork whereas the page itself says "November 28, 2020 8:33 PM". Might be Pixiv screwing around with the post(s) again?

D:\Downloads> gallery-dl https://www.pixiv.net/en/artworks/85960783 -K
Keywords for directory names:
-----------------------------
caption

category
  pixiv
comment_access_control
  0
create_date
  2024-04-05T13:33:00+09:00
date
  2024-04-05 04:33:00
...

komoreshi avatar Apr 05 '24 04:04 komoreshi

very weird! wonder what i can try about this

mmoisall avatar Apr 06 '24 18:04 mmoisall

from what I checked,

one of artwork I'm downloading are set at sanity_level 6. and yes, the artwork page returns a dummy entry instead.

Edit:

Try checking with /ajax/illust/<ID>. It shows sl (sanity_level) value at 6 as well.

Edit 2:

I believe these artworks won't "show up even in the original app" if the work contains certain word.

ReiFan49 avatar Apr 13 '24 06:04 ReiFan49

yes. it's actually not appearing in the pixiv official mobile app

mmoisall avatar Apr 13 '24 08:04 mmoisall

Duplicate of #4327

mikf avatar Apr 19 '24 13:04 mikf