Skip to content

Instantly share code, notes, and snippets.

@henryjfry
Created December 8, 2019 15:49
Show Gist options
  • Save henryjfry/b061a3253e6a889fb1c853a79ef6cf67 to your computer and use it in GitHub Desktop.
Save henryjfry/b061a3253e6a889fb1c853a79ef6cf67 to your computer and use it in GitHub Desktop.
OPENINFO Youtube error - /home/osmc/.kodi/addons/script.extendedinfo/resources/lib/YouTube.py
results = Utils.get_JSON_response(url=url, cache_days=0.5, folder='YouTube')
try:
videos = handle_youtube_videos(results['items'], extended=extended)
except:
return {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment