projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee984f
)
[aenetworks] fix HistoryPlayerIE tests
author
Remita Amine
<remitamine@gmail.com>
Tue, 29 Dec 2020 15:59:31 +0000
(16:59 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 29 Dec 2020 15:59:31 +0000
(16:59 +0100)
youtube_dl/extractor/aenetworks.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/aenetworks.py
b/youtube_dl/extractor/aenetworks.py
index 23701297872e7f48c4120860d418ae5e96a83a33..8e4963131731d31e8210550792e7667b8143f145 100644
(file)
--- a/
youtube_dl/extractor/aenetworks.py
+++ b/
youtube_dl/extractor/aenetworks.py
@@
-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()