Spaces:
Running
Running
try to fix 2
Browse files- routes/ytApi/getFull.py +1 -0
routes/ytApi/getFull.py
CHANGED
@@ -40,6 +40,7 @@ def getFull(request):
|
|
40 |
'format': f'{audioformat}/{quality}audio/{quality}',
|
41 |
'outtmpl': f"{config['full-path']}/{urlcode}.{audioformat}",
|
42 |
'progress_hooks': [helpers.thisIsHook],
|
|
|
43 |
}
|
44 |
|
45 |
try:
|
|
|
40 |
'format': f'{audioformat}/{quality}audio/{quality}',
|
41 |
'outtmpl': f"{config['full-path']}/{urlcode}.{audioformat}",
|
42 |
'progress_hooks': [helpers.thisIsHook],
|
43 |
+
"extractor_args": {"youtube": {"player_client": "ios"}},
|
44 |
}
|
45 |
|
46 |
try:
|