From 7b17a328b6134e4642f3affd9a135579d3ce55ef Mon Sep 17 00:00:00 2001 From: Jeix Date: Sat, 6 Nov 2010 13:55:41 +0100 Subject: youporn fix --- module/plugins/hoster/YoupornCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/YoupornCom.py') diff --git a/module/plugins/hoster/YoupornCom.py b/module/plugins/hoster/YoupornCom.py index b90da4f83..c9fa4e465 100644 --- a/module/plugins/hoster/YoupornCom.py +++ b/module/plugins/hoster/YoupornCom.py @@ -35,7 +35,7 @@ class YoupornCom(Hoster): if self.html is None: self.download_html() - file_url = re.search(r'(http://download.youporn.com/download/\d*/(?:flv/)?.*\?save=1)">', self.html).group(1) + file_url = re.search(r'(http://download\.youporn\.com/download/\d+\?save=1)">', self.html).group(1) return file_url def get_file_name(self): -- cgit v1.2.3