From bcdef10ae4237397c0a30f4efa6ae765ea1493e0 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 15 Nov 2009 20:04:28 +0100 Subject: fixed youtube --- module/plugins/YoutubeCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/YoutubeCom.py b/module/plugins/YoutubeCom.py index c93c662d1..38a4934df 100644 --- a/module/plugins/YoutubeCom.py +++ b/module/plugins/YoutubeCom.py @@ -43,7 +43,7 @@ class YoutubeCom(Plugin): if self.html == None: self.download_html() - file_name_pattern = r"YouTube - (.*)" + file_name_pattern = r"'VIDEO_TITLE': '(.*)'," file_suffix = ".flv" if self.config['high_quality']: file_suffix = ".mp4" -- cgit v1.2.3