Skip to content

Commit 60f7cf5

Browse files
committed
fix: Revert previous fix attempt for 403
- yt-dlp has a new release version that should fix this
1 parent ff60d21 commit 60f7cf5

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)