From 4d0ab74571d98c1dbe3e9df945b50868a5bf9d25 Mon Sep 17 00:00:00 2001 From: igel-kun Date: Fri, 7 Mar 2014 15:40:59 +0100 Subject: New hoster NosuploadCom New crypter NosvideoCom Merged #496 (cherry picked from commit 46d41e6674954362cbb681b5ec541c8885b1b2c7) --- module/plugins/crypter/NosvideoCom.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 module/plugins/crypter/NosvideoCom.py (limited to 'module/plugins/crypter/NosvideoCom.py') diff --git a/module/plugins/crypter/NosvideoCom.py b/module/plugins/crypter/NosvideoCom.py new file mode 100644 index 000000000..49b932fc0 --- /dev/null +++ b/module/plugins/crypter/NosvideoCom.py @@ -0,0 +1,13 @@ +from module.plugins.internal.SimpleCrypter import SimpleCrypter + + +class NosvideoCom(SimpleCrypter): + __name__ = "NosvideoCom" + __type__ = "crypter" + __pattern__ = r"http://(?:www\.)?nosvideo\.com/\?v=\w+" + __version__ = "0.01" + __description__ = """Nosvideo.com Plugin""" + __author_name__ = "igel" + + LINK_PATTERN = r'href="(http://(?:w{3}\.)?nosupload.com/\?d=\w+)"' + TITLE_PATTERN = r"<[tT]itle>Watch (?P.+)</[tT]itle>" -- cgit v1.2.3