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
|
||||
--restrict-filenames
|
||||
--download-archive alreadydownloaded-music.txt
|
||||
--match-filter "duration < 36000"
|
||||
--match-filter "duration < 36000 & is_live = false"
|
||||
'{entry['url']}'
|
||||
""".replace('\n', " ")
|
||||
)
|
||||
|
@ -21,7 +21,7 @@ with open("linklist-videos.yaml", "r") as yamlfile:
|
||||
--throttled-rate 100M
|
||||
--restrict-filenames
|
||||
--download-archive alreadydownloaded-videos.txt
|
||||
--match-filter "duration < 36000"
|
||||
--match-filter "duration < 36000 & is_live = false"
|
||||
'{entry['url']}'
|
||||
""".replace('\n', " ")
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user