jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Long description using a description file solution #16

Open robbiedood opened 4 years ago

robbiedood commented 4 years ago

Dear jonnekaunisto,

Thanks for your support. Recently I found my descriptions are usually long. So I make description as text file, s.t. .txt file.

I was wondering if there is a way we could directly pass a path of text file such as video.set_description_filepath(text_path). Then the method would read the text file, parse it into the api for description during upload.

Hope to hear your expertise.

Thank you !