imperialwool commited on
Commit
8abef18
1 Parent(s): c4e5ba6

try to fix 2

Browse files
Files changed (1) hide show
  1. 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: