Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ def analyze():
|
|
25 |
'outtmpl': 'temp_audio',
|
26 |
'quiet': True,
|
27 |
'no_warnings': True,
|
28 |
-
'cookiesfrombrowser': ('chrome',), # Tarayıcı çerezlerini kullan
|
29 |
'extract_flat': True, # Sadece ses indir
|
30 |
'noplaylist': True, # Playlist değil
|
31 |
'ignoreerrors': True, # Hataları görmezden gel
|
|
|
25 |
'outtmpl': 'temp_audio',
|
26 |
'quiet': True,
|
27 |
'no_warnings': True,
|
|
|
28 |
'extract_flat': True, # Sadece ses indir
|
29 |
'noplaylist': True, # Playlist değil
|
30 |
'ignoreerrors': True, # Hataları görmezden gel
|