Esempio n. 1
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class CryptItCom(DeadCrypter):
    __name__ = "CryptItCom"
    __type__ = "crypter"
    __version__ = "0.11"

    __pattern__ = r'http://(?:www\.)?crypt-it\.com/(s|e|d|c)/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Crypt-it.com decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("jeix", "*****@*****.**")]


getInfo = create_getInfo(CryptItCom)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FilebeerInfoFolder(DeadCrypter):
    __name__    = "FilebeerInfoFolder"
    __type__    = "crypter"
    __version__ = "0.06"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?filebeer\.info/\d*~f\w+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Filebeer.info folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(FilebeerInfoFolder)
Esempio n. 3
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class DuploadOrgFolder(DeadCrypter):
    __name__    = "DuploadOrgFolder"
    __type__    = "crypter"
    __version__ = "0.02"

    __pattern__ = r'http://(?:www\.)?dupload\.org/folder/\d+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Dupload.org folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("stickell", "*****@*****.**")]


getInfo = create_getInfo(DuploadOrgFolder)
Esempio n. 4
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SpeedLoadOrgFolder(DeadCrypter):
    __name__ = "SpeedLoadOrgFolder"
    __type__ = "crypter"
    __version__ = "0.30"

    __pattern__ = r'http://(?:www\.)?speedload\.org/(\d+~f$|folder/\d+/)'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Speedload decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("stickell", "*****@*****.**")]


getInfo = create_getInfo(SpeedLoadOrgFolder)
Esempio n. 5
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FilebeerInfoFolder(DeadCrypter):
    __name__ = "FilebeerInfoFolder"
    __type__ = "crypter"
    __version__ = "0.02"

    __pattern__ = r'http://(?:www\.)?filebeer\.info/\d*~f\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Filebeer.info folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(FilebeerInfoFolder)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class Movie2KTo(DeadCrypter):
    __name__    = "Movie2KTo"
    __type__    = "crypter"
    __version__ = "0.54"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?movie2k\.to/(.+)\.html'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Movie2k.to decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("4Christopher", "*****@*****.**")]


getInfo = create_getInfo(Movie2KTo)
Esempio n. 7
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class ILoadTo(DeadCrypter):
    __name__ = "ILoadTo"
    __type__ = "crypter"
    __version__ = "0.14"
    __status__ = "stable"

    __pattern__ = r"http://(?:www\.)?iload\.to/go/\d+\-[\w\-.]+/"
    __config__ = [("activated", "bool", "Activated", True)]

    __description__ = """Iload.to decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("hzpz", None)]


getInfo = create_getInfo(ILoadTo)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MBLinkInfo(DeadCrypter):
    __name__    = "MBLinkInfo"
    __type__    = "crypter"
    __version__ = "0.06"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?mblink\.info/?\?id=(\d+)'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """MBLink.info decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("Gummibaer", "*****@*****.**"),
                       ("stickell", "*****@*****.**")]


getInfo = create_getInfo(MBLinkInfo)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SharingmatrixComFolder(DeadCrypter):
    __name__    = "SharingmatrixComFolder"
    __type__    = "crypter"
    __version__ = "0.02"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?sharingmatrix\.com/folder/\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Sharingmatrix.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(SharingmatrixComFolder)
Esempio n. 10
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class WiiReloadedOrg(DeadCrypter):
    __name__    = "WiiReloadedOrg"
    __type__    = "crypter"
    __version__ = "0.12"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?wii-reloaded\.org/protect/get\.php\?i=.+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Wii-Reloaded.org decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("hzpz", None)]


getInfo = create_getInfo(WiiReloadedOrg)
Esempio n. 11
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class TrailerzoneInfo(DeadCrypter):
    __name__ = "TrailerzoneInfo"
    __type__ = "crypter"
    __version__ = "0.03"

    __pattern__ = r'http://(?:www\.)?trailerzone\.info/.+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """TrailerZone.info decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("godofdream", "*****@*****.**")]


getInfo = create_getInfo(TrailerzoneInfo)
Esempio n. 12
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MultiuploadCom(DeadCrypter):
    __name__ = "MultiuploadCom"
    __type__ = "crypter"
    __version__ = "0.02"

    __pattern__ = r'http://(?:www\.)?multiupload\.(com|nl)/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """MultiUpload.com decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(MultiuploadCom)
Esempio n. 13
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FiredriveComFolder(DeadCrypter):
    __name__    = "FiredriveComFolder"
    __type__    = "crypter"
    __version__ = "0.03"

    __pattern__ = r'https?://(?:www\.)?(firedrive|putlocker)\.com/share/.+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Firedrive.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("Walter Purcaro", "*****@*****.**")]


getInfo = create_getInfo(FiredriveComFolder)
Esempio n. 14
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class TrailerzoneInfo(DeadCrypter):
    __name__    = "TrailerzoneInfo"
    __type__    = "crypter"
    __version__ = "0.04"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?trailerzone\.info/.+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """TrailerZone.info decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("godofdream", "*****@*****.**")]


getInfo = create_getInfo(TrailerzoneInfo)
Esempio n. 15
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SecuredIn(DeadCrypter):
    __name__    = "SecuredIn"
    __type__    = "crypter"
    __version__ = "0.21"

    __pattern__ = r'http://(?:www\.)?secured\.in/download-[\d]+-\w{8}\.html'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Secured.in decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("mkaay", "*****@*****.**")]


getInfo = create_getInfo(SecuredIn)
Esempio n. 16
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class RSLayerCom(DeadCrypter):
    __name__ = "RSLayerCom"
    __type__ = "crypter"
    __version__ = "0.21"

    __pattern__ = r'http://(?:www\.)?rs-layer\.com/directory-'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """RS-Layer.com decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("hzpz", None)]


getInfo = create_getInfo(RSLayerCom)
Esempio n. 17
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class NetfolderIn(DeadCrypter):
    __name__ = "NetfolderIn"
    __type__ = "crypter"
    __version__ = "0.73"

    __pattern__ = r'http://(?:www\.)?netfolder\.(in|me)/(folder\.php\?folder_id=)?(?P<ID>\w+)(?(1)|/\w+)'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """NetFolder.in decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("RaNaN", "*****@*****.**"),
                   ("fragonib", "fragonib[AT]yahoo[DOT]es")]


getInfo = create_getInfo(NetfolderIn)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FiredriveComFolder(DeadCrypter):
    __name__    = "FiredriveComFolder"
    __type__    = "crypter"
    __version__ = "0.07"
    __status__  = "stable"

    __pattern__ = r'https?://(?:www\.)?(firedrive|putlocker)\.com/share/.+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Firedrive.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("Walter Purcaro", "*****@*****.**")]


getInfo = create_getInfo(FiredriveComFolder)
Esempio n. 19
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class WiiReloadedOrg(DeadCrypter):
    __name__ = "WiiReloadedOrg"
    __type__ = "crypter"
    __version__ = "0.11"

    __pattern__ = r'http://(?:www\.)?wii-reloaded\.org/protect/get\.php\?i=.+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Wii-Reloaded.org decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("hzpz", None)]


getInfo = create_getInfo(WiiReloadedOrg)
Esempio n. 20
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class OronComFolder(DeadCrypter):
    __name__    = "OronComFolder"
    __type__    = "crypter"
    __version__ = "0.12"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?oron\.com/folder/\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Oron.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("DHMH", "*****@*****.**")]


getInfo = create_getInfo(OronComFolder)
Esempio n. 21
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MegauploadComFolder(DeadCrypter):
    __name__    = "MegauploadComFolder"
    __type__    = "crypter"
    __version__ = "0.03"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?megaupload\.com/(\?f|xml/folderfiles\.php\?.*&?folderid)=\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Megaupload.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(MegauploadComFolder)
Esempio n. 22
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class HotfileComFolder(DeadCrypter):
    __name__ = "HotfileComFolder"
    __type__ = "crypter"
    __version__ = "0.30"

    __pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Hotfile.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("RaNaN", "*****@*****.**")]


getInfo = create_getInfo(HotfileComFolder)
Esempio n. 23
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class C1NeonCom(DeadCrypter):
    __name__ = "C1NeonCom"
    __type__ = "crypter"
    __version__ = "0.05"

    __pattern__ = r'http://(?:www\.)?c1neon\.com/.+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """C1neon.com decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("godofdream", "*****@*****.**")]


getInfo = create_getInfo(C1NeonCom)
Esempio n. 24
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FilesonicComFolder(DeadCrypter):
    __name__ = "FilesonicComFolder"
    __type__ = "crypter"
    __version__ = "0.12"

    __pattern__ = r'http://(?:www\.)?filesonic\.com/folder/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Filesonic.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(FilesonicComFolder)
Esempio n. 25
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class DdlstorageComFolder(DeadCrypter):
    __name__    = "DdlstorageComFolder"
    __type__    = "crypter"
    __version__ = "0.04"
    __status__  = "testing"

    __pattern__ = r'https?://(?:www\.)?ddlstorage\.com/folder/\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """DDLStorage.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("godofdream", "*****@*****.**"),
                       ("stickell", "*****@*****.**")]


getInfo = create_getInfo(DdlstorageComFolder)
Esempio n. 26
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class C1NeonCom(DeadCrypter):
    __name__    = "C1NeonCom"
    __type__    = "crypter"
    __version__ = "0.05"

    __pattern__ = r'http://(?:www\.)?c1neon\.com/.+'
    __config__  = []

    __description__ = """C1neon.com decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("godofdream", "*****@*****.**")]


getInfo = create_getInfo(C1NeonCom)
Esempio n. 27
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MBLinkInfo(DeadCrypter):
    __name__    = "MBLinkInfo"
    __type__    = "crypter"
    __version__ = "0.03"

    __pattern__ = r'http://(?:www\.)?mblink\.info/?\?id=(\d+)'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """MBLink.info decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("Gummibaer", "*****@*****.**"),
                       ("stickell", "*****@*****.**")]


getInfo = create_getInfo(MBLinkInfo)
Esempio n. 28
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class LofCc(DeadCrypter):
    __name__    = "LofCc"
    __type__    = "crypter"
    __version__ = "0.22"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?lof\.cc/(.+)'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Lof.cc decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("mkaay", "*****@*****.**")]


getInfo = create_getInfo(LofCc)
Esempio n. 29
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class Movie2KTo(DeadCrypter):
    __name__    = "Movie2KTo"
    __type__    = "crypter"
    __version__ = "0.51"

    __pattern__ = r'http://(?:www\.)?movie2k\.to/(.+)\.html'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Movie2k.to decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("4Christopher", "*****@*****.**")]


getInfo = create_getInfo(Movie2KTo)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MultiuploadCom(DeadCrypter):
    __name__    = "MultiuploadCom"
    __type__    = "crypter"
    __version__ = "0.05"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?multiupload\.(com|nl)/\w+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """MultiUpload.com decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(MultiuploadCom)
Esempio n. 31
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class WuploadComFolder(DeadCrypter):
    __name__ = "WuploadComFolder"
    __type__ = "crypter"
    __version__ = "0.01"

    __pattern__ = r'http://(?:www\.)?wupload\.com/folder/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Wupload.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(WuploadComFolder)
Esempio n. 32
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class NetfolderIn(DeadCrypter):
    __name__    = "NetfolderIn"
    __type__    = "crypter"
    __version__ = "0.74"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?netfolder\.(in|me)/(folder\.php\?folder_id=)?(?P<ID>\w+)(?(1)|/\w+)'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """NetFolder.in decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("RaNaN", "*****@*****.**"),
                       ("fragonib", "fragonib[AT]yahoo[DOT]es")]


getInfo = create_getInfo(NetfolderIn)
Esempio n. 33
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class LofCc(DeadCrypter):
    __name__    = "LofCc"
    __type__    = "crypter"
    __version__ = "0.21"

    __pattern__ = r'http://(?:www\.)?lof\.cc/(.+)'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Lof.cc decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("mkaay", "*****@*****.**")]


getInfo = create_getInfo(LofCc)
Esempio n. 34
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class FilesonicComFolder(DeadCrypter):
    __name__    = "FilesonicComFolder"
    __type__    = "crypter"
    __version__ = "0.13"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?filesonic\.com/folder/\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Filesonic.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(FilesonicComFolder)
Esempio n. 35
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class DdlstorageComFolder(DeadCrypter):
    __name__ = "DdlstorageComFolder"
    __type__ = "crypter"
    __version__ = "0.03"

    __pattern__ = r'https?://(?:www\.)?ddlstorage\.com/folder/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """DDLStorage.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("godofdream", "*****@*****.**"),
                   ("stickell", "*****@*****.**")]


getInfo = create_getInfo(DdlstorageComFolder)
Esempio n. 36
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class CryptItCom(DeadCrypter):
    __name__    = "CryptItCom"
    __type__    = "crypter"
    __version__ = "0.14"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?crypt-it\.com/(s|e|d|c)/\w+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Crypt-it.com decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("jeix", "*****@*****.**")]


getInfo = create_getInfo(CryptItCom)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SharingmatrixComFolder(DeadCrypter):
    __name__ = "SharingmatrixComFolder"
    __type__ = "crypter"
    __version__ = "0.01"

    __pattern__ = r'http://(?:www\.)?sharingmatrix\.com/folder/\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Sharingmatrix.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(SharingmatrixComFolder)
Esempio n. 38
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SpeedLoadOrgFolder(DeadCrypter):
    __name__    = "SpeedLoadOrgFolder"
    __type__    = "crypter"
    __version__ = "0.31"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?speedload\.org/(\d+~f$|folder/\d+/)'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Speedload decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("stickell", "*****@*****.**")]


getInfo = create_getInfo(SpeedLoadOrgFolder)
Esempio n. 39
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class StealthTo(DeadCrypter):
    __name__ = "StealthTo"
    __type__ = "crypter"
    __version__ = "0.20"

    __pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Stealth.to decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("spoob", "*****@*****.**")]


getInfo = create_getInfo(StealthTo)
Esempio n. 40
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class OronComFolder(DeadCrypter):
    __name__    = "OronComFolder"
    __type__    = "crypter"
    __version__ = "0.11"

    __pattern__ = r'http://(?:www\.)?oron\.com/folder/\w+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Oron.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("DHMH", "*****@*****.**")]


getInfo = create_getInfo(OronComFolder)
Esempio n. 41
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class SecuredIn(DeadCrypter):
    __name__    = "SecuredIn"
    __type__    = "crypter"
    __version__ = "0.24"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?secured\.in/download-[\d]+\-\w{8}\.html'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Secured.in decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("mkaay", "*****@*****.**")]


getInfo = create_getInfo(SecuredIn)
Esempio n. 42
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class ILoadTo(DeadCrypter):
    __name__ = "ILoadTo"
    __type__ = "crypter"
    __version__ = "0.11"

    __pattern__ = r'http://(?:www\.)?iload\.to/go/\d+-[\w.-]+/'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Iload.to decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("hzpz", None)]


getInfo = create_getInfo(ILoadTo)
Esempio n. 43
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class StealthTo(DeadCrypter):
    __name__    = "StealthTo"
    __type__    = "crypter"
    __version__ = "0.21"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Stealth.to decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("spoob", "*****@*****.**")]


getInfo = create_getInfo(StealthTo)
Esempio n. 44
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class DuploadOrgFolder(DeadCrypter):
    __name__    = "DuploadOrgFolder"
    __type__    = "crypter"
    __version__ = "0.03"
    __status__  = "testing"

    __pattern__ = r'http://(?:www\.)?dupload\.org/folder/\d+'
    __config__  = []  #@TODO: Remove in 0.4.10

    __description__ = """Dupload.org folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("stickell", "*****@*****.**")]


getInfo = create_getInfo(DuploadOrgFolder)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class WuploadComFolder(DeadCrypter):
    __name__    = "WuploadComFolder"
    __type__    = "crypter"
    __version__ = "0.05"
    __status__  = "stable"

    __pattern__ = r'http://(?:www\.)?wupload\.com/folder/\w+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Wupload.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(WuploadComFolder)
Esempio n. 46
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class RSLayerCom(DeadCrypter):
    __name__ = "RSLayerCom"
    __type__ = "crypter"
    __version__ = "0.24"
    __status__ = "stable"

    __pattern__ = r"http://(?:www\.)?rs-layer\.com/directory-"
    __config__ = [("activated", "bool", "Activated", True)]

    __description__ = """RS-Layer.com decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("hzpz", None)]


getInfo = create_getInfo(RSLayerCom)
Esempio n. 47
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class DdlstorageComFolder(DeadCrypter):
    __name__ = "DdlstorageComFolder"
    __type__ = "crypter"
    __version__ = "0.03"

    __pattern__ = r'https?://(?:www\.)?ddlstorage\.com/folder/\w+'

    __description__ = """DDLStorage.com folder decrypter plugin"""
    __author_name__ = ("godofdream", "stickell")
    __author_mail__ = ("*****@*****.**", "*****@*****.**")


getInfo = create_getInfo(SpeedLoadOrg)
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class HotfileComFolder(DeadCrypter):
    __name__    = "HotfileComFolder"
    __type__    = "crypter"
    __version__ = "0.34"
    __status__  = "stable"

    __pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
    __config__  = [("activated", "bool", "Activated", True)]

    __description__ = """Hotfile.com folder decrypter plugin"""
    __license__     = "GPLv3"
    __authors__     = [("RaNaN", "*****@*****.**")]


getInfo = create_getInfo(HotfileComFolder)
Esempio n. 49
0
# -*- coding: utf-8 -*-

from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo


class MegauploadComFolder(DeadCrypter):
    __name__ = "MegauploadComFolder"
    __type__ = "crypter"
    __version__ = "0.02"

    __pattern__ = r'http://(?:www\.)?megaupload\.com/(\?f|xml/folderfiles\.php\?.*&?folderid)=\w+'
    __config__ = []  #@TODO: Remove in 0.4.10

    __description__ = """Megaupload.com folder decrypter plugin"""
    __license__ = "GPLv3"
    __authors__ = [("zoidberg", "*****@*****.**")]


getInfo = create_getInfo(MegauploadComFolder)