update yt-dlp
This commit is contained in:
parent
95272d4df2
commit
8b550277d9
2 changed files with 3 additions and 1 deletions
|
|
@ -306,6 +306,8 @@ if __name__ == "__main__":
|
|||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
if old <= 6688:
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
if old <= 6704:
|
||||
run('./bin/pip', 'install', 'yt-dlp>=2024.10.22')
|
||||
else:
|
||||
if len(sys.argv) == 1:
|
||||
branch = get_branch()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue