From 1998ec9b131dce38b652af06447ff667f01839bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 7 Sep 2015 13:48:16 +0200 Subject: [PATCH] [pixiv] update user-agent to newest version --- gallery_dl/extractor/pixiv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/pixiv.py b/gallery_dl/extractor/pixiv.py index 0c51cd40..71674899 100644 --- a/gallery_dl/extractor/pixiv.py +++ b/gallery_dl/extractor/pixiv.py @@ -146,7 +146,7 @@ class PixivAPI(): self.session = session self.session.headers.update({ "Referer": "http://www.pixiv.net/", - "User-Agent": "PixivIOSApp/5.1.1", + "User-Agent": "PixivIOSApp/5.8.0", # "Authorization": "Bearer 8mMXXWT9iuwdJvsVIvQsFYDwuZpRCMePeyagSh30ZdU", })