limkokhole / pinterest-downloader

Download all images/videos from Pinterest user/board/section.
MIT License
270 stars 47 forks source link

Cannot download board/section pins #35

Open ValentinDORMANN opened 3 months ago

ValentinDORMANN commented 3 months ago

My pinterest board has the following structure:

All my boards are secret board so i must add --cookies cookies.txt argument. When I execute pinterest-downloader.py <user_name> I can recursively download pins children of user_name (pin_0.1), pins of boards (pin_1.1, pin_2.1) but I cannot download pins from sections (pin_11.1, pin_12.1, pin_21.1). Executing pinterest-downloader.py <user_name>/<board_1> or pinterest-downloader.py <user_name>/<board_1>/<section_11> seems not function with error

[✖] Get this board/section failed : <user_name>/<board_1>
[✖] No item found.
Please ensure your username/boardname/[section] or link has media item.
 Abort.
[i] Time Spent: 0:00:00

I use python 3.12.4 on Windows 10 x64.