From 51e279d9414a2e69133bbd5c51ac228e758f3cd9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Oct 2014 20:15:39 +0200 Subject: Fix previous merging --- module/plugins/accounts/BillionuploadsCom.py | 15 --------------- module/plugins/accounts/FileParadoxIn.py | 15 --------------- module/plugins/accounts/FileomCom.py | 15 --------------- module/plugins/accounts/HugefilesNet.py | 15 --------------- module/plugins/accounts/HundredEightyUploadCom.py | 15 --------------- module/plugins/accounts/LomafileCom.py | 15 --------------- module/plugins/accounts/NosuploadCom.py | 15 --------------- module/plugins/accounts/NovafileCom.py | 15 --------------- module/plugins/accounts/SecureUploadEu.py | 15 --------------- module/plugins/accounts/SendmywayCom.py | 15 --------------- module/plugins/accounts/StreamcloudEu.py | 15 --------------- module/plugins/accounts/VidPlayNet.py | 15 --------------- 12 files changed, 180 deletions(-) delete mode 100644 module/plugins/accounts/BillionuploadsCom.py delete mode 100644 module/plugins/accounts/FileParadoxIn.py delete mode 100644 module/plugins/accounts/FileomCom.py delete mode 100644 module/plugins/accounts/HugefilesNet.py delete mode 100644 module/plugins/accounts/HundredEightyUploadCom.py delete mode 100644 module/plugins/accounts/LomafileCom.py delete mode 100644 module/plugins/accounts/NosuploadCom.py delete mode 100644 module/plugins/accounts/NovafileCom.py delete mode 100644 module/plugins/accounts/SecureUploadEu.py delete mode 100644 module/plugins/accounts/SendmywayCom.py delete mode 100644 module/plugins/accounts/StreamcloudEu.py delete mode 100644 module/plugins/accounts/VidPlayNet.py (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/BillionuploadsCom.py b/module/plugins/accounts/BillionuploadsCom.py deleted file mode 100644 index 440c7889a..000000000 --- a/module/plugins/accounts/BillionuploadsCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class BillionuploadsCom(XFSPAccount): - __name__ = "BillionuploadsCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Billionuploads.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.billionuploads.com/" diff --git a/module/plugins/accounts/FileParadoxIn.py b/module/plugins/accounts/FileParadoxIn.py deleted file mode 100644 index 24c745e6a..000000000 --- a/module/plugins/accounts/FileParadoxIn.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class FileParadoxIn(XFSPAccount): - __name__ = "FileParadoxIn" - __type__ = "account" - __version__ = "0.01" - - __description__ = """FileParadox.in account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.fileparadox.in/" diff --git a/module/plugins/accounts/FileomCom.py b/module/plugins/accounts/FileomCom.py deleted file mode 100644 index 536d40812..000000000 --- a/module/plugins/accounts/FileomCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class FileomCom(XFSPAccount): - __name__ = "FileomCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Fileom.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.fileom.com/" diff --git a/module/plugins/accounts/HugefilesNet.py b/module/plugins/accounts/HugefilesNet.py deleted file mode 100644 index 296780b7c..000000000 --- a/module/plugins/accounts/HugefilesNet.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class HugefilesNet(XFSPAccount): - __name__ = "HugefilesNet" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Hugefiles.net account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.hugefiles.net/" diff --git a/module/plugins/accounts/HundredEightyUploadCom.py b/module/plugins/accounts/HundredEightyUploadCom.py deleted file mode 100644 index 76e757222..000000000 --- a/module/plugins/accounts/HundredEightyUploadCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class HundredEightyUploadCom(XFSPAccount): - __name__ = "HundredEightyUploadCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """180upload.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.180upload.com/" diff --git a/module/plugins/accounts/LomafileCom.py b/module/plugins/accounts/LomafileCom.py deleted file mode 100644 index bddccdadc..000000000 --- a/module/plugins/accounts/LomafileCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class LomafileCom(XFSPAccount): - __name__ = "LomafileCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Lomafile.com account plugin""" - __authors__ = [("guidobelix", "guidobelix@hotmail.it")] - - - HOSTER_URL = "http://www.lomafile.com/" diff --git a/module/plugins/accounts/NosuploadCom.py b/module/plugins/accounts/NosuploadCom.py deleted file mode 100644 index a75ca289f..000000000 --- a/module/plugins/accounts/NosuploadCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class NosuploadCom(XFSPAccount): - __name__ = "NosuploadCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Nosupload.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.nosupload.com/" diff --git a/module/plugins/accounts/NovafileCom.py b/module/plugins/accounts/NovafileCom.py deleted file mode 100644 index 34d3e25b5..000000000 --- a/module/plugins/accounts/NovafileCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class NovafileCom(XFSPAccount): - __name__ = "NovafileCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Novafile.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.novafile.com/" diff --git a/module/plugins/accounts/SecureUploadEu.py b/module/plugins/accounts/SecureUploadEu.py deleted file mode 100644 index a8cf38df2..000000000 --- a/module/plugins/accounts/SecureUploadEu.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class SecureUploadEu(XFSPAccount): - __name__ = "SecureUploadEu" - __type__ = "account" - __version__ = "0.01" - - __description__ = """SecureUpload.eu account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.secureupload.eu/" diff --git a/module/plugins/accounts/SendmywayCom.py b/module/plugins/accounts/SendmywayCom.py deleted file mode 100644 index 9f6021774..000000000 --- a/module/plugins/accounts/SendmywayCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class SendmywayCom(XFSPAccount): - __name__ = "SendmywayCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Sendmyway.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.sendmyway.com/" diff --git a/module/plugins/accounts/StreamcloudEu.py b/module/plugins/accounts/StreamcloudEu.py deleted file mode 100644 index 4a544b691..000000000 --- a/module/plugins/accounts/StreamcloudEu.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class StreamcloudEu(XFSPAccount): - __name__ = "StreamcloudEu" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Streamcloud.eu account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.streamcloud.eu/" diff --git a/module/plugins/accounts/VidPlayNet.py b/module/plugins/accounts/VidPlayNet.py deleted file mode 100644 index 4c542024e..000000000 --- a/module/plugins/accounts/VidPlayNet.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class VidPlayNet(XFSPAccount): - __name__ = "VidPlayNet" - __type__ = "account" - __version__ = "0.01" - - __description__ = """VidPlay.net account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.vidplay.net/" -- cgit v1.2.3