From 98f0a136f871329bc2f6bfba4ecd2d9be341099f Mon Sep 17 00:00:00 2001 From: zag-adka <56411907+zag-adka@users.noreply.github.com> Date: Wed, 21 Oct 2020 14:56:30 -0400 Subject: [PATCH] =?UTF-8?q?Add=20support=20of=20Outremer=20La=201=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://la1ere.francetvinfo.fr/ works like other francetvinfo.fr subdomains Support for this domain only needs changing the URL regex. --- youtube_dl/extractor/francetv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py index 81b468c7d..ccccea7d3 100644 --- a/youtube_dl/extractor/francetv.py +++ b/youtube_dl/extractor/francetv.py @@ -313,7 +313,7 @@ class FranceTVEmbedIE(FranceTVBaseInfoExtractor): class FranceTVInfoIE(FranceTVBaseInfoExtractor): IE_NAME = 'francetvinfo.fr' - _VALID_URL = r'https?://(?:www|mobile|france3-regions)\.francetvinfo\.fr/(?:[^/]+/)*(?P[^/?#&.]+)' + _VALID_URL = r'https?://(?:www|mobile|france3-regions|la1ere)\.francetvinfo\.fr/(?:[^/]+/)*(?P[^/?#&.]+)' _TESTS = [{ 'url': 'http://www.francetvinfo.fr/replay-jt/france-3/soir-3/jt-grand-soir-3-lundi-26-aout-2013_393427.html',