aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-20 22:07:32 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-23 05:23:38 +0530
commitec11a9f4a26e8225b195e5f91bd0b72b008d0c3a (patch)
treeacbeda0bda8f4bf2c320c30a4eda99290f6d3005 /yt_dlp/extractor/common.py
parent93c7f3398dd2e45fdb2c32b49ff169c46eadfbda (diff)
downloadhypervideo-pre-ec11a9f4a26e8225b195e5f91bd0b72b008d0c3a.tar.lz
hypervideo-pre-ec11a9f4a26e8225b195e5f91bd0b72b008d0c3a.tar.xz
hypervideo-pre-ec11a9f4a26e8225b195e5f91bd0b72b008d0c3a.zip
[minicurses] Add more colors
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index 22b1ed69a..d1d1b46fc 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -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: