From e4962161f6d30fcfe8499e99bc4421ca7e72a093 Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 25 Jun 2025 14:05:23 -0500 Subject: [PATCH] correct comment Authored by: bashonly --- yt_dlp/extractor/francaisfacile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/francaisfacile.py b/yt_dlp/extractor/francaisfacile.py index 191058972..4e5167f39 100644 --- a/yt_dlp/extractor/francaisfacile.py +++ b/yt_dlp/extractor/francaisfacile.py @@ -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(