1
0
Fork 0

[minicurses] Add more colors

This commit is contained in:
pukkandan 2021-10-20 22:07:32 +05:30
commit ec11a9f4a2
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
4 changed files with 161 additions and 47 deletions

View file

@ -1139,7 +1139,7 @@ class InfoExtractor(object):
if mobj:
break
_name = self._downloader._color_text(name, 'blue')
_name = self._downloader._format_err(name, self._downloader.Styles.EMPHASIS)
if mobj:
if group is None: