diff options
| author | 2013-07-21 15:03:21 +0200 | |
|---|---|---|
| committer | 2013-07-21 15:03:21 +0200 | |
| commit | 4b61d36bf18931df0a9720047b3619ce245f8a1b (patch) | |
| tree | fa6214ca6c85eb547dfe7de1ec7502ff3ce71793 /module/plugins/crypter/DepositfilesComFolder.py | |
| parent | Normalize line endings to avoid line endings merge conflicts (diff) | |
| download | pyload-4b61d36bf18931df0a9720047b3619ce245f8a1b.tar.xz | |
Fixed PEP 8 violations in Crypters
Diffstat (limited to 'module/plugins/crypter/DepositfilesComFolder.py')
| -rw-r--r-- | module/plugins/crypter/DepositfilesComFolder.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/crypter/DepositfilesComFolder.py b/module/plugins/crypter/DepositfilesComFolder.py index 9023b238f..15c317acf 100644 --- a/module/plugins/crypter/DepositfilesComFolder.py +++ b/module/plugins/crypter/DepositfilesComFolder.py @@ -2,6 +2,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter + class DepositfilesComFolder(SimpleCrypter): __name__ = "DepositfilesComFolder" __type__ = "crypter" @@ -11,4 +12,4 @@ class DepositfilesComFolder(SimpleCrypter): __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") - LINK_PATTERN = r'<div class="progressName"[^>]*>\s*<a href="([^"]+)" title="[^"]*" target="_blank">'
\ No newline at end of file + LINK_PATTERN = r'<div class="progressName"[^>]*>\s*<a href="([^"]+)" title="[^"]*" target="_blank">' |
