fix: prefer android_vr extractor by default

this is possibly one of the last known extractors unaffected by
signature extraction and decryption shenanigans, which cripples load
times on lower-end hardware
This commit is contained in:
2025-09-28 07:47:17 +02:00
parent 45073fff67
commit 4a311f185c
3 changed files with 12 additions and 7 deletions

View File

@@ -372,7 +372,7 @@ def videos(data):
if error is not None:
return send(500, {"status": "error", "error": error})
ydata = ythdd_extractor.extract(data[3], manifest_fix=True)
ydata = ythdd_extractor.extract(data[3])
#return send(200, {'ydata': ydata, 'wdata': wdata})
#return send(200, {'idata': idata, 'wdata': wdata})