mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 08:58:30 +00:00
correct comment
Authored by: bashonly
This commit is contained in:
parent
2a056ddf59
commit
e4962161f6
@ -56,7 +56,7 @@ class FrancaisFacileIE(InfoExtractor):
|
||||
|
||||
def _real_extract(self, url):
|
||||
display_id = urllib.parse.unquote(self._match_id(url))
|
||||
# yt-dlp's default Chrome user-agents are too old and blocked by akamai
|
||||
# yt-dlp's default Chrome user-agents are too old and blocked by the website
|
||||
webpage = self._download_firefox_webpage(url, display_id, impersonate=True)
|
||||
|
||||
data = self._search_json(
|
||||
|
Loading…
Reference in New Issue
Block a user