[francetv] Fix typo
authorSergey M․ <dstftw@gmail.com>
Sun, 11 Feb 2018 17:25:42 +0000 (00:25 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 11 Feb 2018 17:25:42 +0000 (00:25 +0700)
youtube_dl/extractor/francetv.py

index 6d768a89aea6a291bb2fab96e362106e1c3bd2e3..c02cd03de1c59452ac1ff2432f9e5ea54134e7de 100644 (file)
@@ -78,10 +78,6 @@ class FranceTVIE(InfoExtractor):
     }, {
         'url': 'francetv:NI_657393@Regions',
         'only_matching': True,
-    }, {
-        # france-3 live
-        'url': 'https://www.france.tv/france-3/direct.html',
-        'only_matching': True,
     }, {
         # france-3 live
         'url': 'francetv:SIM_France3',
@@ -262,6 +258,10 @@ class FranceTVSiteIE(FranceTVBaseInfoExtractor):
     }, {
         'url': 'https://www.france.tv/142749-rouge-sang.html',
         'only_matching': True,
+    }, {
+        # france-3 live
+        'url': 'https://www.france.tv/france-3/direct.html',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):