Ytdl-sub

Latest version: v2024.6.6

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 38

2023.09.24.post1

[BACKEND] Always filter out live, post_live, and upcoming videos on download (742)

Closes Issue: https://github.com/jmbannon/ytdl-sub/issues/729

Add a new field to the match_filter plugin: `download_match_filters`. This set of filters will be applied at the download stage (as opposed to `filters` which get applied at the metadata stage). By default, always set `"!is_live & !is_upcoming & !post_live"` as a download filter. This prevents ytdl-sub from hanging when trying to grab live and upcoming videos.

Docs on match-filters: https://ytdl-sub.readthedocs.io/en/latest/config.html#match-filters

2023.09.24

[BACKEND] Update yt-dlp to 2023.9.24 (741)

2023.09.22.post5

[REVERT] Remove default match-filter that filters live videos (739)

Adding a default match-filter broke other people's match-filters. This is because each match-filter acts as an OR. I.e.

match_filters:
filters:
- "!is_live & !is_upcoming & !post_live" the one I added
- "original_url!*=/shorts/ & !is_live"

Would not filter shorts, because under the hood, yt-dlp evaluates it as `(!is_live & !is_upcoming & !post_live) | (original_url!*=/shorts/ & !is_live)`

Need to rethink how to filter live videos by default :thinking:

2023.09.22.post4

[BACKEND] Filter out upcoming videos and post-live streams by default in TV show presets (738)

Follow-up to filtering out live videos. YouTube channels with an upcoming video that hasn't premiered yet would also hang ytdl-sub. Perform a match-filter to skip those as well.

More info on match-filters here: https://ytdl-sub.readthedocs.io/en/latest/config.html#match-filters

2023.09.22.post3

[DOCKER] Tag ubuntu docker image version correctly

2023.09.22.post2

[DOCKER] Add version tag to all images (737)

Page 16 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.