Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +2 -2
thaTube.py
CHANGED
@@ -104,8 +104,8 @@ class thaTube:
|
|
104 |
# Usage
|
105 |
#tuber = thaTube('https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz')
|
106 |
class thaTube2:
|
107 |
-
def __init__(self, tubelist
|
108 |
-
|
109 |
self.streamlit_ui()
|
110 |
self.playlist_url = tubelist
|
111 |
self.current_audio_file = None
|
|
|
104 |
# Usage
|
105 |
#tuber = thaTube('https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz')
|
106 |
class thaTube2:
|
107 |
+
def __init__(self, tubelist):
|
108 |
+
# Autoplay as soon as the object is created
|
109 |
self.streamlit_ui()
|
110 |
self.playlist_url = tubelist
|
111 |
self.current_audio_file = None
|