Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
There's no video anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #10323
|
|
import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- some of the quality that not reported in the documentation
are available(4500k, 6500k)
- the videoInfo request doesn't work for a long time
|
|
|
|
|
|
|
|
|
|
Now uses dailymotion
|
|
|
|
|
|
|
|
|
|
[skip ci]
|
|
|
|
By default io.open() convert all '\n' occurrences to '\r\n' when writing
files. If the content already contains '\r\n', it will be converted to
'\r\r\n', breaking some video players.
|
|
lkho-pr/#10268
|
|
|
|
|
|
|
|
add alternative method to extract http formats
works even if the video is geo-restricted or removed
from public access(most of the cases)
|
|
|
|
Used in CtsNews
|
|
|
|
|
|
(Closes #10273)
|
|
|
|
|
|
|
|
|
|
|
|
Output a warning if the metadata can't be parsed from the title (and don't write any metadata) instead of raising a critical error.
|