mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[test_download] typo in comment
This commit is contained in:
parent
a84da06f49
commit
3bef10a50c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def try_rm_tcs_files(tcs=None):
|
||||||
try_num = 1
|
try_num = 1
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
# We're not using .download here sine that is just a shim
|
# We're not using .download here since that is just a shim
|
||||||
# for outside error handling, and returns the exit code
|
# for outside error handling, and returns the exit code
|
||||||
# instead of the result dict.
|
# instead of the result dict.
|
||||||
res_dict = ydl.extract_info(
|
res_dict = ydl.extract_info(
|
||||||
|
|
Loading…
Reference in a new issue