aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/postprocessor/metadatafromtitle.py
AgeCommit message (Collapse)Author
2017-06-17[postprocessor/metadatafromtitle] Fix missing optional meta fields (closes ↵Sergey M․
#13408)
2017-05-14[postprocessor/metadatafromtitle] Add support regex syntax for ↵Sergey M․
--metadata-from-title (closes #13065)
2017-04-12improve coding styleRemita Amine
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-08-09[metadatafromtitle] Remove unused exception classSergey M․
2016-08-09Make --metadata-from-title non fatalnyorain
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.
2016-02-14[refactor] Single quotes consistencySergey M․
2015-04-18Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles).
2015-03-14[metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz
* Remove the 'songtitle' field, 'title' can be used instead. * Remove newlines in the help text, for consistency with other options. * Add 'from __future__ import unicode_literals'. * Call '__init__' from the parent class. * Add test for the format_to_regex method
2015-03-14Add metadata from title parserphiresky
(Closes #5125)