Skip to content

Commit

Permalink
Fix PyTube failing age restricted, upgrade openai-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansabik committed Jul 1, 2024
1 parent 11084d5 commit fa61f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ffmpeg-python==0.2.0
openai-whisper==20230306
openai-whisper==20231117
pandas==1.3.5
pytube==15.0.0
pytubefix==5.7.0
requests==2.31.0
scrapetube==2.5.1
timelength==1.1.7
Expand Down
2 changes: 1 addition & 1 deletion transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

import whisper
from pytube import YouTube, exceptions
from pytubefix import YouTube, exceptions
from timelength import TimeLength

videos = [f for f in os.listdir("failed")]
Expand Down

0 comments on commit fa61f6d

Please sign in to comment.