1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

correct comment

Authored by: bashonly
This commit is contained in:
bashonly 2025-06-25 14:05:23 -05:00
parent 2a056ddf59
commit e4962161f6
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -56,7 +56,7 @@ class FrancaisFacileIE(InfoExtractor):
def _real_extract(self, url): def _real_extract(self, url):
display_id = urllib.parse.unquote(self._match_id(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) webpage = self._download_firefox_webpage(url, display_id, impersonate=True)
data = self._search_json( data = self._search_json(