diff --git a/VERSION b/VERSION index 6c6aa7c..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/vktrs/youtube.py b/vktrs/youtube.py index 18580fc..4b00482 100644 --- a/vktrs/youtube.py +++ b/vktrs/youtube.py @@ -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(