Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -1
thaTube.py
CHANGED
@@ -6,7 +6,7 @@ from pydub import AudioSegment
|
|
6 |
import os
|
7 |
|
8 |
class thaTube:
|
9 |
-
def __init__(self, playlist_url='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
|
10 |
self.playlist_url = playlist_url
|
11 |
self.current_audio_file = None
|
12 |
self.video_url = None
|
|
|
6 |
import os
|
7 |
|
8 |
class thaTube:
|
9 |
+
def __init__(self, playlist_url='https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
|
10 |
self.playlist_url = playlist_url
|
11 |
self.current_audio_file = None
|
12 |
self.video_url = None
|