diff options
Diffstat (limited to 'module/plugins/crypter/FshareVnFolder.py')
-rw-r--r-- | module/plugins/crypter/FshareVnFolder.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/crypter/FshareVnFolder.py b/module/plugins/crypter/FshareVnFolder.py index 2515e7edd..2d7a3c490 100644 --- a/module/plugins/crypter/FshareVnFolder.py +++ b/module/plugins/crypter/FshareVnFolder.py @@ -2,6 +2,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter + class FshareVnFolder(SimpleCrypter): __name__ = "FshareVnFolder" __type__ = "crypter" @@ -11,4 +12,4 @@ class FshareVnFolder(SimpleCrypter): __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") - LINK_PATTERN = r'<li class="w_80pc"><a href="([^"]+)" target="_blank">'
\ No newline at end of file + LINK_PATTERN = r'<li class="w_80pc"><a href="([^"]+)" target="_blank">' |