summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/NosvideoCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/NosvideoCom.py')
-rw-r--r--pyload/plugins/crypter/NosvideoCom.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/pyload/plugins/crypter/NosvideoCom.py b/pyload/plugins/crypter/NosvideoCom.py
deleted file mode 100644
index 02c279a57..000000000
--- a/pyload/plugins/crypter/NosvideoCom.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.SimpleCrypter import SimpleCrypter
-
-
-class NosvideoCom(SimpleCrypter):
- __name = "NosvideoCom"
- __type = "crypter"
- __version = "0.03"
-
- __pattern = r'http://(?:www\.)?nosvideo\.com/\?v=\w+'
- __config = [("use_subfolder", "bool", "Save package to subfolder", True),
- ("subfolder_per_package", "bool", "Create a subfolder for each package", True)]
-
- __description = """Nosvideo.com decrypter plugin"""
- __license = "GPLv3"
- __authors = [("igel", "igelkun@myopera.com")]
-
-
- LINK_PATTERN = r'href="(http://(?:w{3}\.)?nosupload\.com/\?d=\w+)"'
- NAME_PATTERN = r'<[tT]itle>Watch (?P<N>.+?)<'