summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FshareVnFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FshareVnFolder.py')
-rw-r--r--pyload/plugins/crypter/FshareVnFolder.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/pyload/plugins/crypter/FshareVnFolder.py b/pyload/plugins/crypter/FshareVnFolder.py
new file mode 100644
index 000000000..2515e7edd
--- /dev/null
+++ b/pyload/plugins/crypter/FshareVnFolder.py
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+
+from module.plugins.internal.SimpleCrypter import SimpleCrypter
+
+class FshareVnFolder(SimpleCrypter):
+ __name__ = "FshareVnFolder"
+ __type__ = "crypter"
+ __pattern__ = r"http://(www\.)?fshare.vn/folder/.*"
+ __version__ = "0.01"
+ __description__ = """Fshare.vn Folder Plugin"""
+ __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