aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_postprocessors.py
Commit message (Collapse)AuthorAgeFilesLines
* Add option `--parse-metadata`pukkandan2021-01-261-2/+8
| | | | | | | * The fields extracted by this can be used in `--output` * Deprecated `--metadata-from-title` :ci skip dl
* [skip travis] renamingUnknown2020-09-021-1/+1
| | | to avoid using same folder when using pip install for example
* [tests] Fix invalid escape sequencesSergey M․2018-11-231-1/+1
|
* [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-141-0/+17
* 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