Error at processTags(): (, UnicodeDecodeEr
ror(‘ascii’, ‘x83nx83Cx83Xx83Nx81[x83x8bDx81~D’, 0, 1, ‘ordinal not in r
ange(128)’), )
Traceback (most recent call last):
File “PixivUtil2.py”, line 1248, in main
File “PixivUtil2.py”, line 980, in menuDownloadByTags
File “PixivUtil2.py”, line 627, in processTags
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0x83 in position 0: ordinal
not in range(128)
can you give the tag to test, for now you can use url encoder (http://meyerweb.com/eric/tools/dencoder/) for the tag input (paste the kanji and click encode, then paste the result (%xx%xx….) to the console window)
Is it possible to download a user’s private/MyPick works even we are not in MyPick?
nope, the image filename is padded so it cannot get the file directly without parsing the page.
Hello there, and thanks for this great tool.
I’ve checked the readme, and maybe I missed something, but is there a method for downloading a specific tag from a certain user?
“pixiv.net/member_illust.php?id=XXX&tag=XXX”
>> is there a method for downloading a specific tag from a certain user?
not yet, I might add it in the next release.
Oh, I was just about to ask the same thing. Please do it =D
Also, exclude tag option could be nice too. (So, download everything but R-18G for example for a certain user.)
I got this error today
Error at processTags(): (, UnicodeDecodeEr
ror(‘ascii’, ‘x83nx83Cx83Xx83Nx81[x83x8bDx81~D’, 0, 1, ‘ordinal not in r
ange(128)’), )
Traceback (most recent call last):
File “PixivUtil2.py”, line 1248, in main
File “PixivUtil2.py”, line 980, in menuDownloadByTags
File “PixivUtil2.py”, line 627, in processTags
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0x83 in position 0: ordinal
not in range(128)
can you give the tag to test, for now you can use url encoder (http://meyerweb.com/eric/tools/dencoder/) for the tag input (paste the kanji and click encode, then paste the result (%xx%xx….) to the console window)
Is it possible to download a user’s private/MyPick works even we are not in MyPick?
nope, the image filename is padded so it cannot get the file directly without parsing the page.
Hello there, and thanks for this great tool.
I’ve checked the readme, and maybe I missed something, but is there a method for downloading a specific tag from a certain user?
“pixiv.net/member_illust.php?id=XXX&tag=XXX”
>> is there a method for downloading a specific tag from a certain user?
not yet, I might add it in the next release.
Oh, I was just about to ask the same thing. Please do it =D
Also, exclude tag option could be nice too. (So, download everything but R-18G for example for a certain user.)
Wow, Great!