Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
And move test from generic, since it's directly handled by MLBIE
|
|
In verbose mode, '#' is interpreted as the start of a comment.
|
|
This function is used only in SohuIE, which is updated to use a new
extraction logic.
|
|
|
|
The original extraction logic always fails for all test videos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[YoutubeDL] Do not force bestvideo+bestaudio when outtmpl is stdout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not contain it explicitly (Closes #5630)
|
|
|
|
The guid changes often.
|
|
It failed in python 2.x when $PATH contains a directory with non-ascii characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`_sort_formats` (Closes #5624)
|
|
The condition for assigning to json_url is the wrong way round:
currently for url: aaa.com/xxx
we get:
aaa.com/xxx&output=json
instead of the correct value:
aaa.com/xxx?output=json
|
|
|