1
0
Fork 0

Release 2021.05.11

* and some documentation improvements
This commit is contained in:
pukkandan 2021-05-09 02:55:05 +05:30
commit fac988053f
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 81 additions and 11 deletions

View file

@ -1596,7 +1596,7 @@ class InfoExtractor(object):
def print_verbose_info(self, to_screen):
if self._sort_user:
to_screen('[debug] Sort order given by user: %s' % ','.join(self._sort_user))
to_screen('[debug] Sort order given by user: %s' % ', '.join(self._sort_user))
if self._sort_extractor:
to_screen('[debug] Sort order given by extractor: %s' % ', '.join(self._sort_extractor))
to_screen('[debug] Formats sorted by: %s' % ', '.join(['%s%s%s' % (