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

Clearer errors and functions regarding publish_at function #61

Open lbarraga opened 1 year ago

lbarraga commented 1 year ago

Is your feature request related to a problem? Please describe. I spent a lot of time trying to get publish_at to work. Problems i faced was the fact that date time string must be in ISO 8601. I also did not set the video as private, which led to an error indicating something was wrong with the publish_at, rather than pointing me in the direction of the visibility of the video.

Describe the solution you'd like Clear error message when trying to publish at a later date and video is public and a way of giving a date-time object to the set_publish_at function