diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2011-12-01 21:45:11 +0100 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2011-12-01 21:45:11 +0100 |
commit | f5224f7a581eb5750a6ab9de2302ed749fb77540 (patch) | |
tree | 58078b3de04ce812b200e20157a3ab9351208748 /module/plugins/crypter/FshareVnFolder.py | |
parent | update hellspy.cz, add bayfiles.com (diff) | |
download | pyload-f5224f7a581eb5750a6ab9de2302ed749fb77540.tar.xz |
megaupload decode file info, megaupload/depositfiles folders
Diffstat (limited to 'module/plugins/crypter/FshareVnFolder.py')
-rw-r--r-- | module/plugins/crypter/FshareVnFolder.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/module/plugins/crypter/FshareVnFolder.py b/module/plugins/crypter/FshareVnFolder.py new file mode 100644 index 000000000..2515e7edd --- /dev/null +++ b/module/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 |