• 2023.09.19 1a118e225a

    Ghost released this 2023-09-19 20:19:15 +02:00 | 370 commits to master since this release

    Solved Issue: https://github.com/jmbannon/ytdl-sub/issues/706

    From our discussion with yt-dlp folks (https://github.com/yt-dlp/yt-dlp/issues/8108), we learned that best practices for date--range filtering is done using match-filters. We now set the date_range plugin values to be a 'breaking' match filter, and any custom ones specified from users in the match_filters plugin as non-breaking. This means match-filters can be performed at the metadata stage, which should yield a significant speedup

    Relevant docs:

    Downloads