mirror of
https://github.com/Nezumi-2711/auto-subtitle.git
synced 2026-09-22 13:38:41 +00:00
Use HTTPS for whisper install
This commit is contained in:
@@ -11,7 +11,7 @@ setup(
|
||||
author="Miguel Piedrafita",
|
||||
install_requires=[
|
||||
'youtube-dl',
|
||||
'whisper @ git+ssh://git@github.com/openai/whisper@main#egg=whisper'
|
||||
'whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper'
|
||||
],
|
||||
description="Automatically generate and embed subtitles into your videos",
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user