Commit Graph

2 Commits (a48fe7491df1ef9c1d10689e852f0e8e5f48253c)

Author SHA1 Message Date
Sergey M․ 6864855eb1
[tests] Fix invalid escape sequences
Jaime Marquínez Ferrándiz 88cf6fb368 [metadatafromtitle] Some improvements and cleanup
* 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