diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:12:40 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:15:48 +0200 |
commit | 8939f015a688a07ec7d0bd14b6a3704f6a2cb4a0 (patch) | |
tree | 8328ac967a7302e82c8bfb59c75c43cd029cdd76 /module/plugins/crypter/RelinkUs.py | |
parent | Pattern update 2 (diff) | |
download | pyload-8939f015a688a07ec7d0bd14b6a3704f6a2cb4a0.tar.xz |
Pattern update 3
Diffstat (limited to 'module/plugins/crypter/RelinkUs.py')
-rw-r--r-- | module/plugins/crypter/RelinkUs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py index 7b6dff328..d99b7fb1a 100644 --- a/module/plugins/crypter/RelinkUs.py +++ b/module/plugins/crypter/RelinkUs.py @@ -41,7 +41,7 @@ class RelinkUs(Crypter): CNL2_CRYPTED_KEY = "crypted" DLC_LINK_REGEX = r'<a href=".*?" class="dlc_button" target="_blank">' DLC_DOWNLOAD_URL = r'http://www\.relink\.us/download\.php' - WEB_FORWARD_REGEX = r"getFile\('(?P<link>.+)'\)" + WEB_FORWARD_REGEX = r'getFile\(\'(?P<link>.+)\'\)' WEB_FORWARD_URL = r'http://www\.relink\.us/frame\.php' WEB_LINK_REGEX = r'<iframe name="Container" height="100%" frameborder="no" width="100%" src="(?P<link>.+)"></iframe>' |