Ytdl-sub

Latest version: v2024.12.8

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

Scan your dependencies

Page 11 of 43

2024.01.10

[BUGFIX] Fix source metadata getting fetched when yt-dlp breaks (889)

Prior PR only got channel metadata for a playlist if it never 'broke' (i.e. MaxDownloads, BreakOnExisting). Will now fetch it regardless.

2024.01.09.post3

[BUGFIX] Parent entry is not a dict (888)

Fixes an AttributeError bug

2024.01.09.post2

[FEATURE] YouTube playlists to fetch playlist uploader's poster + fanart (887)

Implements https://github.com/jmbannon/ytdl-sub/issues/756

TV Show presets whose URL is a playlist will try to get the playlist uploader's poster and fanart.

2024.01.09.post1

[BACKEND] Try to fetch source metadata from uploader_url (886)

Makes it possible to fix https://github.com/jmbannon/ytdl-sub/issues/756

In the case that uploader_url does not equal the input url, keep trying to fetch uploader_url to get all possible metadata that yt-dlp does not provide in a single API call

2024.01.08.post1

[FEATURE] Add `--dl-override` to pass dl arg overrides to all subscriptions (882)

With both `--match` and `--dl-override`, it is now possible to more easily experiment with subscriptions without needing to create a separate file.

For example, suppose you are changing some values in your subscription "Rick A" and want to test them out. You can now run:

ytdl-sub sub --dry-run --match Rick --dl-override '--ytdl-options.max_downloads 3'

This will
1. Dry-run
2. Only run for the subscription "Rick A"
3. Apply setting max_downloads to 3

2024.01.08

[FEATURE] `--match` flag to only run subset of subscriptions (881)

Implements https://github.com/jmbannon/ytdl-sub/issues/880
and maybe fixes https://github.com/jmbannon/ytdl-sub/issues/827

Can now do `ytdl-sub sub --match SubA SubB` or `ytdl-sub sub --match SubA --match SubB`, which will only run subscriptions that contain `SubA` or `SubB` in their names

Page 11 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.