Skip to content

"min_duration" filter not working #510

@ghost

Description

Hello!
I have a problem with the minimum duration filter (min_duration). Even if I think to have setup it correctly, it doesn't work at all.

My goal is to filter all the videos that has a duration < = 600 seconds (10 minutes), i configure it like this:

filters = { min_duration = 600 }

This is my complete configuration for reference:

[feeds]
[feeds.QUAGLIETTA]
url = "youtube.com/channel/UCM2MUPdexVVQpoqFHhwb6ow"
page_size = 5

update_period = "12h"

quality = "high" # or "low"
format = "video" # or "video"
playlist_sort = "asc" # or "desc", which will fetch playlist items from the end

filters = { min_duration = 600 }

clean = { keep_last = 20 }

max_height = 1080

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions