Created
December 8, 2019 15:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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