林果皞
f69006cac7
brotli to fix r.json() encoding error in line 1366
...
CodeQL / Analyze (python) (push) Failing after 1m20s
Please rerun `python3 -m pip install --upgrade -r requirements.txt ` to install new dependency `brotli`.
2023-05-01 04:23:23 +08:00
林果皞
2876efb02b
Merge pull request #25 from Starfer/master
...
Fixed issue with non-latin characters
Merge comment:
utf-8 is not a standard option in Accept-Encoding, but removing 'br' can still fix the issue. However, to avoid using non-modern browsers without gzip support, it may be better to force users to install Brotli. Apply in next commit. (Reference: https://stackoverflow.com/questions/49584929/unable-to-decode-python-web-request )
This error occurred on my newly installed Python on Windows; there were no issues on my Linux machine.
2023-05-01 04:16:47 +08:00
林果皞
5265c3ebbb
Not proper way to fix the encoding error.
...
Gzip is not a standard option in Accept-Encoding, but removing 'br' can still fix the issue. However, to avoid using non-modern browsers without gzip support, it may be better to force users to install Brotli.
This error occurred on my newly installed Python on Windows; there were no issues on my Linux machine.
2023-05-01 04:10:08 +08:00
Starfer
7d08831af1
Fixed issue with non-latin characters
2023-04-29 22:49:34 +04:00
林果皞
97623befc5
typo
2023-03-23 15:09:50 +08:00
Lim Kok Hole
f0a1bee02d
issue #19
2023-03-23 12:43:43 +08:00
Lim Kok Hole
0ffd624255
is None
2023-03-23 12:40:06 +08:00
Lim Kok Hole
16dd02b556
Issue #19
2023-03-23 12:37:34 +08:00
林果皞
ddca95adfa
Update README.md
2023-03-23 12:06:24 +08:00
林果皞
2f98a63f78
Update README.md
2023-03-23 12:03:10 +08:00
Lim Kok Hole
68b691a50b
Added [i] UA
2023-03-23 12:01:48 +08:00
Lim Kok Hole
27f9160d37
Set latest UA
2023-03-22 20:17:08 +08:00
Lim Kok Hole
7b67212e3b
Resolved #18
2023-03-22 20:05:04 +08:00
Lim Kok Hole
70708d93ce
Fix single video board not download.
2023-03-22 19:12:36 +08:00
limkokhole
7d540b1c89
[1] Fix issue #10 not download video [2] Retry if get pin error
2022-11-30 21:23:42 +08:00
limkokhole
9f8f1c1b35
Remove PKGBUILD
2022-11-25 04:26:49 +08:00
limkokhole
e6a2816def
Support AUR package installation
2022-11-20 20:29:44 +08:00
林果皞
565362a082
Merge pull request #16 from fabiolichinchi/master
...
Commits bundle
2022-11-16 23:46:21 +08:00
mukkino
7081f53f7c
Update README.md
2022-10-14 10:15:15 +00:00
mukkino
366106274e
Merge pull request #4 from fabiolichinchi/fabiolichinchi-boards-secret-not-hidden
...
Boards are secret, not hidden
2022-10-14 11:10:36 +01:00
mukkino
073be84456
Merge pull request #3 from fabiolichinchi/fabiolichinchi-readme-cookies-guide-patch
...
Secret boards and cookie file usage infos
2022-10-14 11:10:19 +01:00
mukkino
611be0c90b
Boards are secret, not hidden
...
Change in the wording for secret boards that were previously wrongly called hidden
2022-10-14 10:04:54 +00:00
mukkino
bdf7ed7f11
Secret boards and cookie file usage infos
...
README to include the info related to secret boards and cookie file
2022-10-14 10:02:19 +00:00
mukkino
6114da3c3a
Merge pull request #2 from fabiolichinchi/fabiolichinchi-pinterest-downloader-cookies-patch
...
Fabiolichinchi pinterest downloader cookies patch
2022-10-14 10:45:35 +01:00
mukkino
36e347ed34
utf-8 issues while writing logs
...
fixed an error related to the logs output charmap
2022-10-14 00:59:46 +00:00
mukkino
d9e0334c84
Merge pull request #1 from fabiolichinchi/fabiolichinchi-pinterest-downloader-requirements-pysocks-patch
...
pysocks added for the sock4 argument
2022-10-14 01:35:43 +01:00
mukkino
dea9439b3d
Fixed a problem with a variable
...
Variable name mismatched was throwing an error
2022-10-14 00:30:05 +00:00
mukkino
491ca2a48f
pysocks added for the sock4 argument
...
pysocks is not yet included by default with the latest Python (tested on Windows)
2022-10-14 00:24:42 +00:00
mukkino
336e1d9785
Patch for downloading hidden galleries (cookies)
...
Added ability of specifying a cookie file. The cookie file needs to be in the format of a token like the one generated by this extension: https://chrome.google.com/webstore/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
Example: given that the info from the extension is saved in a file named "cookies.txt" and placed in the same folder as "pinterest-downloader.py", now we can call "python pinterest-downloader.py https://www.pinterest.co.uk/usename --cookies cookies.txt" and also hidden galleries for your user will be downloaded
2022-10-13 23:49:23 +00:00
limkokhole
e123be845d
Added -vo and -io.
2022-03-06 10:15:13 +08:00
林果皞
ea06baae9c
sort
2022-03-02 10:51:14 +08:00
林果皞
c1e57866bc
Update requirements.txt
2022-03-02 10:49:00 +08:00
林果皞
278a552884
Merge pull request #7 from fulldecent/patch-1
...
Fix install error
2022-03-02 10:48:01 +08:00
William Entriken
fb62f371e2
Fix build error
2022-02-25 16:40:25 -05:00
limkokhole
f6fd22ef36
latest pin deleted comment
2022-01-26 00:36:51 +08:00
limkokhole
166af1168c
API timeout
2022-01-24 19:00:32 +08:00
limkokhole
fdcdb55e1b
Better timeout
2022-01-24 12:23:21 +08:00
limkokhole
a7bd9943cb
Remove non-existent -u log.
2022-01-24 02:25:21 +08:00
limkokhole
db9c0a4794
typo.
2022-01-23 23:43:27 +08:00
limkokhole
a56cf2a22c
Period.
2022-01-23 23:35:35 +08:00
limkokhole
8e0070714b
New section/boards case. Clean code/comment.
2022-01-23 23:32:30 +08:00
limkokhole
2bac9d75dc
Update sample caller.
2022-01-23 14:51:10 +08:00
limkokhole
97306a040d
Update sample caller.
2022-01-23 14:27:00 +08:00
limkokhole
3c3f4bccf4
-ps/p
2022-01-23 14:17:13 +08:00
limkokhole
0dc5bcc2dc
print dir splash. Remove geek log.
2022-01-23 13:47:44 +08:00
limkokhole
df916b7e88
Fix exclude section.
2022-01-23 13:30:58 +08:00
limkokhole
a96d68ac5f
-ps/p can pass.
2022-01-23 13:16:16 +08:00
limkokhole
93df8e250b
ANSI color.
2022-01-23 13:08:25 +08:00
limkokhole
0201f41da9
ANSI color.
2022-01-23 13:06:24 +08:00
limkokhole
043bd9b874
Comment typo.
2022-01-23 12:53:02 +08:00