mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Update plugin.py
This commit is contained in:
parent
245a49440b
commit
db51fe1404
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user