[aenetworks] fix HistoryPlayerIE tests
authorRemita Amine <remitamine@gmail.com>
Tue, 29 Dec 2020 15:59:31 +0000 (16:59 +0100)
committerRemita Amine <remitamine@gmail.com>
Tue, 29 Dec 2020 15:59:31 +0000 (16:59 +0100)
youtube_dl/extractor/aenetworks.py

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