This commit is contained in:
bashonly 2024-11-17 21:34:30 +00:00 committed by GitHub
parent fc5ae7f534
commit e0045b1208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,8 @@ from ..utils import (
class LiTVIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?litv\.tv/(?:[^/?#]+/watch/|vod/[^/?#]+/content\.do\?content_id=)(?P<id>[\w-]+)'
_URL_TEMPLATE = 'https://www.litv.tv/%s/watch/%s'
_GEO_COUNTRIES = ['TW']
_TESTS = [{
'url': 'https://www.litv.tv/drama/watch/VOD00041610',
'info_dict': {