AIIX/youtube-skill

IndexError: list index out of range

Opened this issue · 0 comments

if I have an interpret (Rammstein) calls the many videos I always get this error message:

Traceback (most recent call last):
  File "/home/andreas/mycroft-core/mycroft/skills/mycroft_skill/event_container.py", line 66, in wrapper
    handler(message)
  File "/opt/mycroft/skills/youtube-skill.aiix/__init__.py", line 166, in youtube
    getvid = vid.split("v=")[1].split("&")[0]
IndexError: list index out of range