youtube-upload
youtube-upload copied to clipboard
Add local file option for thumbnail.
Description: We need to implement the ability to locally upload a thumbnail rather than just specifying the URL to one. This was suggested in #9 by @markdrrr .
How to get started: Check out how the Google Python API handles uploading a thumbnail. Implement the ability to specify the path to the thumbnail within the script, our library should handle the rest.
Acceptance Criteria: The feature is implement and a PR is made.