diff options
Diffstat (limited to 'pyload/plugin/hook')
| -rw-r--r-- | pyload/plugin/hook/BypassCaptcha.py | 2 | ||||
| -rw-r--r-- | pyload/plugin/hook/ExpertDecoders.py | 2 | ||||
| -rw-r--r-- | pyload/plugin/hook/ImageTyperz.py | 2 | ||||
| -rw-r--r-- | pyload/plugin/hook/MegaDebridEu.py | 2 | ||||
| -rw-r--r-- | pyload/plugin/hook/XFileSharingPro.py | 4 | 
5 files changed, 6 insertions, 6 deletions
| diff --git a/pyload/plugin/hook/BypassCaptcha.py b/pyload/plugin/hook/BypassCaptcha.py index 545ec5e31..95be5f3a6 100644 --- a/pyload/plugin/hook/BypassCaptcha.py +++ b/pyload/plugin/hook/BypassCaptcha.py @@ -57,7 +57,7 @@ class BypassCaptcha(Hook):      def submit(self, captcha, captchaType="file", match=None):          req = getRequest() -        #raise timeout threshold +        # raise timeout threshold          req.c.setopt(LOW_SPEED_TIME, 80)          try: diff --git a/pyload/plugin/hook/ExpertDecoders.py b/pyload/plugin/hook/ExpertDecoders.py index 2e2982d2d..843c786bc 100644 --- a/pyload/plugin/hook/ExpertDecoders.py +++ b/pyload/plugin/hook/ExpertDecoders.py @@ -54,7 +54,7 @@ class ExpertDecoders(Hook):              data = f.read()          req = getRequest() -        #raise timeout threshold +        # raise timeout threshold          req.c.setopt(LOW_SPEED_TIME, 80)          try: diff --git a/pyload/plugin/hook/ImageTyperz.py b/pyload/plugin/hook/ImageTyperz.py index 641016546..c134cdaeb 100644 --- a/pyload/plugin/hook/ImageTyperz.py +++ b/pyload/plugin/hook/ImageTyperz.py @@ -69,7 +69,7 @@ class ImageTyperz(Hook):      def submit(self, captcha, captchaType="file", match=None):          req = getRequest() -        #raise timeout threshold +        # raise timeout threshold          req.c.setopt(LOW_SPEED_TIME, 80)          try: diff --git a/pyload/plugin/hook/MegaDebridEu.py b/pyload/plugin/hook/MegaDebridEu.py index a069cbcdd..41abce37b 100644 --- a/pyload/plugin/hook/MegaDebridEu.py +++ b/pyload/plugin/hook/MegaDebridEu.py @@ -28,6 +28,6 @@ class MegaDebridEu(MultiHook):              host_list = [element[0] for element in json_data['hosters']]          else:              self.logError(_("Unable to retrieve hoster list")) -            host_list = list() +            host_list = []          return host_list diff --git a/pyload/plugin/hook/XFileSharingPro.py b/pyload/plugin/hook/XFileSharingPro.py index 3c16c618a..7fee029da 100644 --- a/pyload/plugin/hook/XFileSharingPro.py +++ b/pyload/plugin/hook/XFileSharingPro.py @@ -32,11 +32,11 @@ class XFileSharingPro(Hook):                         "backin.net", "eyesfile.ca", "file4safe.com", "fileband.com", "filedwon.com", "fileparadox.in",                         "filevice.com", "hostingbulk.com", "junkyvideo.com", "linestorage.com", "ravishare.com", "ryushare.com",                         "salefiles.com", "sendmyway.com", "sharesix.com", "thefile.me", "verzend.be", "xvidstage.com", -                       #NOT TESTED: +                       # NOT TESTED:                         "101shared.com", "4upfiles.com", "filemaze.ws", "filenuke.com", "linkzhost.com", "mightyupload.com",                         "rockdizfile.com", "sharebeast.com", "sharerepo.com", "shareswift.com", "uploadbaz.com", "uploadc.com",                         "vidbull.com", "zalaa.com", "zomgupload.com", -                       #NOT WORKING: +                       # NOT WORKING:                         "amonshare.com", "banicrazy.info", "boosterking.com", "host4desi.com", "laoupload.com", "rd-fs.com"]      CRYPTER_BUILTIN = ["junocloud.me", "rapidfileshare.net"] | 
