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

Fix bug while uploading thumbnails or setting playlists #48

Closed Boldie closed 2 years ago

Boldie commented 2 years ago

The commit 3d28bedbaf03759161dbd4d9d27e011ac4bd9025 introduces a new bug because the refactoring drops a negation in the expression. Now it will use the video if it is a string and otherwise tries to fetch the id from the video object correctly as before.

jonnekaunisto commented 2 years ago

Thanks for catching that!