mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
8f53dc44a0
commit
62b58c0936
14 changed files with 128 additions and 129 deletions
|
@ -34,7 +34,7 @@ def format_text(text, f):
|
|||
'''
|
||||
@param f String representation of formatting to apply in the form:
|
||||
[style] [light] font_color [on [light] bg_color]
|
||||
Eg: "red", "bold green on light blue"
|
||||
E.g. "red", "bold green on light blue"
|
||||
'''
|
||||
f = f.upper()
|
||||
tokens = f.strip().split()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue