diff options
Diffstat (limited to 'pyload/plugin/crypter')
-rw-r--r-- | pyload/plugin/crypter/CrockoCom.py | 1 | ||||
-rw-r--r-- | pyload/plugin/crypter/DepositfilesCom.py | 1 | ||||
-rw-r--r-- | pyload/plugin/crypter/DevhostSt.py | 2 | ||||
-rw-r--r-- | pyload/plugin/crypter/FshareVn.py | 1 | ||||
-rw-r--r-- | pyload/plugin/crypter/MegaRapidCz.py | 1 | ||||
-rw-r--r-- | pyload/plugin/crypter/PastebinCom.py | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/pyload/plugin/crypter/CrockoCom.py b/pyload/plugin/crypter/CrockoCom.py index 7b2350a30..71dadd8d5 100644 --- a/pyload/plugin/crypter/CrockoCom.py +++ b/pyload/plugin/crypter/CrockoCom.py @@ -19,4 +19,3 @@ class CrockoCom(SimpleCrypter): LINK_PATTERN = r'<td class="last"><a href="(.+?)">download</a>' - diff --git a/pyload/plugin/crypter/DepositfilesCom.py b/pyload/plugin/crypter/DepositfilesCom.py index ea0f6b878..d86f67426 100644 --- a/pyload/plugin/crypter/DepositfilesCom.py +++ b/pyload/plugin/crypter/DepositfilesCom.py @@ -19,4 +19,3 @@ class DepositfilesCom(SimpleCrypter): LINK_PATTERN = r'<div class="progressName".*?>\s*<a href="(.+?)" title=".+?" target="_blank">' - diff --git a/pyload/plugin/crypter/DevhostSt.py b/pyload/plugin/crypter/DevhostSt.py index 1746e03ae..4fb82e0ad 100644 --- a/pyload/plugin/crypter/DevhostSt.py +++ b/pyload/plugin/crypter/DevhostSt.py @@ -59,4 +59,4 @@ class DevhostSt(SimpleCrypter): except Exception: pass self.logDebug("File name: %s" % self.pyfile.name, - "File folder: %s" % self.pyfile.name)
\ No newline at end of file + "File folder: %s" % self.pyfile.name) diff --git a/pyload/plugin/crypter/FshareVn.py b/pyload/plugin/crypter/FshareVn.py index b9680e538..09adfee3e 100644 --- a/pyload/plugin/crypter/FshareVn.py +++ b/pyload/plugin/crypter/FshareVn.py @@ -19,4 +19,3 @@ class FshareVn(SimpleCrypter): LINK_PATTERN = r'<li class="w_80pc"><a href="(.+?)" target="_blank">' - diff --git a/pyload/plugin/crypter/MegaRapidCz.py b/pyload/plugin/crypter/MegaRapidCz.py index 641827320..fe490464a 100644 --- a/pyload/plugin/crypter/MegaRapidCz.py +++ b/pyload/plugin/crypter/MegaRapidCz.py @@ -19,4 +19,3 @@ class MegaRapidCz(SimpleCrypter): LINK_PATTERN = r'<td class="soubor".*?><a href="(.+?)">' - diff --git a/pyload/plugin/crypter/PastebinCom.py b/pyload/plugin/crypter/PastebinCom.py index 8a3be1fc3..034c859a1 100644 --- a/pyload/plugin/crypter/PastebinCom.py +++ b/pyload/plugin/crypter/PastebinCom.py @@ -20,4 +20,3 @@ class PastebinCom(SimpleCrypter): LINK_PATTERN = r'<div class="de\d+">(https?://[^ <]+)(?:[^<]*)</div>' NAME_PATTERN = r'<div class="paste_box_line1" title="(?P<N>.+?)">' - |