Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[escapist] Exception when determining formats #5597
Comments
|
Will be fixed in the next version. Thanks for the report. |
It looks like Escapist has changed the way formats are handled. The current code requests lq, hq, and hd separately, but they all return the same list of videos, and now data['files']['videos'] is a list of dictionaries with resolution information, not just URLs.
This can be fixed temporarily by the following patch:
but this duplicates all of the supported formats and needs a more permanent fix.