mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
add test in extractor
This commit is contained in:
parent
6bbbf7954d
commit
e942e36a87
|
@ -34,6 +34,9 @@ class TBSIE(TurnerBaseIE):
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.tntdrama.com/movies/star-wars-a-new-hope',
|
'url': 'http://www.tntdrama.com/movies/star-wars-a-new-hope',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.trutv.com/watchtrutv/east',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue