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

Cannot start properly #3

@nathanabercrombie

Description

@nathanabercrombie

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions