| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | [test_download] Print test names in case of network errors
[test_download] Add comments for nose parameters
[test_download] Modify outtmpl to prevent info JSON filename conflicts
Thanks @jaimeMF for the idea.
[travis] Only download tests should be run in parallel | 
|  |  | 
|  | #8050, closes #12142, closes #12144) | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | construction(#11490) | 
|  |  | 
|  |  | 
|  | In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.
See https://github.com/PyCQA/pycodestyle/issues/400
See also #10689; thanks @stepshal for first mentioning this issue and
initial patches | 
|  |  | 
|  |  | 
|  |  | 
|  | After switching to HTML5 extraction helpers in generic.py, the result
info_dict is always a playlist. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Reference: https://en.wikipedia.org/wiki/Template:Quantities_of_bytes | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | output | 
|  |  | 
|  |  | 
|  | [extractor/common] add helper method to extract html5 media entries | 
|  | Closes #9871 | 
|  | For #9950 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | @dstftw explained in
https://github.com/rg3/youtube-dl/pull/9918#issuecomment-228625878 that
extractor names are supposed to be unique. @dstftw has fixed the two
offending extractors, and here I add a test to ensure this does not
happen in the future. | 
|  |  | 
|  |  | 
|  | Used in IqiyiIE and LeIE | 
|  |  | 
|  | Fix test_Viidea and maybe others | 
|  | Used in test_Vporn_1. Also related to #9270 | 
|  |  | 
|  |  | 
|  |  | 
|  | Such XML documents cause DeprecationWarning if python is run
with `-W error` |