[minicurses] Add more colors

This commit is contained in:
pukkandan
2021-10-20 22:07:32 +05:30
parent 93c7f3398d
commit ec11a9f4a2
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: