Skip to content

Commit 633c483

Browse files
update yt dlp to latest
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d18d777 commit 633c483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def run(self):
120120
"youtube_dl", # youtube_dl, we try to install yt_dl_patched using PostInstallCommand as it's not in pypi but we install yt_dl anyway just in case. Also the latest version will try to be installed from the git repo directly using the PostInstallCommand function above.
121121
"youtube-transcript-api >= 0.6.2", # youtube
122122
# "pytube >= 15.0.0", # youtube
123-
"yt-dlp >= 2024.10.23.232902.dev0", # youtube
123+
"yt-dlp >= 2024.11.2.232942.dev0", # youtube
124124
'LogseqMarkdownParser >= 3.3', # logseq files (I'm the dev behind it)
125125
'deepgram-sdk >= 3.2.7', # audio transcription
126126
'httpx >= 0.27.0', # to increase deepgram timeout

0 commit comments

Comments
 (0)