Update plugin.py

This commit is contained in:
Gordon Shumway 2021-03-16 02:50:50 -04:00 committed by GitHub
parent 245a49440b
commit db51fe1404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class YouTube(callbacks.Plugin):
video_id = response["items"][0]["id"]["videoId"]
except:
log.error(
"YouTube: Error retrieving data from API: %s" % request.content.decode()
"YouTube: Error retrieving data from API"
)
return video_id