AirPlayer icon indicating copy to clipboard operation
AirPlayer copied to clipboard

Cannot start properly

Open nathanabercrombie opened this issue 12 years ago • 0 comments

This seems to be an issue with youtube decoding

I tried to send this youtube link, but got these errors.

python airplayer.py http://www.youtube.com/watch?v=8To-6VIJZRE Working... Traceback (most recent call last): File "airplayer.py", line 219, in formats = get_supported_formats(content) File "airplayer.py", line 91, in get_supported_formats if queryStrings["type"][0] == "video/mp4": KeyError: 'type'

python airplayer.py http://www.youtube.com/watch?v=8To-6VIJZRE Working... Traceback (most recent call last): File "airplayer.py", line 219, in formats = get_supported_formats(content) File "airplayer.py", line 95, in get_supported_formats quality = queryStrings["quality"][0] KeyError: 'quality'

nathanabercrombie avatar Jul 31 '13 06:07 nathanabercrombie