[documentation] Improvements
This commit is contained in:
parent
8fa43c73d8
commit
b31fdeedfd
5 changed files with 57 additions and 49 deletions
|
|
@ -1580,7 +1580,8 @@ class InfoExtractor(object):
|
|||
else None)
|
||||
|
||||
def print_verbose_info(self, to_screen):
|
||||
to_screen('[debug] Sort order given by user: %s' % ','.join(self._sort_user))
|
||||
if 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' % (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue