limkokhole / pinterest-downloader

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

Not fetching Videos anymore #30

Open Bhautik-Bhalala opened 11 months ago

Bhautik-Bhalala commented 11 months ago

not working to fetch videos , getting error

no video is downloaded.

(venv1) PS E:\pinterest-downloader-master> python .\pinterest-downloader.py -f -d comp https://in.pinterest.com/Atwidee/electronics/


[i] Job is download single board by username/boardname: Atwidee/electronics [...] Getting all images in this board: electronics ... [ 0 / ? ] [➕] Found 1 image/video Download into directory: comp\Atwidee\Electronics\ [...] Downloading: |#########################-------------------------| 50.0% Complete [Retry] Getting error pin id: '624170829630227793'...

[Retry] Getting error pin id: '624170829630227793'...

[Retry] Getting error pin id: '624170829630227793'...

[Retry] Getting error pin id: '624170829630227793'...

[Retry] Getting error pin id: '624170829630227793'...

[✖] Get this video pin id failed : 624170829630227793 [✔] Downloaded: |##################################################| 100.0% Complete [i] Time Spent: 0:00:08

Please help

@limkokhole

Bhautik-Bhalala commented 11 months ago

have also tried in multiple python version 3.8 , 3.10

bonayonpatrick commented 10 months ago
Bhautik-Bhalala commented 10 months ago

Then it is only downloading Images not the videos from the board @bonayonpatrick

bonayonpatrick commented 10 months ago

i tested it, but it's only working on a board link (batch) not on pin link (single)

bonayonpatrick commented 10 months ago

we have different code in a line number, find this code around line 800 to 1000, and comment it

image = get_pin_info(v_pin_id, None, None, None, False, False, None, None, None, None, IMG_SESSION, V_SESSION, PIN_SESSION, proxies, cookie_file, True)

On Mon, Dec 25, 2023, 4:57 PM Bhautik Bhalala @.***> wrote:

Then it is only downloading Images not the videos from the board @bonayonpatrick https://github.com/bonayonpatrick

— Reply to this email directly, view it on GitHub https://github.com/limkokhole/pinterest-downloader/issues/30#issuecomment-1868867669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVOLSA4Y63HFR2HA4HPNLZDYLE5WDAVCNFSM6AAAAAA73OJEGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRYHA3DONRWHE . You are receiving this because you were mentioned.Message ID: @.***>

Bhautik-Bhalala commented 10 months ago

Great It Worked Thanks @bonayonpatrick