Age | Commit message (Collapse) | Author |
|
Closes #8200.
|
|
|
|
|
|
Fixes #7608
|
|
Tolerate invalid timestamps (closes #7909)
|
|
|
|
It's in lowercase now (since e15e2ef7a00362fc1e89d9959241efad46325c54).
|
|
|
|
|
|
|
|
|
|
|
|
(fixes #7340)
This issue was introduced with ae12bc3ebb4cb377c2b4337ec255e652b36f5143, it returned 'None'.
|
|
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).
|
|
Some playlist extractors return a 'url' result, which wouldn't be resolved.
|
|
|
|
|
|
|
|
|
|
|
|
Use the correct indentation to please flake8
|
|
|
|
|
|
|
|
|
|
|
|
This allows to use md5:, re:, etc within the str inside a list
or dict.
|
|
|
|
|
|
Closes #6781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve generic SMIL support
|
|
'mp4-baseline-16x9' must be handled as a single string, but the '-' was treated as an operator.
|
|
|
|
|
|
|
|
|
|
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.'
|
|
|