bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
312 stars 106 forks source link

Video Pins Problem... Unable to post video pins #167

Closed ibikhan1234 closed 2 years ago

ibikhan1234 commented 2 years ago

The code is working fine for image pins, but when it comes to Video pins, there is no function that is specific for uploading video pins.

bstoilov commented 2 years ago

Duplicate of this one https://github.com/bstoilov/py3-pinterest/issues/147

ibikhan1234 commented 2 years ago

But you did not provide the solution. I thin, it can be done by changing the headers to multipart for video files and those headers can be found in inspect mode in chrome when uploading video pins, but i am unable to do it. can you please resolve this issue of uploading video pins?

bstoilov commented 2 years ago

I just noticed that uploading video pins is feature of business accounts, this script still doen't support them