Age | Commit message (Collapse) | Author |
|
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`
|
|
|
|
|
|
|
|
now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.
|
|
They occasional trigger errors or blocks
(https://travis-ci.org/rg3/youtube-dl/jobs/130184883)
|
|
Fixes #9463
|
|
Seems on Travis CI, ports in the original range are often used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
|
file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
|
[utils] imporove parse_duration to handle more formats
|
|
|
|
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
|
|
|