This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Description
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'