1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-18 04:09:47 +08:00
Commit Graph

1 Commits

  • [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