From: Jaime Marquínez Ferrándiz Date: Sat, 9 May 2015 10:34:45 +0000 (+0200) Subject: [vgtv] Escape '#' in _VALID_URL and remove empty newlines at the end X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5c0b2c16a80c509dbcee48f48da3de0bf9912cda;p=youtube-dl [vgtv] Escape '#' in _VALID_URL and remove empty newlines at the end In verbose mode, '#' is interpreted as the start of a comment. --- 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): (?Pvgtv|bt) (?: :| - \.no/(?:tv/)?#!/(?:video|live)/ + \.no/(?:tv/)?\#!/(?:video|live)/ ) (?P[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') - -