diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 23:11:10 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 23:11:10 +0100 |
commit | ee8c3a7f95e7ea85a74e34c434d9973fd041180f (patch) | |
tree | 63f139159551f82742cc087b22f5a67750685e04 /module/plugins/hoster/VidPlayNet.py | |
parent | [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (diff) | |
download | pyload-ee8c3a7f95e7ea85a74e34c434d9973fd041180f.tar.xz |
[XFSHoster] Auto-resolve HOSTER_DOMAIN
Diffstat (limited to 'module/plugins/hoster/VidPlayNet.py')
-rw-r--r-- | module/plugins/hoster/VidPlayNet.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hoster/VidPlayNet.py b/module/plugins/hoster/VidPlayNet.py index 76af05edd..f1a32a897 100644 --- a/module/plugins/hoster/VidPlayNet.py +++ b/module/plugins/hoster/VidPlayNet.py @@ -18,8 +18,6 @@ class VidPlayNet(XFSHoster): __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")] - HOSTER_DOMAIN = "vidplay.net" - NAME_PATTERN = r'<b>Password:</b></div>\s*<h[1-6]>(?P<N>[^<]+)</h[1-6]>' |