add test in extractor

This commit is contained in:
ischmidt20 2024-04-16 18:53:40 -04:00 committed by GitHub
parent 6bbbf7954d
commit e942e36a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ class TBSIE(TurnerBaseIE):
}, {
'url': 'http://www.tntdrama.com/movies/star-wars-a-new-hope',
'only_matching': True,
}, {
'url': 'https://www.trutv.com/watchtrutv/east',
'only_matching': True,
}]
def _real_extract(self, url):