aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/litv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/litv.py')
-rw-r--r--youtube_dl/extractor/litv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/litv.py b/youtube_dl/extractor/litv.py
index 05c6579f1..a3784e6c6 100644
--- a/youtube_dl/extractor/litv.py
+++ b/youtube_dl/extractor/litv.py
@@ -14,7 +14,7 @@ from ..utils import (
class LiTVIE(InfoExtractor):
- _VALID_URL = r'https?://www\.litv\.tv/(?:vod|promo)/[^/]+/(?:content\.do)?\?.*?\b(?:content_)?id=(?P<id>[^&]+)'
+ _VALID_URL = r'https?://(?:www\.)?litv\.tv/(?:vod|promo)/[^/]+/(?:content\.do)?\?.*?\b(?:content_)?id=(?P<id>[^&]+)'
_URL_TEMPLATE = 'https://www.litv.tv/vod/%s/content.do?id=%s'