Skip to content

Commit 93cc851

Browse files
authored
Merge pull request #410 from DialmasterOrg/fix/new-sporadic-403-error-fix
fix: Revert previous fix attempt for 403
2 parents 9a45944 + 60f7cf5 commit 93cc851

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/modules/download/ytdlpCommandBuilder.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ class YtdlpCommandBuilder {
413413
'--write-info-json',
414414
'--no-write-playlist-metafiles',
415415
'--extractor-args', 'youtubetab:tab=videos;sort=dd',
416-
'--extractor-args', 'youtube:player_client=default,-android_sdkless',
417416
'--match-filter', matchFilter,
418417
'-o', outputPath,
419418
'--datebefore', 'now',
@@ -487,7 +486,6 @@ class YtdlpCommandBuilder {
487486
'--write-info-json',
488487
'--no-write-playlist-metafiles',
489488
'--extractor-args', 'youtubetab:tab=videos;sort=dd',
490-
'--extractor-args', 'youtube:player_client=default,-android_sdkless',
491489
'--match-filter', 'availability!=subscriber_only & !is_live & live_status!=is_upcoming',
492490
'-o', outputPath,
493491
'--datebefore', 'now',

0 commit comments

Comments
 (0)