Skip to content

Commit

Permalink
Bump yt-dlp to 2024.12.03 (#132220)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Dec 4, 2024
1 parent ce11ac5 commit 58d06eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_extractor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "calculated",
"loggers": ["yt_dlp"],
"quality_scale": "internal",
"requirements": ["yt-dlp[default]==2024.11.18"],
"requirements": ["yt-dlp[default]==2024.12.03"],
"single_config_entry": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,7 @@ youless-api==2.1.2
youtubeaio==1.1.5

# homeassistant.components.media_extractor
yt-dlp[default]==2024.11.18
yt-dlp[default]==2024.12.03

# homeassistant.components.zamg
zamg==0.3.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ youless-api==2.1.2
youtubeaio==1.1.5

# homeassistant.components.media_extractor
yt-dlp[default]==2024.11.18
yt-dlp[default]==2024.12.03

# homeassistant.components.zamg
zamg==0.3.6
Expand Down

0 comments on commit 58d06eb

Please sign in to comment.