Skip to content

Commit

Permalink
merge #5029: [pixiv] update App API headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 7, 2024
2 parents 33f2287 + d0d1994 commit 50eef1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gallery_dl/extractor/pixiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,9 +826,9 @@ def __init__(self, extractor):

extractor.session.headers.update({
"App-OS" : "ios",
"App-OS-Version": "13.1.2",
"App-Version" : "7.7.6",
"User-Agent" : "PixivIOSApp/7.7.6 (iOS 13.1.2; iPhone11,8)",
"App-OS-Version": "16.7.2",
"App-Version" : "7.19.1",
"User-Agent" : "PixivIOSApp/7.19.1 (iOS 16.7.2; iPhone12,8)",
"Referer" : "https://app-api.pixiv.net/",
})

Expand Down

0 comments on commit 50eef1b

Please sign in to comment.