feat: ignore live vids and duration below 60s
All checks were successful
build / build (push) Successful in 2m0s
All checks were successful
build / build (push) Successful in 2m0s
This commit is contained in:
parent
dda892750d
commit
dedb49f507
|
|
@ -59,6 +59,7 @@ func Youtube(d Download, p config.Provider) {
|
|||
"--embed-metadata",
|
||||
"--write-thumbnail",
|
||||
"--write-info-json",
|
||||
"--match-filters", "!is_live & duration>?60",
|
||||
"--convert-thumbnails", "jpg",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue