Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -1
thaTube.py
CHANGED
@@ -9,7 +9,7 @@ import tempfile
|
|
9 |
import streamlit as st
|
10 |
from pytube import Playlist, YouTube
|
11 |
from pydub import AudioSegment
|
12 |
-
playlist_url=https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'
|
13 |
class thaTube:
|
14 |
def __init__(self, playlist_url):
|
15 |
self.playlist_url = playlist_url
|
|
|
9 |
import streamlit as st
|
10 |
from pytube import Playlist, YouTube
|
11 |
from pydub import AudioSegment
|
12 |
+
playlist_url='https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'
|
13 |
class thaTube:
|
14 |
def __init__(self, playlist_url):
|
15 |
self.playlist_url = playlist_url
|