Skip to content

Commit 29b14ed

Browse files
committed
Modified yt_dlp_errors.py, extract_text.py
1 parent 59636a3 commit 29b14ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/data/yt_dlp_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.*geo-restricted
1616
.*geolocation
1717
.*your country
18+
.*try again later
1819
.*No such file or directory
1920
.*The downloaded file is empty
2021
.*Invalid data found

library/text/extract_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse_args():
2323
"--select",
2424
default=[],
2525
action=argparse_utils.ArgparseList,
26-
help='CSS selectors to search for (e.g., ".album-artist" ".album-title" "div.info > span").',
26+
help='CSS selectors to search for (e.g., ".album-artist, .album-title, div.info > span").',
2727
)
2828
parser.add_argument(
2929
"--separator",

0 commit comments

Comments
 (0)