diff options
author | Jeix <devnull@localhost> | 2010-11-06 13:55:41 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-11-06 13:55:41 +0100 |
commit | 7b17a328b6134e4642f3affd9a135579d3ce55ef (patch) | |
tree | c16e918b2cb9ad7454684f2cf449695ffe91fd1a /module/plugins/hoster | |
parent | account cache fix (diff) | |
download | pyload-7b17a328b6134e4642f3affd9a135579d3ce55ef.tar.xz |
youporn fix
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/YoupornCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |