Prechádzať zdrojové kódy

[france2.fr:generation-quoi] Skip test

The videos seem to not be available outside France
Jaime Marquínez Ferrándiz 11 rokov pred
rodič
commit
3165dc4d9f
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      youtube_dl/extractor/francetv.py

+ 1 - 0
youtube_dl/extractor/francetv.py

@@ -184,6 +184,7 @@ class GenerationQuoiIE(InfoExtractor):
             # It uses Dailymotion
             # It uses Dailymotion
             'skip_download': True,
             'skip_download': True,
         },
         },
+        'skip': 'Only available from France',
     }
     }
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):