K00B404 commited on
Commit
e34c612
·
verified ·
1 Parent(s): 7d40b63

Update thaTube.py

Browse files
Files changed (1) hide show
  1. thaTube.py +1 -1
thaTube.py CHANGED
@@ -5,7 +5,7 @@ from pytube import Playlist, YouTube
5
  from pydub import AudioSegment
6
  import pygame
7
 
8
- class YouTubeAudioPlayer:
9
  def __init__(self, playlist_url='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
10
  self.playlist_url = playlist_url
11
  self.current_audio_file = None
 
5
  from pydub import AudioSegment
6
  import pygame
7
 
8
+ class thaTube:
9
  def __init__(self, playlist_url='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
10
  self.playlist_url = playlist_url
11
  self.current_audio_file = None