Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- 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
|
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
|