diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-11 11:55:03 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-11 11:55:03 +0200 |
commit | cca4127f9853ab029cbf0b55fedced124400952d (patch) | |
tree | 28533be5a96abf5d852da20ad17ce7795eacab8f /module/plugins/crypter | |
parent | Fix __author_name__ and __author_mail__ (diff) | |
download | pyload-cca4127f9853ab029cbf0b55fedced124400952d.tar.xz |
Fix __description__
Merges vuolter/pyload@74bcc70
Diffstat (limited to 'module/plugins/crypter')
64 files changed, 64 insertions, 65 deletions
diff --git a/module/plugins/crypter/BitshareComFolder.py b/module/plugins/crypter/BitshareComFolder.py index 86754915d..82d7f05bf 100644 --- a/module/plugins/crypter/BitshareComFolder.py +++ b/module/plugins/crypter/BitshareComFolder.py @@ -23,7 +23,7 @@ class BitshareComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?bitshare\.com/\?d=\w+" __version__ = "0.01" - __description__ = """Bitshare.com Folder Plugin""" + __description__ = """Bitshare.com folder decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/C1neonCom.py b/module/plugins/crypter/C1neonCom.py index 5506820af..da94f22f5 100644 --- a/module/plugins/crypter/C1neonCom.py +++ b/module/plugins/crypter/C1neonCom.py @@ -8,6 +8,6 @@ class C1neonCom(DeadCrypter): __type__ = "container" __pattern__ = r"http://(www\.)?c1neon.com/.*?" __version__ = "0.05" - __description__ = """C1neon.Com Container Plugin""" + __description__ = """C1neon.com decrypter plugin""" __author_name__ = "godofdream" __author_mail__ = "soilfiction@gmail.com" diff --git a/module/plugins/crypter/CrockoComFolder.py b/module/plugins/crypter/CrockoComFolder.py index fa616fb28..2b3b4af3c 100644 --- a/module/plugins/crypter/CrockoComFolder.py +++ b/module/plugins/crypter/CrockoComFolder.py @@ -8,7 +8,7 @@ class CrockoComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?crocko.com/f/.*" __version__ = "0.01" - __description__ = """Crocko.com Folder Plugin""" + __description__ = """Crocko.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py index 7fe0cb036..b57013d01 100644 --- a/module/plugins/crypter/CryptItCom.py +++ b/module/plugins/crypter/CryptItCom.py @@ -8,6 +8,6 @@ class CryptItCom(DeadCrypter): __type__ = "container" __pattern__ = r"http://[\w\.]*?crypt-it\.com/(s|e|d|c)/[\w]+" __version__ = "0.11" - __description__ = """Crypt.It.com Container Plugin""" + __description__ = """Crypt-it.com decrypter plugin""" __author_name__ = "jeix" __author_mail__ = "jeix@hasnomail.de" diff --git a/module/plugins/crypter/CzshareComFolder.py b/module/plugins/crypter/CzshareComFolder.py index 5d352702f..b908efc42 100644 --- a/module/plugins/crypter/CzshareComFolder.py +++ b/module/plugins/crypter/CzshareComFolder.py @@ -9,7 +9,7 @@ class CzshareComFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://(\w*\.)*czshare\.(com|cz)/folders/.*" __version__ = "0.1" - __description__ = """Czshare.com Folder Plugin""" + __description__ = """Czshare.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/DDLMusicOrg.py b/module/plugins/crypter/DDLMusicOrg.py index c92d3acca..9ee00a8fc 100644 --- a/module/plugins/crypter/DDLMusicOrg.py +++ b/module/plugins/crypter/DDLMusicOrg.py @@ -12,7 +12,7 @@ class DDLMusicOrg(Crypter): __type__ = "container" __pattern__ = r"http://[\w\.]*?ddl-music\.org/captcha/ddlm_cr\d\.php\?\d+\?\d+" __version__ = "0.3" - __description__ = """ddl-music.org Container Plugin""" + __description__ = """Ddl-music.org decrypter plugin""" __author_name__ = "mkaay" __author_mail__ = "mkaay@mkaay.de" diff --git a/module/plugins/crypter/DailymotionBatch.py b/module/plugins/crypter/DailymotionBatch.py index ad1cae67f..2b692f92a 100644 --- a/module/plugins/crypter/DailymotionBatch.py +++ b/module/plugins/crypter/DailymotionBatch.py @@ -30,7 +30,7 @@ class DailymotionBatch(Crypter): __type__ = "crypter" __pattern__ = r"https?://(?:www\.)?dailymotion\.com/((playlists/)?(?P<TYPE>playlist|user)/)?(?P<ID>[\w^_]+)(?(TYPE)|#)" __version__ = "0.01" - __description__ = """Dailymotion channel & playlist decrypter""" + __description__ = """Dailymotion.com channel & playlist decrypter""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" diff --git a/module/plugins/crypter/DataHuFolder.py b/module/plugins/crypter/DataHuFolder.py index cbc4289e5..0a2869f24 100644 --- a/module/plugins/crypter/DataHuFolder.py +++ b/module/plugins/crypter/DataHuFolder.py @@ -25,7 +25,7 @@ class DataHuFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?data.hu/dir/\w+" __version__ = "0.03" - __description__ = """Data.hu Folder Plugin""" + __description__ = """Data.hu folder decrypter plugin""" __author_name__ = ("crash", "stickell") __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/DdlstorageComFolder.py b/module/plugins/crypter/DdlstorageComFolder.py index d76988c92..d7edea9e1 100644 --- a/module/plugins/crypter/DdlstorageComFolder.py +++ b/module/plugins/crypter/DdlstorageComFolder.py @@ -23,7 +23,7 @@ class DdlstorageComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:\w*\.)*?ddlstorage.com/folder/\w{10}" __version__ = "0.02" - __description__ = """DDLStorage.com Folder Plugin""" + __description__ = """DDLStorage.com folder decrypter plugin""" __author_name__ = ("godofdream", "stickell") __author_mail__ = ("soilfiction@gmail.com", "l.stickell@yahoo.it") diff --git a/module/plugins/crypter/DepositfilesComFolder.py b/module/plugins/crypter/DepositfilesComFolder.py index 2bb32b072..f75d942ca 100644 --- a/module/plugins/crypter/DepositfilesComFolder.py +++ b/module/plugins/crypter/DepositfilesComFolder.py @@ -8,7 +8,7 @@ class DepositfilesComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?depositfiles.com/folders/\w+" __version__ = "0.01" - __description__ = """Depositfiles.com Folder Plugin""" + __description__ = """Depositfiles.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index d93455a55..bb5f68039 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -29,7 +29,7 @@ class DlProtectCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?dl-protect\.com/((en|fr)/)?(?P<ID>\w+)" __version__ = "0.01" - __description__ = """dl-protect.com decrypter plugin""" + __description__ = """Dl-protect.com decrypter plugin""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" diff --git a/module/plugins/crypter/DontKnowMe.py b/module/plugins/crypter/DontKnowMe.py index 03a016d27..67ede18eb 100644 --- a/module/plugins/crypter/DontKnowMe.py +++ b/module/plugins/crypter/DontKnowMe.py @@ -11,7 +11,7 @@ class DontKnowMe(Crypter): __type__ = "crypter" __pattern__ = r"http://dontknow.me/at/\?.+$" __version__ = "0.1" - __description__ = """DontKnowMe""" + __description__ = """DontKnow.me decrypter plugin""" __author_name__ = "selaux" __author_mail__ = "" diff --git a/module/plugins/crypter/DownloadVimeoCom.py b/module/plugins/crypter/DownloadVimeoCom.py index 9b5fd552a..e3e6704cd 100644 --- a/module/plugins/crypter/DownloadVimeoCom.py +++ b/module/plugins/crypter/DownloadVimeoCom.py @@ -10,9 +10,8 @@ class DownloadVimeoCom(Crypter): __name__ = 'DownloadVimeoCom' __type__ = 'crypter' __pattern__ = r'(?:http://vimeo\.com/\d*|http://smotri\.com/video/view/\?id=.*)' - ## The download from dailymotion failed with a 403 __version__ = '0.1' - __description__ = """Video Download Plugin based on downloadvimeo.com""" + __description__ = """Vimeo.com decrypter plugin""" __author_name__ = "4Christopher" __author_mail__ = "4Christopher@gmx.de" diff --git a/module/plugins/crypter/DuckCryptInfo.py b/module/plugins/crypter/DuckCryptInfo.py index 6a157a9c0..b182884a1 100644 --- a/module/plugins/crypter/DuckCryptInfo.py +++ b/module/plugins/crypter/DuckCryptInfo.py @@ -10,7 +10,7 @@ class DuckCryptInfo(Crypter): __type__ = "container" __pattern__ = r"http://(?:www\.)?duckcrypt.info/(folder|wait|link)/(\w+)/?(\w*)" __version__ = "0.02" - __description__ = """DuckCrypt.Info Container Plugin""" + __description__ = """DuckCrypt.info decrypter plugin""" __author_name__ = "godofdream" __author_mail__ = "soilfiction@gmail.com" diff --git a/module/plugins/crypter/DuploadOrgFolder.py b/module/plugins/crypter/DuploadOrgFolder.py index 3f179cd34..e1fc6cfb9 100644 --- a/module/plugins/crypter/DuploadOrgFolder.py +++ b/module/plugins/crypter/DuploadOrgFolder.py @@ -23,7 +23,7 @@ class DuploadOrgFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?dupload\.org/folder/\d+/" __version__ = "0.01" - __description__ = """Dupload.org Folder Plugin""" + __description__ = """Dupload.org folder decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/EasybytezComFolder.py b/module/plugins/crypter/EasybytezComFolder.py index 0e28fc35e..7d721e0d5 100644 --- a/module/plugins/crypter/EasybytezComFolder.py +++ b/module/plugins/crypter/EasybytezComFolder.py @@ -23,7 +23,7 @@ class EasybytezComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?easybytez\.com/users/(?P<ID>\d+/\d+)" __version__ = "0.05" - __description__ = """Easybytez Crypter Plugin""" + __description__ = """Easybytez.com decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/EmbeduploadCom.py b/module/plugins/crypter/EmbeduploadCom.py index 956fa6bfb..1c6f2cec3 100644 --- a/module/plugins/crypter/EmbeduploadCom.py +++ b/module/plugins/crypter/EmbeduploadCom.py @@ -10,7 +10,7 @@ class EmbeduploadCom(Crypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?embedupload.com/\?d=.*" __version__ = "0.02" - __description__ = """EmbedUpload.com crypter""" + __description__ = """EmbedUpload.com decrypter plugin""" __config__ = [("preferedHoster", "str", "Prefered hoster list (bar-separated) ", "embedupload"), ("ignoredHoster", "str", "Ignored hoster list (bar-separated) ", "")] __author_name__ = "zoidberg" diff --git a/module/plugins/crypter/FilebeerInfoFolder.py b/module/plugins/crypter/FilebeerInfoFolder.py index 311c1960a..8a8dbd8ed 100644 --- a/module/plugins/crypter/FilebeerInfoFolder.py +++ b/module/plugins/crypter/FilebeerInfoFolder.py @@ -8,7 +8,7 @@ class FilebeerInfoFolder(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?filebeer\.info/(\d+~f).*" __version__ = "0.02" - __description__ = """Filebeer.info Folder Plugin""" + __description__ = """Filebeer.info folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/FilefactoryComFolder.py b/module/plugins/crypter/FilefactoryComFolder.py index 547b8e873..4f7ed6281 100644 --- a/module/plugins/crypter/FilefactoryComFolder.py +++ b/module/plugins/crypter/FilefactoryComFolder.py @@ -9,7 +9,7 @@ class FilefactoryComFolder(Crypter): __type__ = "crypter" __pattern__ = r"(http://(www\.)?filefactory\.com/f/\w+).*" __version__ = "0.1" - __description__ = """Filefactory.com Folder Plugin""" + __description__ = """Filefactory.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/FileserveComFolder.py b/module/plugins/crypter/FileserveComFolder.py index 0bf42f56e..e6fbcdf9d 100644 --- a/module/plugins/crypter/FileserveComFolder.py +++ b/module/plugins/crypter/FileserveComFolder.py @@ -10,7 +10,7 @@ class FileserveComFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?fileserve.com/list/\w+" __version__ = "0.11" - __description__ = """FileServeCom.com Folder Plugin""" + __description__ = """FileServe.com folder decrypter plugin""" __author_name__ = "fionnc" __author_mail__ = "fionnc@gmail.com" diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py index 2595fa72a..4d7c6be52 100644 --- a/module/plugins/crypter/FilestubeCom.py +++ b/module/plugins/crypter/FilestubeCom.py @@ -23,7 +23,7 @@ class FilestubeCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?filestube\.(?:com|to)/\w+" __version__ = "0.03" - __description__ = """Filestube.com Plugin""" + __description__ = """Filestube.com decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/FiletramCom.py b/module/plugins/crypter/FiletramCom.py index 886b8be30..fea039ff0 100644 --- a/module/plugins/crypter/FiletramCom.py +++ b/module/plugins/crypter/FiletramCom.py @@ -23,7 +23,7 @@ class FiletramCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?filetram.com/[^/]+/.+" __version__ = "0.01" - __description__ = """Filetram.com Plugin""" + __description__ = """Filetram.com decrypter plugin""" __author_name__ = ("igel", "stickell") __author_mail__ = ("igelkun@myopera.com", "l.stickell@yahoo.it") diff --git a/module/plugins/crypter/FourChanOrg.py b/module/plugins/crypter/FourChanOrg.py index 700a09b97..2cffc6ac2 100644 --- a/module/plugins/crypter/FourChanOrg.py +++ b/module/plugins/crypter/FourChanOrg.py @@ -13,7 +13,7 @@ class FourChanOrg(Crypter): __type__ = "container" __version__ = "0.3" __pattern__ = r"http://boards\.4chan.org/\w+/res/(\d+)" - __description__ = "Downloader for entire 4chan threads" + __description__ = """4chan.org folder decrypter plugin""" def decrypt(self, pyfile): pagehtml = self.load(pyfile.url) diff --git a/module/plugins/crypter/FreakhareComFolder.py b/module/plugins/crypter/FreakhareComFolder.py index 1e86afdc1..1b18ee25d 100644 --- a/module/plugins/crypter/FreakhareComFolder.py +++ b/module/plugins/crypter/FreakhareComFolder.py @@ -25,7 +25,7 @@ class FreakhareComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?freakshare\.com/folder/.+" __version__ = "0.01" - __description__ = """Freakhare.com Folder Plugin""" + __description__ = """Freakhare.com folder decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/FreetexthostCom.py b/module/plugins/crypter/FreetexthostCom.py index 7c838e609..c82e93ffd 100644 --- a/module/plugins/crypter/FreetexthostCom.py +++ b/module/plugins/crypter/FreetexthostCom.py @@ -25,7 +25,7 @@ class FreetexthostCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?freetexthost\.com/\w+" __version__ = "0.01" - __description__ = """Freetexthost.com Plugin""" + __description__ = """Freetexthost.com decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/FshareVnFolder.py b/module/plugins/crypter/FshareVnFolder.py index 77217ff54..5b4c0bfac 100644 --- a/module/plugins/crypter/FshareVnFolder.py +++ b/module/plugins/crypter/FshareVnFolder.py @@ -8,7 +8,7 @@ class FshareVnFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?fshare.vn/folder/.*" __version__ = "0.01" - __description__ = """Fshare.vn Folder Plugin""" + __description__ = """Fshare.vn folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/GooGl.py b/module/plugins/crypter/GooGl.py index 7b78af926..de9f9eeb0 100644 --- a/module/plugins/crypter/GooGl.py +++ b/module/plugins/crypter/GooGl.py @@ -24,7 +24,7 @@ class GooGl(Crypter): __type__ = "crypter" __pattern__ = r"https?://(www\.)?goo\.gl/\w+" __version__ = "0.01" - __description__ = """Goo.gl Crypter Plugin""" + __description__ = """Goo.gl decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/HoerbuchIn.py b/module/plugins/crypter/HoerbuchIn.py index f8cb18b19..53a114521 100644 --- a/module/plugins/crypter/HoerbuchIn.py +++ b/module/plugins/crypter/HoerbuchIn.py @@ -12,7 +12,7 @@ class HoerbuchIn(Crypter): __type__ = "container" __pattern__ = r"http://(www\.)?hoerbuch\.in/(wp/horbucher/\d+/.+/|tp/out.php\?.+|protection/folder_\d+\.html)" __version__ = "0.6" - __description__ = """Hoerbuch.in Container Plugin""" + __description__ = """Hoerbuch.in decrypter plugin""" __author_name__ = ("spoob", "mkaay") __author_mail__ = ("spoob@pyload.org", "mkaay@mkaay.de") diff --git a/module/plugins/crypter/HotfileFolderCom.py b/module/plugins/crypter/HotfileFolderCom.py index 3836bcb34..3bf556f7c 100644 --- a/module/plugins/crypter/HotfileFolderCom.py +++ b/module/plugins/crypter/HotfileFolderCom.py @@ -11,7 +11,7 @@ class HotfileFolderCom(Crypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?hotfile.com/list/\w+/\w+" __version__ = "0.1" - __description__ = """HotfileFolder Download Plugin""" + __description__ = """Hotfile.com folder decrypter plugin""" __author_name__ = "RaNaN" __author_mail__ = "RaNaN@pyload.org" diff --git a/module/plugins/crypter/ILoadTo.py b/module/plugins/crypter/ILoadTo.py index ca6dd5026..09c08604f 100644 --- a/module/plugins/crypter/ILoadTo.py +++ b/module/plugins/crypter/ILoadTo.py @@ -8,6 +8,6 @@ class ILoadTo(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://iload\.to/go/\d+-[\w\.-]+/" __version__ = "0.11" - __description__ = """iload.to Crypter Plugin""" + __description__ = """Iload.to decrypter plugin""" __author_name__ = "hzpz" __author_mail__ = "" diff --git a/module/plugins/crypter/LetitbitNetFolder.py b/module/plugins/crypter/LetitbitNetFolder.py index 68aad9dd7..96499a666 100644 --- a/module/plugins/crypter/LetitbitNetFolder.py +++ b/module/plugins/crypter/LetitbitNetFolder.py @@ -9,7 +9,7 @@ class LetitbitNetFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?letitbit.net/folder/\w+" __version__ = "0.1" - __description__ = """Letitbit.net Folder Plugin""" + __description__ = """Letitbit.net folder decrypter plugin""" __author_name__ = ("DHMH", "z00nx") __author_mail__ = ("webmaster@pcProfil.de", "z00nx0@gmail.com") diff --git a/module/plugins/crypter/LinkSaveIn.py b/module/plugins/crypter/LinkSaveIn.py index d75ab463c..4646b3549 100644 --- a/module/plugins/crypter/LinkSaveIn.py +++ b/module/plugins/crypter/LinkSaveIn.py @@ -20,7 +20,7 @@ class LinkSaveIn(Crypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?linksave.in/(?P<id>\w+)$" __version__ = "2.01" - __description__ = """LinkSave.in Crypter Plugin""" + __description__ = """LinkSave.in decrypter plugin""" __author_name__ = "fragonib" __author_mail__ = "fragonib[AT]yahoo[DOT]es" diff --git a/module/plugins/crypter/LinkdecrypterCom.py b/module/plugins/crypter/LinkdecrypterCom.py index 1880e03eb..c84a7f099 100644 --- a/module/plugins/crypter/LinkdecrypterCom.py +++ b/module/plugins/crypter/LinkdecrypterCom.py @@ -24,7 +24,7 @@ class LinkdecrypterCom(Crypter): __name__ = "LinkdecrypterCom" __type__ = "crypter" __version__ = "0.27" - __description__ = """linkdecrypter.com""" + __description__ = """Linkdecrypter.com""" __author_name__ = ("zoidberg", "flowlee") __author_mail__ = ("zoidberg@mujmail.cz", "") diff --git a/module/plugins/crypter/LixIn.py b/module/plugins/crypter/LixIn.py index 6e4d8fe89..601490ddd 100644 --- a/module/plugins/crypter/LixIn.py +++ b/module/plugins/crypter/LixIn.py @@ -11,7 +11,7 @@ class LixIn(Crypter): __type__ = "container" __pattern__ = r"http://(www.)?lix.in/(?P<id>.*)" __version__ = "0.22" - __description__ = """Lix.in Container Plugin""" + __description__ = """Lix.in decrypter plugin""" __author_name__ = "spoob" __author_mail__ = "spoob@pyload.org" diff --git a/module/plugins/crypter/LofCc.py b/module/plugins/crypter/LofCc.py index e3aec6b73..173d710c6 100644 --- a/module/plugins/crypter/LofCc.py +++ b/module/plugins/crypter/LofCc.py @@ -8,6 +8,6 @@ class LofCc(DeadCrypter): __type__ = "container" __pattern__ = r"http://lof.cc/(.*)" __version__ = "0.21" - __description__ = """lof.cc Plugin""" + __description__ = """Lof.cc decrypter plugin""" __author_name__ = "mkaay" __author_mail__ = "mkaay@mkaay.de" diff --git a/module/plugins/crypter/MBLinkInfo.py b/module/plugins/crypter/MBLinkInfo.py index 434819d07..a32c742f2 100644 --- a/module/plugins/crypter/MBLinkInfo.py +++ b/module/plugins/crypter/MBLinkInfo.py @@ -8,6 +8,6 @@ class MBLinkInfo(DeadCrypter): __type__ = "container" __pattern__ = r"http://(?:www\.)?mblink\.info/?\?id=(\d+)" __version__ = "0.03" - __description__ = """MBLink.Info Container Plugin""" + __description__ = """MBLink.info decrypter plugin""" __author_name__ = ("Gummibaer", "stickell") __author_mail__ = ("Gummibaer@wiki-bierkiste.de", "l.stickell@yahoo.it") diff --git a/module/plugins/crypter/MediafireComFolder.py b/module/plugins/crypter/MediafireComFolder.py index 1c0c389da..6bc6e16f5 100644 --- a/module/plugins/crypter/MediafireComFolder.py +++ b/module/plugins/crypter/MediafireComFolder.py @@ -11,7 +11,7 @@ class MediafireComFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://(\w*\.)*mediafire\.com/(folder/|\?sharekey=|\?\w{13}($|[/#]))" __version__ = "0.14" - __description__ = """Mediafire.com Folder Plugin""" + __description__ = """Mediafire.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/Movie2kTo.py b/module/plugins/crypter/Movie2kTo.py index 8119ba814..548f40f1c 100644 --- a/module/plugins/crypter/Movie2kTo.py +++ b/module/plugins/crypter/Movie2kTo.py @@ -8,6 +8,6 @@ class Movie2kTo(DeadCrypter): __type__ = "container" __pattern__ = r"http://(?:www\.)?movie2k\.to/(.*)\.html" __version__ = "0.51" - __description__ = """Movie2k.to Container Plugin""" + __description__ = """Movie2k.to decrypter plugin""" __author_name__ = "4Christopher" __author_mail__ = "4Christopher@gmx.de" diff --git a/module/plugins/crypter/MultiloadCz.py b/module/plugins/crypter/MultiloadCz.py index dcc27f2e7..22dff1c8a 100644 --- a/module/plugins/crypter/MultiloadCz.py +++ b/module/plugins/crypter/MultiloadCz.py @@ -9,7 +9,7 @@ class MultiloadCz(Crypter): __type__ = "crypter" __pattern__ = r"http://.*multiload.cz/(stahnout|slozka)/.*" __version__ = "0.4" - __description__ = """multiload.cz""" + __description__ = """Multiload.cz decrypter plugin""" __config__ = [("usedHoster", "str", "Prefered hoster list (bar-separated) ", ""), ("ignoredHoster", "str", "Ignored hoster list (bar-separated) ", "")] __author_name__ = "zoidberg" diff --git a/module/plugins/crypter/MultiuploadCom.py b/module/plugins/crypter/MultiuploadCom.py index f54566b10..f060d9472 100644 --- a/module/plugins/crypter/MultiuploadCom.py +++ b/module/plugins/crypter/MultiuploadCom.py @@ -12,7 +12,7 @@ class MultiuploadCom(Crypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?multiupload.com/(\w+)" __version__ = "0.01" - __description__ = """MultiUpload.com crypter""" + __description__ = """MultiUpload.com decrypter plugin""" __config__ = [("preferedHoster", "str", "Prefered hoster list (bar-separated) ", "multiupload"), ("ignoredHoster", "str", "Ignored hoster list (bar-separated) ", "")] __author_name__ = "zoidberg" diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 3a474a1c6..53f4dad19 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -14,7 +14,7 @@ class NCryptIn(Crypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?ncrypt.in/(?P<type>folder|link|frame)-([^/\?]+)" __version__ = "1.32" - __description__ = """NCrypt.in Crypter Plugin""" + __description__ = """NCrypt.in decrypter plugin""" __author_name__ = ("fragonib", "stickell") __author_mail__ = ("fragonib[AT]yahoo[DOT]es", "l.stickell@yahoo.it") diff --git a/module/plugins/crypter/NetfolderIn.py b/module/plugins/crypter/NetfolderIn.py index c5c602c27..d92c5e60e 100644 --- a/module/plugins/crypter/NetfolderIn.py +++ b/module/plugins/crypter/NetfolderIn.py @@ -10,7 +10,7 @@ class NetfolderIn(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?netfolder.in/((?P<id1>\w+)/\w+|folder.php\?folder_id=(?P<id2>\w+))" __version__ = "0.6" - __description__ = """NetFolder Crypter Plugin""" + __description__ = """NetFolder.in decrypter plugin""" __author_name__ = ("RaNaN", "fragonib") __author_mail__ = ("RaNaN@pyload.org", "fragonib[AT]yahoo[DOT]es") diff --git a/module/plugins/crypter/NosvideoCom.py b/module/plugins/crypter/NosvideoCom.py index eae836038..f85f33844 100644 --- a/module/plugins/crypter/NosvideoCom.py +++ b/module/plugins/crypter/NosvideoCom.py @@ -6,7 +6,7 @@ class NosvideoCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?nosvideo\.com/\?v=\w+" __version__ = "0.01" - __description__ = """Nosvideo.com Plugin""" + __description__ = """Nosvideo.com decrypter plugin""" __author_name__ = "igel" __author_mail__ = "igelkun@myopera.com" diff --git a/module/plugins/crypter/OneKhDe.py b/module/plugins/crypter/OneKhDe.py index 55b90c0e4..f6c3aff86 100644 --- a/module/plugins/crypter/OneKhDe.py +++ b/module/plugins/crypter/OneKhDe.py @@ -12,7 +12,7 @@ class OneKhDe(Crypter): __type__ = "container" __pattern__ = r"http://(www\.)?1kh.de/f/" __version__ = "0.1" - __description__ = """1kh.de Container Plugin""" + __description__ = """1kh.de decrypter plugin""" __author_name__ = "spoob" __author_mail__ = "spoob@pyload.org" diff --git a/module/plugins/crypter/OronComFolder.py b/module/plugins/crypter/OronComFolder.py index 93ca6888a..03e8b01c8 100755 --- a/module/plugins/crypter/OronComFolder.py +++ b/module/plugins/crypter/OronComFolder.py @@ -8,6 +8,6 @@ class OronComFolder(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?oron.com/folder/\w+" __version__ = "0.11" - __description__ = """Oron.com Folder Plugin""" + __description__ = """Oron.com folder decrypter plugin""" __author_name__ = "DHMH" __author_mail__ = "webmaster@pcProfil.de" diff --git a/module/plugins/crypter/PastebinCom.py b/module/plugins/crypter/PastebinCom.py index fe5acfa93..b68fe56c7 100644 --- a/module/plugins/crypter/PastebinCom.py +++ b/module/plugins/crypter/PastebinCom.py @@ -23,7 +23,7 @@ class PastebinCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?pastebin\.com/\w+" __version__ = "0.01" - __description__ = """Pastebin.com Plugin""" + __description__ = """Pastebin.com decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/QuickshareCzFolder.py b/module/plugins/crypter/QuickshareCzFolder.py index 51947fed3..c24034e8f 100644 --- a/module/plugins/crypter/QuickshareCzFolder.py +++ b/module/plugins/crypter/QuickshareCzFolder.py @@ -9,7 +9,7 @@ class QuickshareCzFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?quickshare.cz/slozka-\d+.*" __version__ = "0.1" - __description__ = """Quickshare.cz Folder Plugin""" + __description__ = """Quickshare.cz folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/RSLayerCom.py b/module/plugins/crypter/RSLayerCom.py index cce24c972..d4e69b38f 100644 --- a/module/plugins/crypter/RSLayerCom.py +++ b/module/plugins/crypter/RSLayerCom.py @@ -8,6 +8,6 @@ class RSLayerCom(DeadCrypter): __type__ = "container" __pattern__ = r"http://(www\.)?rs-layer.com/directory-" __version__ = "0.21" - __description__ = """RS-Layer.com Container Plugin""" + __description__ = """RS-Layer.com decrypter plugin""" __author_name__ = "hzpz" __author_mail__ = "" diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py index d2562ca86..3241d21d8 100644 --- a/module/plugins/crypter/RelinkUs.py +++ b/module/plugins/crypter/RelinkUs.py @@ -14,7 +14,7 @@ class RelinkUs(Crypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?relink.us/(f/|((view|go).php\?id=))(?P<id>.+)" __version__ = "3.0" - __description__ = """Relink.us Crypter Plugin""" + __description__ = """Relink.us decrypter plugin""" __author_name__ = "fragonib" __author_mail__ = "fragonib[AT]yahoo[DOT]es" diff --git a/module/plugins/crypter/SafelinkingNet.py b/module/plugins/crypter/SafelinkingNet.py index 725e629ab..5252051bb 100644 --- a/module/plugins/crypter/SafelinkingNet.py +++ b/module/plugins/crypter/SafelinkingNet.py @@ -14,7 +14,7 @@ class SafelinkingNet(Crypter): __type__ = 'crypter' __pattern__ = r'https?://safelinking.net/([pd])/\w+' __version__ = '0.1' - __description__ = 'Safelinking.net Crypter Plugin' + __description__ = """Safelinking.net decrypter plugin""" __author_name__ = "quareevo" __author_mail__ = "quareevo@arcor.de" diff --git a/module/plugins/crypter/SecuredIn.py b/module/plugins/crypter/SecuredIn.py index 603f9d9b0..3bb3ed8bd 100644 --- a/module/plugins/crypter/SecuredIn.py +++ b/module/plugins/crypter/SecuredIn.py @@ -8,6 +8,6 @@ class SecuredIn(DeadCrypter): __type__ = "container" __pattern__ = r"http://[\w\.]*?secured\.in/download-[\d]+-[\w]{8}\.html" __version__ = "0.21" - __description__ = """secured.in Container Plugin""" + __description__ = """Secured.in decrypter plugin""" __author_name__ = "mkaay" __author_mail__ = "mkaay@mkaay.de" diff --git a/module/plugins/crypter/SerienjunkiesOrg.py b/module/plugins/crypter/SerienjunkiesOrg.py index e0eb7e240..374cdeeef 100644 --- a/module/plugins/crypter/SerienjunkiesOrg.py +++ b/module/plugins/crypter/SerienjunkiesOrg.py @@ -23,7 +23,7 @@ class SerienjunkiesOrg(Crypter): "RapidshareCom,UploadedTo,NetloadIn,FilefactoryCom,FreakshareNet,FilebaseTo,HotfileCom,DepositfilesCom,EasyshareCom,KickloadCom"), ("ignoreList", "str", "Ignored Hoster list (comma separated)", "MegauploadCom") ] - __description__ = """serienjunkies.org Container Plugin""" + __description__ = """Serienjunkies.org decrypter plugin""" __author_name__ = ("mkaay", "godofdream") __author_mail__ = ("mkaay@mkaay.de", "soilfiction@gmail.com") diff --git a/module/plugins/crypter/ShareLinksBiz.py b/module/plugins/crypter/ShareLinksBiz.py index 09c300bf7..c48ef6e64 100644 --- a/module/plugins/crypter/ShareLinksBiz.py +++ b/module/plugins/crypter/ShareLinksBiz.py @@ -13,7 +13,7 @@ class ShareLinksBiz(Crypter): __type__ = "crypter" __pattern__ = r"(?P<base>http://[\w\.]*?(share-links|s2l)\.biz)/(?P<id>_?[0-9a-z]+)(/.*)?" __version__ = "1.13" - __description__ = """Share-Links.biz Crypter""" + __description__ = """Share-Links.biz decrypter plugin""" __author_name__ = "fragonib" __author_mail__ = "fragonib[AT]yahoo[DOT]es" diff --git a/module/plugins/crypter/ShareRapidComFolder.py b/module/plugins/crypter/ShareRapidComFolder.py index cccf3da91..9b6d26a05 100644 --- a/module/plugins/crypter/ShareRapidComFolder.py +++ b/module/plugins/crypter/ShareRapidComFolder.py @@ -8,7 +8,7 @@ class ShareRapidComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?((share(-?rapid\.(biz|com|cz|info|eu|net|org|pl|sk)|-(central|credit|free|net)\.cz|-ms\.net)|(s-?rapid|rapids)\.(cz|sk))|(e-stahuj|mediatack|premium-rapidshare|rapidshare-premium|qiuck)\.cz|kadzet\.com|stahuj-zdarma\.eu|strelci\.net|universal-share\.com)/(slozka/.+)" __version__ = "0.01" - __description__ = """Share-Rapid.com Folder Plugin""" + __description__ = """Share-Rapid.com folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/SpeedLoadOrgFolder.py b/module/plugins/crypter/SpeedLoadOrgFolder.py index d03a81648..873374cad 100644 --- a/module/plugins/crypter/SpeedLoadOrgFolder.py +++ b/module/plugins/crypter/SpeedLoadOrgFolder.py @@ -23,6 +23,6 @@ class SpeedLoadOrgFolder(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?speedload\.org/(\d+~f$|folder/\d+/)" __version__ = "0.3" - __description__ = """Speedload Crypter Plugin""" + __description__ = """Speedload decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/StealthTo.py b/module/plugins/crypter/StealthTo.py index 793bcfe30..8a73cdfbb 100644 --- a/module/plugins/crypter/StealthTo.py +++ b/module/plugins/crypter/StealthTo.py @@ -11,7 +11,7 @@ class StealthTo(Crypter): __type__ = "container" __pattern__ = r"http://(www\.)?stealth.to/folder/" __version__ = "0.1" - __description__ = """Stealth.to Container Plugin""" + __description__ = """Stealth.to decrypter plugin""" __author_name__ = "spoob" __author_mail__ = "spoob@pyload.org" diff --git a/module/plugins/crypter/TnyCz.py b/module/plugins/crypter/TnyCz.py index 444eb53f6..aeecea9ea 100644 --- a/module/plugins/crypter/TnyCz.py +++ b/module/plugins/crypter/TnyCz.py @@ -27,7 +27,7 @@ class TnyCz(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?tny\.cz/\w+" __version__ = "0.01" - __description__ = """Tny.cz Plugin""" + __description__ = """Tny.cz decrypter plugin""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" diff --git a/module/plugins/crypter/TrailerzoneInfo.py b/module/plugins/crypter/TrailerzoneInfo.py index 5a6455789..45c9590a3 100644 --- a/module/plugins/crypter/TrailerzoneInfo.py +++ b/module/plugins/crypter/TrailerzoneInfo.py @@ -8,6 +8,6 @@ class TrailerzoneInfo(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://(www\.)?trailerzone.info/.*?" __version__ = "0.03" - __description__ = """TrailerZone.info Crypter Plugin""" + __description__ = """TrailerZone.info decrypter plugin""" __author_name__ = "godofdream" __author_mail__ = "soilfiction@gmail.com" diff --git a/module/plugins/crypter/TurbobitNetFolder.py b/module/plugins/crypter/TurbobitNetFolder.py index 52a661f16..6fe72845c 100644 --- a/module/plugins/crypter/TurbobitNetFolder.py +++ b/module/plugins/crypter/TurbobitNetFolder.py @@ -26,7 +26,7 @@ class TurbobitNetFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?turbobit\.net/download/folder/(?P<ID>\w+)" __version__ = "0.03" - __description__ = """Turbobit.net Folder Plugin""" + __description__ = """Turbobit.net folder decrypter plugin""" __author_name__ = ("stickell", "Walter Purcaro") __author_mail__ = ("l.stickell@yahoo.it", "vuolter@gmail.com") diff --git a/module/plugins/crypter/UlozToFolder.py b/module/plugins/crypter/UlozToFolder.py index d927be6b6..d42605acc 100644 --- a/module/plugins/crypter/UlozToFolder.py +++ b/module/plugins/crypter/UlozToFolder.py @@ -9,7 +9,7 @@ class UlozToFolder(Crypter): __type__ = "crypter" __pattern__ = r"http://.*(uloz\.to|ulozto\.(cz|sk|net)|bagruj.cz|zachowajto.pl)/(m|soubory)/.*" __version__ = "0.2" - __description__ = """Uloz.to Folder Plugin""" + __description__ = """Uloz.to folder decrypter plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" diff --git a/module/plugins/crypter/UploadedToFolder.py b/module/plugins/crypter/UploadedToFolder.py index 464ef2cc9..85a66f89a 100644 --- a/module/plugins/crypter/UploadedToFolder.py +++ b/module/plugins/crypter/UploadedToFolder.py @@ -25,7 +25,7 @@ class UploadedToFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?(uploaded|ul)\.(to|net)/(f|folder|list)/(?P<id>\w+)" __version__ = "0.3" - __description__ = """UploadedTo Crypter Plugin""" + __description__ = """UploadedTo decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" diff --git a/module/plugins/crypter/WiiReloadedOrg.py b/module/plugins/crypter/WiiReloadedOrg.py index 8768952fe..4e172bd08 100644 --- a/module/plugins/crypter/WiiReloadedOrg.py +++ b/module/plugins/crypter/WiiReloadedOrg.py @@ -8,6 +8,6 @@ class WiiReloadedOrg(DeadCrypter): __type__ = "crypter" __pattern__ = r"http://www\.wii-reloaded\.org/protect/get\.php\?i=.+" __version__ = "0.11" - __description__ = """Wii-Reloaded.org Crypter Plugin""" + __description__ = """Wii-Reloaded.org decrypter plugin""" __author_name__ = "hzpz" __author_mail__ = "" diff --git a/module/plugins/crypter/XupPl.py b/module/plugins/crypter/XupPl.py index 7ad0b22e0..e3bbf6388 100644 --- a/module/plugins/crypter/XupPl.py +++ b/module/plugins/crypter/XupPl.py @@ -6,7 +6,7 @@ class XupPl(Crypter): __type__ = "crypter" __pattern__ = r"https?://.*\.xup\.pl/.*" __version__ = "0.1" - __description__ = """Xup.pl Crypter Plugin""" + __description__ = """Xup.pl decrypter plugin""" __author_name__ = "z00nx" __author_mail__ = "z00nx0@gmail.com" diff --git a/module/plugins/crypter/YoutubeBatch.py b/module/plugins/crypter/YoutubeBatch.py index cccade063..ce2769fe0 100644 --- a/module/plugins/crypter/YoutubeBatch.py +++ b/module/plugins/crypter/YoutubeBatch.py @@ -32,7 +32,7 @@ class YoutubeBatch(Crypter): __type__ = "crypter" __pattern__ = r"https?://(?:www\.)?(m\.)?youtube\.com/(?P<TYPE>user|playlist|view_play_list)(/|.*?[?&](?:list|p)=)(?P<ID>[\w-]+)" __version__ = "1.00" - __description__ = """Youtube.com channel & playlist decrypter""" + __description__ = """Youtube.com channel & playlist decrypter plugin""" __config__ = [("likes", "bool", "Grab user (channel) liked videos", "False"), ("favorites", "bool", "Grab user (channel) favorite videos", "False"), ("uploads", "bool", "Grab channel unplaylisted videos", "True")] |