Skip to content

Commit

Permalink
Update YoutubeDL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyajiang committed Dec 27, 2024
1 parent 825aeb5 commit 5496c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/YoutubeDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -4472,7 +4472,7 @@ def _is_use_webview(self, url):
try:
if self.params.get('force_use_webview', False):
return True

parsed = urllib.parse.urlparse(url)
query_params = urllib.parse.parse_qs(parsed.query)
real_webview_url = query_params.get('__real_use_webview__', None)
Expand Down

0 comments on commit 5496c2f

Please sign in to comment.