Add more advanced filter to exclude livestreams
This commit is contained in:
parent
31dfb2581e
commit
22eddd531c
@ -23,7 +23,7 @@ with open("linklist-music.yaml", "r") as yamlfile:
|
|||||||
--throttled-rate 100M
|
--throttled-rate 100M
|
||||||
--restrict-filenames
|
--restrict-filenames
|
||||||
--download-archive alreadydownloaded-music.txt
|
--download-archive alreadydownloaded-music.txt
|
||||||
--match-filter "duration < 36000"
|
--match-filter "duration < 36000 & is_live = false"
|
||||||
'{entry['url']}'
|
'{entry['url']}'
|
||||||
""".replace('\n', " ")
|
""".replace('\n', " ")
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@ with open("linklist-videos.yaml", "r") as yamlfile:
|
|||||||
--throttled-rate 100M
|
--throttled-rate 100M
|
||||||
--restrict-filenames
|
--restrict-filenames
|
||||||
--download-archive alreadydownloaded-videos.txt
|
--download-archive alreadydownloaded-videos.txt
|
||||||
--match-filter "duration < 36000"
|
--match-filter "duration < 36000 & is_live = false"
|
||||||
'{entry['url']}'
|
'{entry['url']}'
|
||||||
""".replace('\n', " ")
|
""".replace('\n', " ")
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user