Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Do not ignore data, headers and query for Requests
* Default values for headers and query switched to dicts since these are used by urllib itself
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22
|
|
Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.
|
|
|
|
previously extraction has been delegated to crackle to extract more info
and subtitles #6106 but some of the episodes can't be extracted using
crackle #8995.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Closes #8573)
|
|
|
|
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.
Closes #8051
|
|
Fixes #8996
|
|
|
|
|
|
|
|
|
|
|
|
Always results in 403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HLS and DASH formats are no longer appeared in test cases. I keep them
for fear of triggering new errors.
|