Use HTTPS for whisper install

This commit is contained in:
Miguel Piedrafita
2022-09-28 16:02:51 +01:00
committed by GitHub
parent 94b2ec372d
commit 491eb6aa80
+1 -1
View File
@@ -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={