Age | Commit message (Collapse) | Author |
|
julianrichen-gfycat
|
|
Since keep_video started as None we always set it to keep_video_wish unless it was None, so in the end keep_video == keep_video_wish. This should have been changed in f3ff1a3696c4080468e2cc5810c34273b148bd3e, but I didn't notice it.
|
|
|
|
|
|
|
|
On the tracks I tested the server number in the url from the webpage is valid
for the mp3 or the m4a file and any other number is invalid, it's a
waste of time to check them.
|
|
|
|
(suggested in #5442)
Reuse the same message from ExtractorError
|
|
|
|
(fixes #5453)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The QQMusic info extractor need forced encoding for correct working.
|
|
Note: Test fails on python 3 due to encoding issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In Python 3, filter() returns an iterable object, which is equivalently
to True even for an empty result set. It causes false positive playlists
in generic extraction logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The website replaced the original video with a new one
|
|
|
|
files if the format is unsupported (fixes #5419)
|
|
|
|
|
|
|
|
|
|
|
|
(Closes #5408)
|