mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
Release 2021.05.11
* and some documentation improvements
This commit is contained in:
@@ -1596,7 +1596,7 @@ def add_item(field, reverse, closest, limit_text):
|
||||
|
||||
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' % (
|
||||
|
||||
Reference in New Issue
Block a user