Skip to content

Commit

Permalink
update player_client to use 'tv'
Browse files Browse the repository at this point in the history
  • Loading branch information
glomatico committed Jan 20, 2025
1 parent 1e9e20d commit 9755aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gytmdl/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _set_ytdlp_options(self):
"allowed_extractors": ["youtube", "youtube:tab"],
"extractor_args": {
"youtube": {
"player_client": ["mweb"],
"player_client": ["tv"],
},
},
}
Expand Down

0 comments on commit 9755aa2

Please sign in to comment.