Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is a Python bug fixed in 2.7.6 [1]
[1] https://github.com/rg3/youtube-dl/issues/9656#issuecomment-222968594
|
|
|
|
|
|
|
|
Closes #4004
|
|
Closes #9644
In order to follow regular --verb-noun pattern and better conformity with wget and curl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows building releases from 64bit OS
|
|
Now it accepts output filename as argument
|
|
|
|
|
|
ignored intellij related files
|
|
|
|
[ci skip]
|
|
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
for f4m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Found in dw.com (#9475)
|
|
|
|
Related: #9531
|
|
Related: #9531
|
|
Related: #9531
|
|
|
|
[vlive] Address site update
|
|
[eporner] fix for the new URL layout
|
|
Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.
Fix the matching regex to allow letters in ID.
[v2: added a test case]
|
|
|
|
|