summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 13:52:42 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 13:52:42 +0200
commit7b3009db0d90cbcd5a754c69399b5e4c6abe180c (patch)
treeb007ae0fd7f765b2083838240cc2c58346ad68d7 /module/plugins/accounts
parentTiny code cosmetics (diff)
downloadpyload-7b3009db0d90cbcd5a754c69399b5e4c6abe180c.tar.xz
Update accounts to use HOSTER_NAME instead HOSTER_URL
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/BillionuploadsCom.py2
-rw-r--r--module/plugins/accounts/CramitIn.py2
-rw-r--r--module/plugins/accounts/EasybytezCom.py2
-rw-r--r--module/plugins/accounts/File4safeCom.py2
-rw-r--r--module/plugins/accounts/FileParadoxIn.py2
-rw-r--r--module/plugins/accounts/FileomCom.py2
-rw-r--r--module/plugins/accounts/FilerioCom.py2
-rw-r--r--module/plugins/accounts/HugefilesNet.py2
-rw-r--r--module/plugins/accounts/HundredEightyUploadCom.py2
-rw-r--r--module/plugins/accounts/JunocloudMe.py2
-rw-r--r--module/plugins/accounts/LinestorageCom.py2
-rw-r--r--module/plugins/accounts/LomafileCom.py2
-rw-r--r--module/plugins/accounts/MovReelCom.py2
-rw-r--r--module/plugins/accounts/NosuploadCom.py2
-rw-r--r--module/plugins/accounts/NovafileCom.py2
-rw-r--r--module/plugins/accounts/RapidfileshareNet.py2
-rw-r--r--module/plugins/accounts/RarefileNet.py2
-rw-r--r--module/plugins/accounts/RyushareCom.py2
-rw-r--r--module/plugins/accounts/SecureUploadEu.py2
-rw-r--r--module/plugins/accounts/SendmywayCom.py2
-rw-r--r--module/plugins/accounts/StreamcloudEu.py2
-rw-r--r--module/plugins/accounts/TusfilesNet.py2
-rw-r--r--module/plugins/accounts/UploadcCom.py2
-rw-r--r--module/plugins/accounts/UptoboxCom.py2
-rw-r--r--module/plugins/accounts/VidPlayNet.py2
25 files changed, 25 insertions, 25 deletions
diff --git a/module/plugins/accounts/BillionuploadsCom.py b/module/plugins/accounts/BillionuploadsCom.py
index 54f0db1c6..3e8fd35c2 100644
--- a/module/plugins/accounts/BillionuploadsCom.py
+++ b/module/plugins/accounts/BillionuploadsCom.py
@@ -13,4 +13,4 @@ class BillionuploadsCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.billionuploads.com/"
+ HOSTER_NAME = "billionuploads.com"
diff --git a/module/plugins/accounts/CramitIn.py b/module/plugins/accounts/CramitIn.py
index 5edc2dac0..98e14bb3a 100644
--- a/module/plugins/accounts/CramitIn.py
+++ b/module/plugins/accounts/CramitIn.py
@@ -13,4 +13,4 @@ class CramitIn(XFSPAccount):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_URL = "http://www.cramit.in/"
+ HOSTER_NAME = "cramit.in"
diff --git a/module/plugins/accounts/EasybytezCom.py b/module/plugins/accounts/EasybytezCom.py
index bb15ea8a2..f88e9ed4c 100644
--- a/module/plugins/accounts/EasybytezCom.py
+++ b/module/plugins/accounts/EasybytezCom.py
@@ -19,7 +19,7 @@ class EasybytezCom(XFSPAccount):
("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.easybytez.com/"
+ HOSTER_NAME = "easybytez.com"
def loadAccountInfo(self, user, req):
diff --git a/module/plugins/accounts/File4safeCom.py b/module/plugins/accounts/File4safeCom.py
index 0a930ed77..a301f70bc 100644
--- a/module/plugins/accounts/File4safeCom.py
+++ b/module/plugins/accounts/File4safeCom.py
@@ -13,7 +13,7 @@ class File4safeCom(XFSPAccount):
__authors__ = [("stickell", "l.stickell@yahoo.it")]
- HOSTER_URL = "http://www.file4safe.com/"
+ HOSTER_NAME = "file4safe.com"
LOGIN_FAIL_PATTERN = r'input_login'
PREMIUM_PATTERN = r'Extend Premium'
diff --git a/module/plugins/accounts/FileParadoxIn.py b/module/plugins/accounts/FileParadoxIn.py
index 6a10e213f..6d55f254e 100644
--- a/module/plugins/accounts/FileParadoxIn.py
+++ b/module/plugins/accounts/FileParadoxIn.py
@@ -13,4 +13,4 @@ class FileParadoxIn(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.fileparadox.in/"
+ HOSTER_NAME = "fileparadox.in"
diff --git a/module/plugins/accounts/FileomCom.py b/module/plugins/accounts/FileomCom.py
index 45bff8f92..565acf6ab 100644
--- a/module/plugins/accounts/FileomCom.py
+++ b/module/plugins/accounts/FileomCom.py
@@ -13,4 +13,4 @@ class FileomCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.fileom.com/"
+ HOSTER_NAME = "fileom.com"
diff --git a/module/plugins/accounts/FilerioCom.py b/module/plugins/accounts/FilerioCom.py
index 51bf106ed..d50b70a57 100644
--- a/module/plugins/accounts/FilerioCom.py
+++ b/module/plugins/accounts/FilerioCom.py
@@ -13,4 +13,4 @@ class FilerioCom(XFSPAccount):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_URL = "http://www.filerio.in/"
+ HOSTER_NAME = "filerio.in"
diff --git a/module/plugins/accounts/HugefilesNet.py b/module/plugins/accounts/HugefilesNet.py
index 0adc1e511..11e0beab9 100644
--- a/module/plugins/accounts/HugefilesNet.py
+++ b/module/plugins/accounts/HugefilesNet.py
@@ -13,4 +13,4 @@ class HugefilesNet(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.hugefiles.net/"
+ HOSTER_NAME = "hugefiles.net"
diff --git a/module/plugins/accounts/HundredEightyUploadCom.py b/module/plugins/accounts/HundredEightyUploadCom.py
index 1c78edfa4..3bee13ef9 100644
--- a/module/plugins/accounts/HundredEightyUploadCom.py
+++ b/module/plugins/accounts/HundredEightyUploadCom.py
@@ -13,4 +13,4 @@ class HundredEightyUploadCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.180upload.com/"
+ HOSTER_NAME = "180upload.com"
diff --git a/module/plugins/accounts/JunocloudMe.py b/module/plugins/accounts/JunocloudMe.py
index 8cd7e8dde..4fae6c510 100644
--- a/module/plugins/accounts/JunocloudMe.py
+++ b/module/plugins/accounts/JunocloudMe.py
@@ -13,4 +13,4 @@ class JunocloudMe(XFSPAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.junocloud.me/"
+ HOSTER_NAME = "junocloud.me"
diff --git a/module/plugins/accounts/LinestorageCom.py b/module/plugins/accounts/LinestorageCom.py
index f2f93fe74..656248e88 100644
--- a/module/plugins/accounts/LinestorageCom.py
+++ b/module/plugins/accounts/LinestorageCom.py
@@ -13,4 +13,4 @@ class LinestorageCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.linestorage.com/"
+ HOSTER_NAME = "linestorage.com"
diff --git a/module/plugins/accounts/LomafileCom.py b/module/plugins/accounts/LomafileCom.py
index c3e75b1d9..f9b99eb3a 100644
--- a/module/plugins/accounts/LomafileCom.py
+++ b/module/plugins/accounts/LomafileCom.py
@@ -13,4 +13,4 @@ class LomafileCom(XFSPAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.lomafile.com/"
+ HOSTER_NAME = "lomafile.com"
diff --git a/module/plugins/accounts/MovReelCom.py b/module/plugins/accounts/MovReelCom.py
index 3f641cf72..764dc2c66 100644
--- a/module/plugins/accounts/MovReelCom.py
+++ b/module/plugins/accounts/MovReelCom.py
@@ -16,4 +16,4 @@ class MovReelCom(XFSPAccount):
login_timeout = 60
info_threshold = 30
- HOSTER_URL = "http://www.movreel.com/"
+ HOSTER_NAME = "movreel.com"
diff --git a/module/plugins/accounts/NosuploadCom.py b/module/plugins/accounts/NosuploadCom.py
index 3be5f110d..f8561d25f 100644
--- a/module/plugins/accounts/NosuploadCom.py
+++ b/module/plugins/accounts/NosuploadCom.py
@@ -13,4 +13,4 @@ class NosuploadCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.nosupload.com/"
+ HOSTER_NAME = "nosupload.com"
diff --git a/module/plugins/accounts/NovafileCom.py b/module/plugins/accounts/NovafileCom.py
index 823f486c7..5b85445e7 100644
--- a/module/plugins/accounts/NovafileCom.py
+++ b/module/plugins/accounts/NovafileCom.py
@@ -13,4 +13,4 @@ class NovafileCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.novafile.com/"
+ HOSTER_NAME = "novafile.com"
diff --git a/module/plugins/accounts/RapidfileshareNet.py b/module/plugins/accounts/RapidfileshareNet.py
index 4a146f398..63207acbb 100644
--- a/module/plugins/accounts/RapidfileshareNet.py
+++ b/module/plugins/accounts/RapidfileshareNet.py
@@ -13,6 +13,6 @@ class RapidfileshareNet(XFSPAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.rapidfileshare.net/"
+ HOSTER_NAME = "rapidfileshare.net"
TRAFFIC_LEFT_PATTERN = r'>Traffic available today:</TD><TD><label for="name">\s*(?P<S>[\d.,]+)\s*(?P<U>[\w^_]+)\s*</label></TD></TR>'
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py
index 303c38396..0bb1920de 100644
--- a/module/plugins/accounts/RarefileNet.py
+++ b/module/plugins/accounts/RarefileNet.py
@@ -13,4 +13,4 @@ class RarefileNet(XFSPAccount):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_URL = "http://www.rarefile.net/"
+ HOSTER_NAME = "rarefile.net"
diff --git a/module/plugins/accounts/RyushareCom.py b/module/plugins/accounts/RyushareCom.py
index e2635277a..8eec508a3 100644
--- a/module/plugins/accounts/RyushareCom.py
+++ b/module/plugins/accounts/RyushareCom.py
@@ -14,7 +14,7 @@ class RyushareCom(XFSPAccount):
("trance4us", None)]
- HOSTER_URL = "http://www.ryushare.com/"
+ HOSTER_NAME = "ryushare.com"
def login(self, user, data, req):
diff --git a/module/plugins/accounts/SecureUploadEu.py b/module/plugins/accounts/SecureUploadEu.py
index 11a13f383..a7d86523c 100644
--- a/module/plugins/accounts/SecureUploadEu.py
+++ b/module/plugins/accounts/SecureUploadEu.py
@@ -13,4 +13,4 @@ class SecureUploadEu(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.secureupload.eu/"
+ HOSTER_NAME = "secureupload.eu"
diff --git a/module/plugins/accounts/SendmywayCom.py b/module/plugins/accounts/SendmywayCom.py
index fdc8b85d9..674f5b183 100644
--- a/module/plugins/accounts/SendmywayCom.py
+++ b/module/plugins/accounts/SendmywayCom.py
@@ -13,4 +13,4 @@ class SendmywayCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.sendmyway.com/"
+ HOSTER_NAME = "sendmyway.com"
diff --git a/module/plugins/accounts/StreamcloudEu.py b/module/plugins/accounts/StreamcloudEu.py
index 9e69a7ae4..6cdb5efe0 100644
--- a/module/plugins/accounts/StreamcloudEu.py
+++ b/module/plugins/accounts/StreamcloudEu.py
@@ -13,4 +13,4 @@ class StreamcloudEu(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.streamcloud.eu/"
+ HOSTER_NAME = "streamcloud.eu"
diff --git a/module/plugins/accounts/TusfilesNet.py b/module/plugins/accounts/TusfilesNet.py
index ab5b57834..dcb9fa104 100644
--- a/module/plugins/accounts/TusfilesNet.py
+++ b/module/plugins/accounts/TusfilesNet.py
@@ -18,7 +18,7 @@ class TusfilesNet(XFSPAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.tusfiles.net/"
+ HOSTER_NAME = "tusfiles.net"
VALID_UNTIL_PATTERN = r'<span class="label label-default">([^<]+)</span>'
TRAFFIC_LEFT_PATTERN = r'<td><img src="//www\.tusfiles\.net/i/icon/meter\.png" alt=""/></td>\n<td>&nbsp;(?P<S>[\d.,]+)\s*(?P<U>[\w^_]+)\s*</td>'
diff --git a/module/plugins/accounts/UploadcCom.py b/module/plugins/accounts/UploadcCom.py
index c55597777..58ca6c985 100644
--- a/module/plugins/accounts/UploadcCom.py
+++ b/module/plugins/accounts/UploadcCom.py
@@ -13,4 +13,4 @@ class UploadcCom(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.uploadc.com/"
+ HOSTER_NAME = "uploadc.com"
diff --git a/module/plugins/accounts/UptoboxCom.py b/module/plugins/accounts/UptoboxCom.py
index 090cc85df..aed769f7d 100644
--- a/module/plugins/accounts/UptoboxCom.py
+++ b/module/plugins/accounts/UptoboxCom.py
@@ -13,6 +13,6 @@ class UptoboxCom(XFSPAccount):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_URL = "http://www.uptobox.com/"
+ HOSTER_NAME = "uptobox.com"
VALID_UNTIL_PATTERN = r'>Premium.[Aa]ccount expire: ([^<]+)</strong>'
diff --git a/module/plugins/accounts/VidPlayNet.py b/module/plugins/accounts/VidPlayNet.py
index 904041939..286adfc13 100644
--- a/module/plugins/accounts/VidPlayNet.py
+++ b/module/plugins/accounts/VidPlayNet.py
@@ -13,4 +13,4 @@ class VidPlayNet(XFSPAccount):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- HOSTER_URL = "http://www.vidplay.net/"
+ HOSTER_NAME = "vidplay.net"