youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

Upload Youtube Videos and more via Python

Results 16 youtube-upload issues
Sort by recently updated
recently updated
newest added

Remove `__del__` function to keep oauth.json after the end program, user can use close function to delete this file. Signed-off-by: Bensuperpc

**Description:** This package doesn't support Youtube license at the moment. **Proposed change** Add the following code at line 181 of https://github.com/pillargg/youtube-upload/blob/master/youtube_upload/client.py: license: options.get('license', 'youtube'), Thank you!

potential

### Problem My directory looks like this: ``` client_secrets.json oauth.json test.mp4 test.py ``` and `test.py` like this: ``` from youtube_upload.client import YoutubeUploader uploader = YoutubeUploader() uploader.authenticate() # Video options options...

potential
bug

### Problem How to use filename as Youtube video Title? ### Context I am not good at programming.

potential

**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...

enhancement
help wanted

**Description:** Improve error handling within the [`YouTubeUploader`](https://github.com/pillargg/youtube-upload/blob/13ee8440f64c6588272c1ea28633abb2b3c97b74/youtube_upload/client.py#L19) class methods. **Additional context** Here is a list of errors to check for: - Check to see if video file is under 128GB....

potential