Age | Commit message (Collapse) | Author |
|
|
|
[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
|
|
|
|
|
|
|
|
The class was first called 'SouthparkDe'. It is now changed to
'SouthParkDe' to match the name of the other extractors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|