vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

Uploading videos with vertical bar "|" character in video name/description #183

Open klarrieu opened 2 years ago

klarrieu commented 2 years ago

Hello,

I am trying to use PyVimeo to upload videos with a vertical bar "|" character in the video name and/or description. However, upon uploading, this character is removed from the name/description of the uploaded video. I am not sure if I need to encode the name/description strings or something like that but I have tried various encodings without getting it to work. Any help would be greatly appreciated.

klarrieu commented 2 years ago

I ended up figuring out that I can send a patch request to fix the name after uploading, but this is an issue with the PyVimeo upload method.