Sfoglia il codice sorgente

[aenetworks] fix HistoryPlayerIE tests

Remita Amine 4 anni fa
parent
commit
5966095e65
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      youtube_dl/extractor/aenetworks.py

+ 1 - 0
youtube_dl/extractor/aenetworks.py

@@ -306,6 +306,7 @@ class HistoryTopicIE(AENetworksBaseIE):
 class HistoryPlayerIE(AENetworksBaseIE):
 class HistoryPlayerIE(AENetworksBaseIE):
     IE_NAME = 'history:player'
     IE_NAME = 'history:player'
     _VALID_URL = r'https?://(?:www\.)?(?P<domain>(?:history|biography)\.com)/player/(?P<id>\d+)'
     _VALID_URL = r'https?://(?:www\.)?(?P<domain>(?:history|biography)\.com)/player/(?P<id>\d+)'
+    _TESTS = []
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):
         domain, video_id = re.match(self._VALID_URL, url).groups()
         domain, video_id = re.match(self._VALID_URL, url).groups()