Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Improve generic SMIL support
|
|
|
|
|
|
|
|
|
|
Closes #6406.
|
|
|
|
|
|
|
|
|
|
From the 't=*' in the url.
Currently youtube-dl doesn't use the value, but it was requested for the mpv plugin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
format_srt_time uses a comma as the delimiter between seconds and
milliseconds while _subtitles_timecode uses a dot. All .srt examples I
found on the Internet uses a comma, so I use a comma in the merged
version. See http://matroska.org/technical/specs/subtitles/srt.html and
http://devel.aegisub.org/wiki/SubtitleFormats/SRT
|
|
|
|
`_sort_formats` (Closes #5624)
|
|
|
|
|
|
`_sort_formats`
|
|
(suggested in #5442)
Reuse the same message from ExtractorError
|
|
The QQMusic info extractor need forced encoding for correct working.
|
|
|
|
It's now provided by `f4m_id`
|
|
|
|
|
|
include `m3u8_id` if present
The rationale behind `m3u8_id` was to resolve duplicates when processing several m3u8 playlists within the same media that give equal resulting `format_id`'s,
e.g. `youtube-dl http://www.rts.ch/play/tv/passe-moi-les-jumelles/video/la-fee-des-bois-mustang-les-chemins-du-vent?id=3854925 -F`
|
|
|
|
|
|
|
|
|
|
|
|
(Closes PR #4964)
|
|
|
|
|