Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(fixes #7340)
This issue was introduced with ae12bc3ebb4cb377c2b4337ec255e652b36f5143, it returned 'None'.
|
|
#7332)
|
|
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (…
|
|
|
|
|
|
|
|
Deletes parse_xml from utils, because it also does it.
|
|
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
|
|
|
|
Using data URIs for passing the decrypted M3U8 manifest, which is
supported by ffmpeg only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http_request and simplify (Closes #6457)
|
|
This allows selecting particular attributes by name but without specifying the value and similar to xpath syntax `[@attrib]`
|
|
|
|
Now dots are parsed. For example '87 Min.'
|
|
|
|
|
|
It's found in bbc.co.uk. See #6038
|
|
|
|
|
|
In a strict sense such TTML is invalid, but Yahoo uses it.
|
|
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
|
|
|
|
This function is used only in SohuIE, which is updated to use a new
extraction logic.
|
|
It failed in python 2.x when $PATH contains a directory with non-ascii characters.
|
|
|
|
|