aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vgtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/vgtv.py')
-rw-r--r--youtube_dl/extractor/vgtv.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/youtube_dl/extractor/vgtv.py b/youtube_dl/extractor/vgtv.py
index db7a4bdb1..eb2652fb1 100644
--- a/youtube_dl/extractor/vgtv.py
+++ b/youtube_dl/extractor/vgtv.py
@@ -17,7 +17,7 @@ class VGTVIE(InfoExtractor):
(?P<host>vgtv|bt)
(?:
:|
- \.no/(?:tv/)?#!/(?:video|live)/
+ \.no/(?:tv/)?\#!/(?:video|live)/
)
(?P<id>[0-9]+)
'''
@@ -188,5 +188,3 @@ class BTVestlendingenIE(InfoExtractor):
def _real_extract(self, url):
return self.url_result('xstream:btno:%s' % self._match_id(url), 'Xstream')
-
-