diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-20 11:39:00 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-20 11:39:00 +0100 |
commit | 2fb0493d44d6a975cb86f95dc0177ddff5de79d5 (patch) | |
tree | 79b33a48feb5e01ed07597b5c96c49520458738a | |
parent | Merge pull request #2202 from rlindner81/FixForOneFichier (diff) | |
parent | Fix: Nitroflare cannot be handled as Direct Download (diff) | |
download | pyload-2fb0493d44d6a975cb86f95dc0177ddff5de79d5.tar.xz |
Merge pull request #2203 from rlindner81/FixForNitroflare
Fix: Nitroflare cannot be handled as Direct Download
-rw-r--r-- | module/plugins/hoster/NitroflareCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/NitroflareCom.py b/module/plugins/hoster/NitroflareCom.py index 7970ae460..9ca6ab187 100644 --- a/module/plugins/hoster/NitroflareCom.py +++ b/module/plugins/hoster/NitroflareCom.py @@ -29,6 +29,7 @@ class NitroflareCom(SimpleHoster): OFFLINE_PATTERN = r'>File doesn\'t exist' LINK_PREMIUM_PATTERN = LINK_FREE_PATTERN = r'(https?://[\w\-]+\.nitroflare\.com/.+?)"' + DIRECT_LINK = False RECAPTCHA_KEY = "6Lenx_USAAAAAF5L1pmTWvWcH73dipAEzNnmNLgy" PREMIUM_ONLY_PATTERN = r'This file is available with Premium only' |