asdfas
This commit is contained in:
parent
a17e033a2e
commit
f3c50ce536
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ class TestPreset:
|
||||||
"youtube.com/watch?v=123abc", # single string
|
"youtube.com/watch?v=123abc", # single string
|
||||||
["youtube.com/watch?v=123abc", "youtube.com/watch?v=123xyz"], # list of strings
|
["youtube.com/watch?v=123abc", "youtube.com/watch?v=123xyz"], # list of strings
|
||||||
[{"url": "youtube.com/watch?v=123abc"}, "youtube.com/watch?v=123abc"], # dict and str
|
[{"url": "youtube.com/watch?v=123abc"}, "youtube.com/watch?v=123abc"], # dict and str
|
||||||
###########################################################
|
# OLD download_strategy format
|
||||||
##### OLD download_strategy format
|
|
||||||
{"download_strategy": "url", "url": "youtube.com/watch?v=123abc"},
|
{"download_strategy": "url", "url": "youtube.com/watch?v=123abc"},
|
||||||
{"download_strategy": "multi-url", "urls": [{"url": "youtube.com/watch?v=123abc"}]},
|
{"download_strategy": "multi-url", "urls": [{"url": "youtube.com/watch?v=123abc"}]},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue