diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-10-15 12:05:24 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-10-15 12:05:24 +0200 |
commit | 10eaae48ffe1042d9c5f77fd563832bf795ad647 (patch) | |
tree | 44f1dba50c0774b3e1de94b26d21bffeb451deaa /youtube_dl/extractor/sztvhu.py | |
parent | 9d4660cab15f374176f87d3f747a559142e4af9b (diff) | |
parent | 9d74e308f7caa7f649809366ebcdb5a7caf560b9 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/sztvhu.py')
-rw-r--r-- | youtube_dl/extractor/sztvhu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/sztvhu.py b/youtube_dl/extractor/sztvhu.py index cd3e203e6..81fa35c4b 100644 --- a/youtube_dl/extractor/sztvhu.py +++ b/youtube_dl/extractor/sztvhu.py @@ -25,7 +25,7 @@ class SztvHuIE(InfoExtractor): video_file = self._search_regex( r'file: "...:(.*?)",', webpage, 'video file') title = self._html_search_regex( - r'<meta name="title" content="([^"]*) - [^-]*"', + r'<meta name="title" content="([^"]*?) - [^-]*? - [^-]*?"', webpage, 'video title') description = self._html_search_regex( r'<meta name="description" content="([^"]*)"/>', |