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 pygame
|
| 7 |
|
| 8 |
class thaTube:
|
| 9 |
-
def __init__(self,
|
| 10 |
self.playlist_url = playlist_url
|
| 11 |
self.current_audio_file = None
|
| 12 |
self.current_audio = None
|
|
|
|
| 6 |
import pygame
|
| 7 |
|
| 8 |
class thaTube:
|
| 9 |
+
def __init__(self, tubelist='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
|
| 10 |
self.playlist_url = playlist_url
|
| 11 |
self.current_audio_file = None
|
| 12 |
self.current_audio = None
|