Skip to content

Commit

Permalink
block get_subtitles() for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Sep 27, 2022
1 parent cbde396 commit 643ffcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion vktrs/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(
#with yt_dlp.YoutubeDL(ydl_opts) as ydl:
self.ydl = yt_dlp.YoutubeDL(ydl_opts)
self.info = self.ydl.extract_info(video_url, download=True)
self.subs = self.get_subtitles()
#self.subs = self.get_subtitles()
#self.audio = self.get_audio()

def get_subtitles(
Expand Down

0 comments on commit 643ffcd

Please sign in to comment.