diff options
Diffstat (limited to 'pyload/plugins/hoster')
122 files changed, 122 insertions, 122 deletions
| diff --git a/pyload/plugins/hoster/AlldebridCom.py b/pyload/plugins/hoster/AlldebridCom.py index a3386ea02..11ee8b7d3 100644 --- a/pyload/plugins/hoster/AlldebridCom.py +++ b/pyload/plugins/hoster/AlldebridCom.py @@ -13,7 +13,7 @@ class AlldebridCom(Hoster):      __version__ = "0.34"      __type__ = "hoster" -    __pattern__ = r"https?://(?:[^/]*\.)?alldebrid\..*" +    __pattern__ = r'https?://(?:[^/]*\.)?alldebrid\..*'      __description__ = """Alldebrid.com hoster plugin"""      __author_name__ = "Andy Voigt"      __author_mail__ = "spamsales@online.de" diff --git a/pyload/plugins/hoster/BasePlugin.py b/pyload/plugins/hoster/BasePlugin.py index 48b06938e..dd6a3c49d 100644 --- a/pyload/plugins/hoster/BasePlugin.py +++ b/pyload/plugins/hoster/BasePlugin.py @@ -12,7 +12,7 @@ from pyload.utils import html_unescape, remove_chars  class BasePlugin(Hoster):      __name__ = "BasePlugin"      __type__ = "hoster" -    __pattern__ = r"^unmatchable$" +    __pattern__ = r'^unmatchable$'      __version__ = "0.19"      __description__ = """Base Plugin when any other didnt fit"""      __author_name__ = "RaNaN" diff --git a/pyload/plugins/hoster/BayfilesCom.py b/pyload/plugins/hoster/BayfilesCom.py index 5a4a29f2e..b080eb386 100644 --- a/pyload/plugins/hoster/BayfilesCom.py +++ b/pyload/plugins/hoster/BayfilesCom.py @@ -27,7 +27,7 @@ from module.common.json_layer import json_loads  class BayfilesCom(SimpleHoster):      __name__ = "BayfilesCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?bayfiles\.(com|net)/file/(?P<ID>[a-zA-Z0-9]+/[a-zA-Z0-9]+/[^/]+)" +    __pattern__ = r'https?://(?:www\.)?bayfiles\.(com|net)/file/(?P<ID>[a-zA-Z0-9]+/[a-zA-Z0-9]+/[^/]+)'      __version__ = "0.06"      __description__ = """Bayfiles.com hoster plugin"""      __author_name__ = ("zoidberg", "Walter Purcaro") diff --git a/pyload/plugins/hoster/BezvadataCz.py b/pyload/plugins/hoster/BezvadataCz.py index 9f4cf530d..ee7c719a0 100644 --- a/pyload/plugins/hoster/BezvadataCz.py +++ b/pyload/plugins/hoster/BezvadataCz.py @@ -25,7 +25,7 @@ from pyload.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class BezvadataCz(SimpleHoster):      __name__ = "BezvadataCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?bezvadata.cz/stahnout/.*" +    __pattern__ = r'http://(?:www\.)?bezvadata.cz/stahnout/.*'      __version__ = "0.24"      __description__ = """BezvaData.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/BillionuploadsCom.py b/pyload/plugins/hoster/BillionuploadsCom.py index 33f16dd03..ab2634c91 100644 --- a/pyload/plugins/hoster/BillionuploadsCom.py +++ b/pyload/plugins/hoster/BillionuploadsCom.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class BillionuploadsCom(XFileSharingPro):      __name__ = "BillionuploadsCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?billionuploads.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?billionuploads.com/\w{12}'      __version__ = "0.01"      __description__ = """Billionuploads.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/BitshareCom.py b/pyload/plugins/hoster/BitshareCom.py index 6c9d3a6ef..d4b0668c0 100644 --- a/pyload/plugins/hoster/BitshareCom.py +++ b/pyload/plugins/hoster/BitshareCom.py @@ -11,7 +11,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class BitshareCom(SimpleHoster):      __name__ = "BitshareCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?bitshare\.com/(files/(?P<id1>[a-zA-Z0-9]+)(/(?P<name>.*?)\.html)?|\?f=(?P<id2>[a-zA-Z0-9]+))" +    __pattern__ = r'http://(?:www\.)?bitshare\.com/(files/(?P<id1>[a-zA-Z0-9]+)(/(?P<name>.*?)\.html)?|\?f=(?P<id2>[a-zA-Z0-9]+))'      __version__ = "0.49"      __description__ = """Bitshare.com hoster plugin"""      __author_name__ = ("Paul King", "fragonib") diff --git a/pyload/plugins/hoster/BoltsharingCom.py b/pyload/plugins/hoster/BoltsharingCom.py index 7615c70a8..a1672dc22 100644 --- a/pyload/plugins/hoster/BoltsharingCom.py +++ b/pyload/plugins/hoster/BoltsharingCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class BoltsharingCom(DeadHoster):      __name__ = "BoltsharingCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?boltsharing.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?boltsharing.com/\w{12}'      __version__ = "0.02"      __description__ = """Boltsharing.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/CatShareNet.py b/pyload/plugins/hoster/CatShareNet.py index ad626599e..efaf8e5f7 100644 --- a/pyload/plugins/hoster/CatShareNet.py +++ b/pyload/plugins/hoster/CatShareNet.py @@ -8,7 +8,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class CatShareNet(SimpleHoster):      __name__ = "CatShareNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?catshare.net/\w{16}.*" +    __pattern__ = r'http://(?:www\.)?catshare.net/\w{16}.*'      __version__ = "0.01"      __description__ = """CatShare.net hoster plugin"""      __author_name__ = "z00nx" diff --git a/pyload/plugins/hoster/CloudzerNet.py b/pyload/plugins/hoster/CloudzerNet.py index d0a19a945..6e47ce53f 100644 --- a/pyload/plugins/hoster/CloudzerNet.py +++ b/pyload/plugins/hoster/CloudzerNet.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class CloudzerNet(DeadHoster):      __name__ = "CloudzerNet"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(cloudzer\.net/file/|clz\.to/(file/)?)\w+" +    __pattern__ = r'https?://(?:www\.)?(cloudzer\.net/file/|clz\.to/(file/)?)\w+'      __version__ = "0.05"      __description__ = """Cloudzer.net hoster plugin"""      __author_name__ = ("gs", "z00nx", "stickell") diff --git a/pyload/plugins/hoster/CramitIn.py b/pyload/plugins/hoster/CramitIn.py index 4dc91cfe6..e882f5cea 100644 --- a/pyload/plugins/hoster/CramitIn.py +++ b/pyload/plugins/hoster/CramitIn.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class CramitIn(XFileSharingPro):      __name__ = "CramitIn"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?cramit.in/\w{12}" +    __pattern__ = r'http://(?:www\.)?cramit.in/\w{12}'      __version__ = "0.04"      __description__ = """Cramit.in hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/CrockoCom.py b/pyload/plugins/hoster/CrockoCom.py index 649564e9c..3cd2be59d 100644 --- a/pyload/plugins/hoster/CrockoCom.py +++ b/pyload/plugins/hoster/CrockoCom.py @@ -9,7 +9,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class CrockoCom(SimpleHoster):      __name__ = "CrockoCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(crocko|easy-share).com/\w+" +    __pattern__ = r'http://(?:www\.)?(crocko|easy-share).com/\w+'      __version__ = "0.16"      __description__ = """Crocko hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/CzshareCom.py b/pyload/plugins/hoster/CzshareCom.py index 568387016..0cd111942 100644 --- a/pyload/plugins/hoster/CzshareCom.py +++ b/pyload/plugins/hoster/CzshareCom.py @@ -28,7 +28,7 @@ from module.utils import parseFileSize  class CzshareCom(SimpleHoster):      __name__ = "CzshareCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?czshare\.(com|cz)/(\d+/|download.php\?).*" +    __pattern__ = r'http://(?:www\.)?czshare\.(com|cz)/(\d+/|download.php\?).*'      __version__ = "0.93"      __description__ = """CZshare.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/DailymotionCom.py b/pyload/plugins/hoster/DailymotionCom.py index 997292bee..17e1ecf92 100644 --- a/pyload/plugins/hoster/DailymotionCom.py +++ b/pyload/plugins/hoster/DailymotionCom.py @@ -58,7 +58,7 @@ def getInfo(urls):  class DailymotionCom(Hoster):      __name__ = "DailymotionCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?dailymotion\.com/.*?video/(?P<ID>[\w^_]+)" +    __pattern__ = r'https?://(?:www\.)?dailymotion\.com/.*?video/(?P<ID>[\w^_]+)'      __version__ = "0.2"      __config__ = [("quality", "Lowest;LD 144p;LD 240p;SD 384p;HQ 480p;HD 720p;HD 1080p;Highest", "Quality", "HD 720p")]      __description__ = """Dailymotion.com hoster plugin""" diff --git a/pyload/plugins/hoster/DataHu.py b/pyload/plugins/hoster/DataHu.py index a354c7094..0c872b419 100644 --- a/pyload/plugins/hoster/DataHu.py +++ b/pyload/plugins/hoster/DataHu.py @@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class DataHu(SimpleHoster):      __name__ = "DataHu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?data.hu/get/\w+" +    __pattern__ = r'http://(?:www\.)?data.hu/get/\w+'      __version__ = "0.01"      __description__ = """Data.hu hoster plugin"""      __author_name__ = ("crash", "stickell") diff --git a/pyload/plugins/hoster/DataportCz.py b/pyload/plugins/hoster/DataportCz.py index 151e56681..291dcaf55 100644 --- a/pyload/plugins/hoster/DataportCz.py +++ b/pyload/plugins/hoster/DataportCz.py @@ -23,7 +23,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo, P  class DataportCz(SimpleHoster):      __name__ = "DataportCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?dataport.cz/file/(.*)" +    __pattern__ = r'http://(?:www\.)?dataport.cz/file/(.*)'      __version__ = "0.37"      __description__ = """Dataport.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/DateiTo.py b/pyload/plugins/hoster/DateiTo.py index 154f45ba9..223138592 100644 --- a/pyload/plugins/hoster/DateiTo.py +++ b/pyload/plugins/hoster/DateiTo.py @@ -25,7 +25,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class DateiTo(SimpleHoster):      __name__ = "DateiTo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?datei\.to/datei/(?P<ID>\w+)\.html" +    __pattern__ = r'http://(?:www\.)?datei\.to/datei/(?P<ID>\w+)\.html'      __version__ = "0.02"      __description__ = """Datei.to hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/DdlstorageCom.py b/pyload/plugins/hoster/DdlstorageCom.py index c59980d3c..a2c642574 100644 --- a/pyload/plugins/hoster/DdlstorageCom.py +++ b/pyload/plugins/hoster/DdlstorageCom.py @@ -39,7 +39,7 @@ def getInfo(urls):  class DdlstorageCom(XFileSharingPro):      __name__ = "DdlstorageCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?ddlstorage.com/(?P<ID>\w{12})" +    __pattern__ = r'http://(?:www\.)?ddlstorage.com/(?P<ID>\w{12})'      __version__ = "1.00"      __description__ = """DDLStorage.com hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/DepositfilesCom.py b/pyload/plugins/hoster/DepositfilesCom.py index 2d7487a02..81523234d 100644 --- a/pyload/plugins/hoster/DepositfilesCom.py +++ b/pyload/plugins/hoster/DepositfilesCom.py @@ -9,7 +9,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class DepositfilesCom(SimpleHoster):      __name__ = "DepositfilesCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(depositfiles\.com|dfiles\.(eu|ru))(/\w{1,3})?/files/[\w]+" +    __pattern__ = r'https?://(?:www\.)?(depositfiles\.com|dfiles\.(eu|ru))(/\w{1,3})?/files/[\w]+'      __version__ = "0.46"      __description__ = """Depositfiles.com hoster plugin"""      __author_name__ = ("spoob", "zoidberg") diff --git a/pyload/plugins/hoster/DlFreeFr.py b/pyload/plugins/hoster/DlFreeFr.py index fdd8b09ec..998dcd606 100644 --- a/pyload/plugins/hoster/DlFreeFr.py +++ b/pyload/plugins/hoster/DlFreeFr.py @@ -106,7 +106,7 @@ class AdYouLike():  class DlFreeFr(SimpleHoster):      __name__ = "DlFreeFr"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?dl\.free\.fr/([a-zA-Z0-9]+|getfile\.pl\?file=/[a-zA-Z0-9]+)" +    __pattern__ = r'http://(?:www\.)?dl\.free\.fr/([a-zA-Z0-9]+|getfile\.pl\?file=/[a-zA-Z0-9]+)'      __version__ = "0.25"      __description__ = """Dl.free.fr hoster plugin"""      __author_name__ = ("the-razer", "zoidberg", "Toilal") diff --git a/pyload/plugins/hoster/DuploadOrg.py b/pyload/plugins/hoster/DuploadOrg.py index 430f25c1b..5909f7ccf 100644 --- a/pyload/plugins/hoster/DuploadOrg.py +++ b/pyload/plugins/hoster/DuploadOrg.py @@ -20,7 +20,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class DuploadOrg(XFileSharingPro):      __name__ = "DuploadOrg"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?dupload\.org/\w{12}" +    __pattern__ = r'http://(?:www\.)?dupload\.org/\w{12}'      __version__ = "0.01"      __description__ = """Dupload.grg hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/EasybytezCom.py b/pyload/plugins/hoster/EasybytezCom.py index 843905fff..0ea9b186f 100644 --- a/pyload/plugins/hoster/EasybytezCom.py +++ b/pyload/plugins/hoster/EasybytezCom.py @@ -23,7 +23,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class EasybytezCom(XFileSharingPro):      __name__ = "EasybytezCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?easybytez.com/(\w+).*" +    __pattern__ = r'http://(?:www\.)?easybytez.com/(\w+).*'      __version__ = "0.17"      __description__ = """Easybytez.com hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/EdiskCz.py b/pyload/plugins/hoster/EdiskCz.py index ade714dae..f2d0fa206 100644 --- a/pyload/plugins/hoster/EdiskCz.py +++ b/pyload/plugins/hoster/EdiskCz.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class EdiskCz(SimpleHoster):      __name__ = "EdiskCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?edisk.(cz|sk|eu)/(stahni|sk/stahni|en/download)/.*" +    __pattern__ = r'http://(?:www\.)?edisk.(cz|sk|eu)/(stahni|sk/stahni|en/download)/.*'      __version__ = "0.21"      __description__ = """Edisk.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/EgoFilesCom.py b/pyload/plugins/hoster/EgoFilesCom.py index d23443d28..886192ff8 100644 --- a/pyload/plugins/hoster/EgoFilesCom.py +++ b/pyload/plugins/hoster/EgoFilesCom.py @@ -26,7 +26,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class EgoFilesCom(SimpleHoster):      __name__ = "EgoFilesCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?egofiles.com/(\w+)" +    __pattern__ = r'https?://(?:www\.)?egofiles.com/(\w+)'      __version__ = "0.13"      __description__ = """Egofiles.com hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/EuroshareEu.py b/pyload/plugins/hoster/EuroshareEu.py index ac9275cd3..fa6342014 100644 --- a/pyload/plugins/hoster/EuroshareEu.py +++ b/pyload/plugins/hoster/EuroshareEu.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class EuroshareEu(SimpleHoster):      __name__ = "EuroshareEu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?euroshare.(eu|sk|cz|hu|pl)/file/.*" +    __pattern__ = r'http://(?:www\.)?euroshare.(eu|sk|cz|hu|pl)/file/.*'      __version__ = "0.25"      __description__ = """Euroshare.eu hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/ExtabitCom.py b/pyload/plugins/hoster/ExtabitCom.py index 66cc3c52a..4dba81a8f 100644 --- a/pyload/plugins/hoster/ExtabitCom.py +++ b/pyload/plugins/hoster/ExtabitCom.py @@ -27,7 +27,7 @@ from module.common.json_layer import json_loads  class ExtabitCom(SimpleHoster):      __name__ = "ExtabitCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?extabit\.com/(file|go|fid)/(?P<ID>\w+)" +    __pattern__ = r'http://(?:www\.)?extabit\.com/(file|go|fid)/(?P<ID>\w+)'      __version__ = "0.5"      __description__ = """Extabit.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FastixRu.py b/pyload/plugins/hoster/FastixRu.py index ef8838f8e..8eeabc17c 100644 --- a/pyload/plugins/hoster/FastixRu.py +++ b/pyload/plugins/hoster/FastixRu.py @@ -11,7 +11,7 @@ class FastixRu(Hoster):      __name__ = "FastixRu"      __version__ = "0.04"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>[a-zA-Z0-9]{24})" +    __pattern__ = r'http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>[a-zA-Z0-9]{24})'      __description__ = """Fastix hoster plugin"""      __author_name__ = "Massimo Rosamilia"      __author_mail__ = "max@spiritix.eu" diff --git a/pyload/plugins/hoster/FileApeCom.py b/pyload/plugins/hoster/FileApeCom.py index 1429630a7..34b4acd07 100644 --- a/pyload/plugins/hoster/FileApeCom.py +++ b/pyload/plugins/hoster/FileApeCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class FileApeCom(DeadHoster):      __name__ = "FileApeCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?fileape\.com/(index\.php\?act=download\&id=|dl/)\w+" +    __pattern__ = r'http://(?:www\.)?fileape\.com/(index\.php\?act=download\&id=|dl/)\w+'      __version__ = "0.12"      __description__ = """FileApe.com hoster plugin"""      __author_name__ = "espes" diff --git a/pyload/plugins/hoster/FilebeerInfo.py b/pyload/plugins/hoster/FilebeerInfo.py index 15cacfb49..dd26b9120 100644 --- a/pyload/plugins/hoster/FilebeerInfo.py +++ b/pyload/plugins/hoster/FilebeerInfo.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class FilebeerInfo(DeadHoster):      __name__ = "FilebeerInfo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+).*" +    __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+).*'      __version__ = "0.03"      __description__ = """Filebeer.info plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FilecloudIo.py b/pyload/plugins/hoster/FilecloudIo.py index 7afb5e13f..56eedf33a 100644 --- a/pyload/plugins/hoster/FilecloudIo.py +++ b/pyload/plugins/hoster/FilecloudIo.py @@ -26,7 +26,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class FilecloudIo(SimpleHoster):      __name__ = "FilecloudIo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(?:filecloud\.io|ifile\.it|mihd\.net)/(?P<ID>\w+).*" +    __pattern__ = r'http://(?:www\.)?(?:filecloud\.io|ifile\.it|mihd\.net)/(?P<ID>\w+).*'      __version__ = "0.02"      __description__ = """Filecloud.io hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/FilefactoryCom.py b/pyload/plugins/hoster/FilefactoryCom.py index 795dc9632..273a717b5 100644 --- a/pyload/plugins/hoster/FilefactoryCom.py +++ b/pyload/plugins/hoster/FilefactoryCom.py @@ -22,7 +22,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class FilefactoryCom(SimpleHoster):      __name__ = "FilefactoryCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?filefactory\.com/file/(?P<id>[a-zA-Z0-9]+)" +    __pattern__ = r'https?://(?:www\.)?filefactory\.com/file/(?P<id>[a-zA-Z0-9]+)'      __version__ = "0.47"      __description__ = """Filefactory.com hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/FilejungleCom.py b/pyload/plugins/hoster/FilejungleCom.py index 5c4c24e06..910798bf6 100644 --- a/pyload/plugins/hoster/FilejungleCom.py +++ b/pyload/plugins/hoster/FilejungleCom.py @@ -24,7 +24,7 @@ from module.plugins.Plugin import chunks  class FilejungleCom(FileserveCom):      __name__ = "FilejungleCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?filejungle\.com/f/(?P<id>[^/]+).*" +    __pattern__ = r'http://(?:www\.)?filejungle\.com/f/(?P<id>[^/]+).*'      __version__ = "0.51"      __description__ = """Filejungle.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FilepostCom.py b/pyload/plugins/hoster/FilepostCom.py index fca8fd346..01ac76850 100644 --- a/pyload/plugins/hoster/FilepostCom.py +++ b/pyload/plugins/hoster/FilepostCom.py @@ -33,7 +33,7 @@ from module.common.json_layer import json_loads  class FilepostCom(SimpleHoster):      __name__ = "FilepostCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(?:filepost\.com/files|fp.io)/([^/]+).*" +    __pattern__ = r'https?://(?:www\.)?(?:filepost\.com/files|fp.io)/([^/]+).*'      __version__ = "0.27"      __description__ = """Filepost.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FilerNet.py b/pyload/plugins/hoster/FilerNet.py index 17c350630..d39666922 100644 --- a/pyload/plugins/hoster/FilerNet.py +++ b/pyload/plugins/hoster/FilerNet.py @@ -29,7 +29,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class FilerNet(SimpleHoster):      __name__ = "FilerNet"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?filer\.net/get/(\w+)" +    __pattern__ = r'https?://(?:www\.)?filer\.net/get/(\w+)'      __version__ = "0.03"      __description__ = """Filer.net hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/FilerioCom.py b/pyload/plugins/hoster/FilerioCom.py index 68f81f524..a0c67509f 100644 --- a/pyload/plugins/hoster/FilerioCom.py +++ b/pyload/plugins/hoster/FilerioCom.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class FilerioCom(XFileSharingPro):      __name__ = "FilerioCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(filerio\.(in|com)|filekeen\.com)/\w{12}" +    __pattern__ = r'http://(?:www\.)?(filerio\.(in|com)|filekeen\.com)/\w{12}'      __version__ = "0.02"      __description__ = """FileRio.in hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FilesMailRu.py b/pyload/plugins/hoster/FilesMailRu.py index bd3d98363..bf1aadd20 100644 --- a/pyload/plugins/hoster/FilesMailRu.py +++ b/pyload/plugins/hoster/FilesMailRu.py @@ -31,7 +31,7 @@ def getInfo(urls):  class FilesMailRu(Hoster):      __name__ = "FilesMailRu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?files\.mail\.ru/.*" +    __pattern__ = r'http://(?:www\.)?files\.mail\.ru/.*'      __version__ = "0.31"      __description__ = """Files.mail.ru hoster plugin"""      __author_name__ = "oZiRiz" diff --git a/pyload/plugins/hoster/FileserveCom.py b/pyload/plugins/hoster/FileserveCom.py index bb946a329..c28bae456 100644 --- a/pyload/plugins/hoster/FileserveCom.py +++ b/pyload/plugins/hoster/FileserveCom.py @@ -46,7 +46,7 @@ def checkFile(plugin, urls):  class FileserveCom(Hoster):      __name__ = "FileserveCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?fileserve\.com/file/(?P<id>[^/]+).*" +    __pattern__ = r'http://(?:www\.)?fileserve\.com/file/(?P<id>[^/]+).*'      __version__ = "0.51"      __description__ = """Fileserve.com hoster plugin"""      __author_name__ = ("jeix", "mkaay", "Paul King", "zoidberg") diff --git a/pyload/plugins/hoster/FileshareInUa.py b/pyload/plugins/hoster/FileshareInUa.py index 48113ca95..db2b1a998 100644 --- a/pyload/plugins/hoster/FileshareInUa.py +++ b/pyload/plugins/hoster/FileshareInUa.py @@ -9,7 +9,7 @@ from module.utils import parseFileSize  class FileshareInUa(Hoster):      __name__ = "FileshareInUa"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?fileshare.in.ua/[A-Za-z0-9]+" +    __pattern__ = r'http://(?:www\.)?fileshare.in.ua/[A-Za-z0-9]+'      __version__ = "0.01"      __description__ = """Fileshare.in.ua hoster plugin"""      __author_name__ = "fwannmacher" diff --git a/pyload/plugins/hoster/FilezyNet.py b/pyload/plugins/hoster/FilezyNet.py index d5c2f3c94..cd0902ab3 100644 --- a/pyload/plugins/hoster/FilezyNet.py +++ b/pyload/plugins/hoster/FilezyNet.py @@ -8,7 +8,7 @@ class FilezyNet(XFileSharingPro):      __name__ = "FilezyNet"      __type__ = "hoster"      __version__ = "0.1" -    __pattern__ = r"http://(?:www\.)?filezy.net/.*/.*.html" +    __pattern__ = r'http://(?:www\.)?filezy.net/.*/.*.html'      __description__ = """Filezy.net hoster plugin"""      HOSTER_NAME = "filezy.net" diff --git a/pyload/plugins/hoster/FourSharedCom.py b/pyload/plugins/hoster/FourSharedCom.py index d22bcf462..9c7752fe1 100644 --- a/pyload/plugins/hoster/FourSharedCom.py +++ b/pyload/plugins/hoster/FourSharedCom.py @@ -8,7 +8,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class FourSharedCom(SimpleHoster):      __name__ = "FourSharedCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?4shared(\-china)?\.com/(account/)?(download|get|file|document|photo|video|audio|mp3|office|rar|zip|archive|music)/.+?/.*" +    __pattern__ = r'https?://(?:www\.)?4shared(\-china)?\.com/(account/)?(download|get|file|document|photo|video|audio|mp3|office|rar|zip|archive|music)/.+?/.*'      __version__ = "0.29"      __description__ = """4Shared.com hoster plugin"""      __author_name__ = ("jeix", "zoidberg") diff --git a/pyload/plugins/hoster/FreakshareCom.py b/pyload/plugins/hoster/FreakshareCom.py index 005f06a90..ad9abeb96 100644 --- a/pyload/plugins/hoster/FreakshareCom.py +++ b/pyload/plugins/hoster/FreakshareCom.py @@ -8,7 +8,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class FreakshareCom(Hoster):      __name__ = "FreakshareCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?freakshare\.(net|com)/files/\S*?/" +    __pattern__ = r'http://(?:www\.)?freakshare\.(net|com)/files/\S*?/'      __version__ = "0.38"      __description__ = """Freakshare.com hoster plugin"""      __author_name__ = ("sitacuisses", "spoob", "mkaay", "Toilal") diff --git a/pyload/plugins/hoster/FreevideoCz.py b/pyload/plugins/hoster/FreevideoCz.py index 9f9e2b4b3..eebb43b48 100644 --- a/pyload/plugins/hoster/FreevideoCz.py +++ b/pyload/plugins/hoster/FreevideoCz.py @@ -39,7 +39,7 @@ def getInfo(urls):  class FreevideoCz(Hoster):      __name__ = "FreevideoCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?freevideo.cz/vase-videa/(.*)\.html" +    __pattern__ = r'http://(?:www\.)?freevideo.cz/vase-videa/(.*)\.html'      __version__ = "0.2"      __description__ = """Freevideo.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/FshareVn.py b/pyload/plugins/hoster/FshareVn.py index a61466eac..f9a9b6c16 100644 --- a/pyload/plugins/hoster/FshareVn.py +++ b/pyload/plugins/hoster/FshareVn.py @@ -26,7 +26,7 @@ def doubleDecode(m):  class FshareVn(SimpleHoster):      __name__ = "FshareVn"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?fshare.vn/file/.*" +    __pattern__ = r'http://(?:www\.)?fshare.vn/file/.*'      __version__ = "0.16"      __description__ = """FshareVn hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/GamefrontCom.py b/pyload/plugins/hoster/GamefrontCom.py index 18908b5f7..0cd54d2ea 100644 --- a/pyload/plugins/hoster/GamefrontCom.py +++ b/pyload/plugins/hoster/GamefrontCom.py @@ -9,7 +9,7 @@ from module.utils import parseFileSize  class GamefrontCom(Hoster):      __name__ = "GamefrontCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?gamefront.com/files/[A-Za-z0-9]+" +    __pattern__ = r'http://(?:www\.)?gamefront.com/files/[A-Za-z0-9]+'      __version__ = "0.04"      __description__ = """Gamefront.com hoster plugin"""      __author_name__ = "fwannmacher" diff --git a/pyload/plugins/hoster/GigapetaCom.py b/pyload/plugins/hoster/GigapetaCom.py index 22fc4312d..1282c996d 100644 --- a/pyload/plugins/hoster/GigapetaCom.py +++ b/pyload/plugins/hoster/GigapetaCom.py @@ -27,7 +27,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class GigapetaCom(SimpleHoster):      __name__ = "GigapetaCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?gigapeta\.com/dl/\w+" +    __pattern__ = r'http://(?:www\.)?gigapeta\.com/dl/\w+'      __version__ = "0.01"      __description__ = """GigaPeta.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/GooIm.py b/pyload/plugins/hoster/GooIm.py index f9c726320..1f77b7fe0 100644 --- a/pyload/plugins/hoster/GooIm.py +++ b/pyload/plugins/hoster/GooIm.py @@ -22,7 +22,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class GooIm(SimpleHoster):      __name__ = "GooIm"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?goo\.im/.+" +    __pattern__ = r'http://(?:www\.)?goo\.im/.+'      __version__ = "0.02"      __description__ = """Goo.im hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/HellshareCz.py b/pyload/plugins/hoster/HellshareCz.py index 1a34b6163..91e51e314 100644 --- a/pyload/plugins/hoster/HellshareCz.py +++ b/pyload/plugins/hoster/HellshareCz.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class HellshareCz(SimpleHoster):      __name__ = "HellshareCz"      __type__ = "hoster" -    __pattern__ = r"(http://(?:www\.)?hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+).*" +    __pattern__ = r'(http://(?:www\.)?hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+).*'      __version__ = "0.82"      __description__ = """Hellshare.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/HellspyCz.py b/pyload/plugins/hoster/HellspyCz.py index 3d98b961a..e4ddce514 100644 --- a/pyload/plugins/hoster/HellspyCz.py +++ b/pyload/plugins/hoster/HellspyCz.py @@ -23,7 +23,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class HellspyCz(DeadHoster):      __name__ = "HellspyCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(?:hellspy\.(?:cz|com|sk|hu|pl)|sciagaj.pl)(/\S+/\d+)/?.*" +    __pattern__ = r'http://(?:www\.)?(?:hellspy\.(?:cz|com|sk|hu|pl)|sciagaj.pl)(/\S+/\d+)/?.*'      __version__ = "0.28"      __description__ = """HellSpy.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/HotfileCom.py b/pyload/plugins/hoster/HotfileCom.py index e8ced1c33..ed4963973 100644 --- a/pyload/plugins/hoster/HotfileCom.py +++ b/pyload/plugins/hoster/HotfileCom.py @@ -6,7 +6,7 @@ from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class HotfileCom(DeadHoster):      __name__ = "HotfileCom"      __type__ = "hoster" -    __pattern__ = r"https?://(www.)?hotfile\.com/dl/\d+/[0-9a-zA-Z]+/" +    __pattern__ = r'https?://(www.)?hotfile\.com/dl/\d+/[0-9a-zA-Z]+/'      __version__ = "0.37"      __description__ = """Hotfile.com hoster plugin"""      __author_name__ = ("sitacuisses", "spoob", "mkaay", "JoKoT3") diff --git a/pyload/plugins/hoster/HugefilesNet.py b/pyload/plugins/hoster/HugefilesNet.py index 8faccc56d..2375c75f8 100644 --- a/pyload/plugins/hoster/HugefilesNet.py +++ b/pyload/plugins/hoster/HugefilesNet.py @@ -23,7 +23,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class HugefilesNet(XFileSharingPro):      __name__ = "HugefilesNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?hugefiles\.net/\w{12}" +    __pattern__ = r'http://(?:www\.)?hugefiles\.net/\w{12}'      __version__ = "0.01"      __description__ = """Hugefiles.net hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/HundredEightyUploadCom.py b/pyload/plugins/hoster/HundredEightyUploadCom.py index 1378055dd..6e5ffac30 100644 --- a/pyload/plugins/hoster/HundredEightyUploadCom.py +++ b/pyload/plugins/hoster/HundredEightyUploadCom.py @@ -23,7 +23,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class HundredEightyUploadCom(XFileSharingPro):      __name__ = "HundredEightyUploadCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?180upload\.com/(\w+).*" +    __pattern__ = r'http://(?:www\.)?180upload\.com/(\w+).*'      __version__ = "0.01"      __description__ = """180upload.com hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/IFileWs.py b/pyload/plugins/hoster/IFileWs.py index e95a28cc0..5b0adaa97 100644 --- a/pyload/plugins/hoster/IFileWs.py +++ b/pyload/plugins/hoster/IFileWs.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class IFileWs(XFileSharingPro):      __name__ = "IFileWs"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?ifile\.ws/\w+(/.+)?" +    __pattern__ = r'http://(?:www\.)?ifile\.ws/\w+(/.+)?'      __version__ = "0.01"      __description__ = """Ifile.ws hoster plugin"""      __author_name__ = "z00nx" diff --git a/pyload/plugins/hoster/IcyFilesCom.py b/pyload/plugins/hoster/IcyFilesCom.py index c2b1a002a..82d760d01 100644 --- a/pyload/plugins/hoster/IcyFilesCom.py +++ b/pyload/plugins/hoster/IcyFilesCom.py @@ -23,7 +23,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class IcyFilesCom(DeadHoster):      __name__ = "IcyFilesCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?icyfiles\.com/(.*)" +    __pattern__ = r'http://(?:www\.)?icyfiles\.com/(.*)'      __version__ = "0.06"      __description__ = """IcyFiles.com hoster plugin"""      __author_name__ = "godofdream" diff --git a/pyload/plugins/hoster/IfileIt.py b/pyload/plugins/hoster/IfileIt.py index 28658f010..6c754624b 100644 --- a/pyload/plugins/hoster/IfileIt.py +++ b/pyload/plugins/hoster/IfileIt.py @@ -26,7 +26,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class IfileIt(SimpleHoster):      __name__ = "IfileIt"      __type__ = "hoster" -    __pattern__ = r"^unmatchable$" +    __pattern__ = r'^unmatchable$'      __version__ = "0.27"      __description__ = """Ifile.it"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/IfolderRu.py b/pyload/plugins/hoster/IfolderRu.py index 369a88a00..7c5fede72 100644 --- a/pyload/plugins/hoster/IfolderRu.py +++ b/pyload/plugins/hoster/IfolderRu.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class IfolderRu(SimpleHoster):      __name__ = "IfolderRu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(?:ifolder\.ru|rusfolder\.(?:com|net|ru))/(?:files/)?(?P<ID>\d+).*" +    __pattern__ = r'http://(?:www\.)?(?:ifolder\.ru|rusfolder\.(?:com|net|ru))/(?:files/)?(?P<ID>\d+).*'      __version__ = "0.38"      __description__ = """Ifolder.ru hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/JumbofilesCom.py b/pyload/plugins/hoster/JumbofilesCom.py index 21c696f05..cdeffff34 100644 --- a/pyload/plugins/hoster/JumbofilesCom.py +++ b/pyload/plugins/hoster/JumbofilesCom.py @@ -7,7 +7,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class JumbofilesCom(SimpleHoster):      __name__ = "JumbofilesCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?jumbofiles.com/(\w{12}).*" +    __pattern__ = r'http://(?:www\.)?jumbofiles.com/(\w{12}).*'      __version__ = "0.02"      __description__ = """JumboFiles.com hoster plugin"""      __author_name__ = "godofdream" diff --git a/pyload/plugins/hoster/Keep2shareCC.py b/pyload/plugins/hoster/Keep2shareCC.py index f54938d0c..a7f1efdb8 100644 --- a/pyload/plugins/hoster/Keep2shareCC.py +++ b/pyload/plugins/hoster/Keep2shareCC.py @@ -27,7 +27,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class Keep2shareCC(SimpleHoster):      __name__ = "Keep2shareCC"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(keep2share|k2s|keep2s)\.cc/file/(?P<ID>\w+)" +    __pattern__ = r'https?://(?:www\.)?(keep2share|k2s|keep2s)\.cc/file/(?P<ID>\w+)'      __version__ = "0.10"      __description__ = """Keep2share.cc hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/LetitbitNet.py b/pyload/plugins/hoster/LetitbitNet.py index 8dcb6e7cf..58532fd28 100644 --- a/pyload/plugins/hoster/LetitbitNet.py +++ b/pyload/plugins/hoster/LetitbitNet.py @@ -51,7 +51,7 @@ def getInfo(urls):  class LetitbitNet(SimpleHoster):      __name__ = "LetitbitNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(letitbit|shareflare).net/download/.*" +    __pattern__ = r'http://(?:www\.)?(letitbit|shareflare).net/download/.*'      __version__ = "0.23"      __description__ = """Letitbit.net hoster plugin"""      __author_name__ = ("zoidberg", "z00nx") diff --git a/pyload/plugins/hoster/LoadTo.py b/pyload/plugins/hoster/LoadTo.py index d1c1eb0f8..e52346274 100644 --- a/pyload/plugins/hoster/LoadTo.py +++ b/pyload/plugins/hoster/LoadTo.py @@ -27,7 +27,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class LoadTo(SimpleHoster):      __name__ = "LoadTo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?load\.to/\w+" +    __pattern__ = r'http://(?:www\.)?load\.to/\w+'      __version__ = "0.13"      __description__ = """Load.to hoster plugin"""      __author_name__ = ("halfman", "stickell") diff --git a/pyload/plugins/hoster/LuckyShareNet.py b/pyload/plugins/hoster/LuckyShareNet.py index 0c46466a4..75520a6cf 100644 --- a/pyload/plugins/hoster/LuckyShareNet.py +++ b/pyload/plugins/hoster/LuckyShareNet.py @@ -10,7 +10,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class LuckyShareNet(SimpleHoster):      __name__ = "LuckyShareNet"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?luckyshare.net/(?P<ID>\d{10,})" +    __pattern__ = r'https?://(?:www\.)?luckyshare.net/(?P<ID>\d{10,})'      __version__ = "0.02"      __description__ = """LuckyShare.net hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/MediafireCom.py b/pyload/plugins/hoster/MediafireCom.py index b9242dc24..52e38aada 100644 --- a/pyload/plugins/hoster/MediafireCom.py +++ b/pyload/plugins/hoster/MediafireCom.py @@ -63,7 +63,7 @@ def getInfo(urls):  class MediafireCom(SimpleHoster):      __name__ = "MediafireCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?mediafire\.com/(file/|(view/?|download.php)?\?)(\w{11}|\w{15})($|/)" +    __pattern__ = r'http://(?:www\.)?mediafire\.com/(file/|(view/?|download.php)?\?)(\w{11}|\w{15})($|/)'      __version__ = "0.79"      __description__ = """Mediafire.com hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/MegaNz.py b/pyload/plugins/hoster/MegaNz.py index bcdfecb5e..a55220bc2 100644 --- a/pyload/plugins/hoster/MegaNz.py +++ b/pyload/plugins/hoster/MegaNz.py @@ -19,7 +19,7 @@ from module.plugins.Hoster import Hoster  class MegaNz(Hoster):      __name__ = "MegaNz"      __type__ = "hoster" -    __pattern__ = r"https?://([a-z0-9]+\.)?mega\.co\.nz/#!([a-zA-Z0-9!_\-]+)" +    __pattern__ = r'https?://([a-z0-9]+\.)?mega\.co\.nz/#!([a-zA-Z0-9!_\-]+)'      __version__ = "0.14"      __description__ = """Mega.co.nz hoster plugin"""      __author_name__ = ("RaNaN", ) diff --git a/pyload/plugins/hoster/MegacrypterCom.py b/pyload/plugins/hoster/MegacrypterCom.py index c541234a8..8b72606ce 100644 --- a/pyload/plugins/hoster/MegacrypterCom.py +++ b/pyload/plugins/hoster/MegacrypterCom.py @@ -9,7 +9,7 @@ from module.plugins.hoster.MegaNz import MegaNz  class MegacrypterCom(MegaNz):      __name__ = "MegacrypterCom"      __type__ = "hoster" -    __pattern__ = r"(https?://[a-z0-9]{0,10}\.?megacrypter\.com/[a-zA-Z0-9!_\-]+)" +    __pattern__ = r'(https?://[a-z0-9]{0,10}\.?megacrypter\.com/[a-zA-Z0-9!_\-]+)'      __version__ = "0.2"      __description__ = """Megacrypter.com decrypter plugin"""      __author_name__ = ("GonzaloSR", ) diff --git a/pyload/plugins/hoster/MegareleaseOrg.py b/pyload/plugins/hoster/MegareleaseOrg.py index 7d56c2afa..cb8c7aa01 100644 --- a/pyload/plugins/hoster/MegareleaseOrg.py +++ b/pyload/plugins/hoster/MegareleaseOrg.py @@ -20,7 +20,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class MegareleaseOrg(XFileSharingPro):      __name__ = "MegareleaseOrg"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?megarelease.org/\w{12}" +    __pattern__ = r'https?://(?:www\.)?megarelease.org/\w{12}'      __version__ = "0.01"      __description__ = """Megarelease.org hoster plugin"""      __author_name__ = ("derek3x", "stickell") diff --git a/pyload/plugins/hoster/MegasharesCom.py b/pyload/plugins/hoster/MegasharesCom.py index 90683b3ef..b73b4943c 100644 --- a/pyload/plugins/hoster/MegasharesCom.py +++ b/pyload/plugins/hoster/MegasharesCom.py @@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class MegasharesCom(SimpleHoster):      __name__ = "MegasharesCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?megashares.com/.*" +    __pattern__ = r'http://(?:www\.)?megashares.com/.*'      __version__ = "0.24"      __description__ = """Megashares.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/MovReelCom.py b/pyload/plugins/hoster/MovReelCom.py index 056be5276..ca13fb717 100644 --- a/pyload/plugins/hoster/MovReelCom.py +++ b/pyload/plugins/hoster/MovReelCom.py @@ -7,7 +7,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class MovReelCom(XFileSharingPro):      __name__ = "MovReelCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?movreel.com/.*" +    __pattern__ = r'http://(?:www\.)?movreel.com/.*'      __version__ = "1.20"      __description__ = """MovReel.com hoster plugin"""      __author_name__ = "JorisV83" diff --git a/pyload/plugins/hoster/MultishareCz.py b/pyload/plugins/hoster/MultishareCz.py index 6bf1d96e3..e38bd048f 100644 --- a/pyload/plugins/hoster/MultishareCz.py +++ b/pyload/plugins/hoster/MultishareCz.py @@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class MultishareCz(SimpleHoster):      __name__ = "MultishareCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?multishare.cz/stahnout/(?P<ID>\d+).*" +    __pattern__ = r'http://(?:www\.)?multishare.cz/stahnout/(?P<ID>\d+).*'      __version__ = "0.34"      __description__ = """MultiShare.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/MyvideoDe.py b/pyload/plugins/hoster/MyvideoDe.py index 7e9431c5e..21d95d092 100644 --- a/pyload/plugins/hoster/MyvideoDe.py +++ b/pyload/plugins/hoster/MyvideoDe.py @@ -8,7 +8,7 @@ from module.unescape import unescape  class MyvideoDe(Hoster):      __name__ = "MyvideoDe"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?myvideo.de/watch/" +    __pattern__ = r'http://(?:www\.)?myvideo.de/watch/'      __version__ = "0.9"      __description__ = """Myvideo.de hoster plugin"""      __author_name__ = "spoob" diff --git a/pyload/plugins/hoster/NarodRu.py b/pyload/plugins/hoster/NarodRu.py index a46df30c2..6f08e6207 100644 --- a/pyload/plugins/hoster/NarodRu.py +++ b/pyload/plugins/hoster/NarodRu.py @@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class NarodRu(SimpleHoster):      __name__ = "NarodRu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?narod(\.yandex)?\.ru/(disk|start/[0-9]+\.\w+-narod\.yandex\.ru)/(?P<ID>\d+)/.+" +    __pattern__ = r'http://(?:www\.)?narod(\.yandex)?\.ru/(disk|start/[0-9]+\.\w+-narod\.yandex\.ru)/(?P<ID>\d+)/.+'      __version__ = "0.1"      __description__ = """Narod.ru hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/NetloadIn.py b/pyload/plugins/hoster/NetloadIn.py index df3a27bb7..fa27c58df 100644 --- a/pyload/plugins/hoster/NetloadIn.py +++ b/pyload/plugins/hoster/NetloadIn.py @@ -51,7 +51,7 @@ def getInfo(urls):  class NetloadIn(Hoster):      __name__ = "NetloadIn"      __type__ = "hoster" -    __pattern__ = r"https?://(?:[^/]*\.)?netload\.in/(?:datei(.*?)(?:\.htm|/)|index.php?id=10&file_id=)" +    __pattern__ = r'https?://(?:[^/]*\.)?netload\.in/(?:datei(.*?)(?:\.htm|/)|index.php?id=10&file_id=)'      __version__ = "0.45"      __description__ = """Netload.in hoster plugin"""      __author_name__ = ("spoob", "RaNaN", "Gregy") diff --git a/pyload/plugins/hoster/NovafileCom.py b/pyload/plugins/hoster/NovafileCom.py index f914722aa..c552c166c 100644 --- a/pyload/plugins/hoster/NovafileCom.py +++ b/pyload/plugins/hoster/NovafileCom.py @@ -10,7 +10,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class NovafileCom(XFileSharingPro):      __name__ = "NovafileCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?novafile\.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?novafile\.com/\w{12}'      __version__ = "0.02"      __description__ = """Novafile.com hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/NowDownloadEu.py b/pyload/plugins/hoster/NowDownloadEu.py index 624370916..cc1a10da0 100644 --- a/pyload/plugins/hoster/NowDownloadEu.py +++ b/pyload/plugins/hoster/NowDownloadEu.py @@ -25,7 +25,7 @@ from module.utils import fixup  class NowDownloadEu(SimpleHoster):      __name__ = "NowDownloadEu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?nowdownload\.(ch|co|eu|sx)/(dl/|download\.php\?id=)(?P<ID>\w+)" +    __pattern__ = r'http://(?:www\.)?nowdownload\.(ch|co|eu|sx)/(dl/|download\.php\?id=)(?P<ID>\w+)'      __version__ = "0.05"      __description__ = """NowDownload.ch hoster plugin"""      __author_name__ = ("godofdream", "Walter Purcaro") diff --git a/pyload/plugins/hoster/OneFichierCom.py b/pyload/plugins/hoster/OneFichierCom.py index 856f4e5ec..6b4b51d8c 100644 --- a/pyload/plugins/hoster/OneFichierCom.py +++ b/pyload/plugins/hoster/OneFichierCom.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class OneFichierCom(SimpleHoster):      __name__ = "OneFichierCom"      __type__ = "hoster" -    __pattern__ = r"(http://(\w+)\.((1fichier|d(es)?fichiers|pjointe)\.(com|fr|net|org)|(cjoint|mesfichiers|piecejointe|oi)\.(org|net)|tenvoi\.(com|org|net)|dl4free\.com|alterupload\.com|megadl.fr))" +    __pattern__ = r'(http://(\w+)\.((1fichier|d(es)?fichiers|pjointe)\.(com|fr|net|org)|(cjoint|mesfichiers|piecejointe|oi)\.(org|net)|tenvoi\.(com|org|net)|dl4free\.com|alterupload\.com|megadl.fr))'      __version__ = "0.50"      __description__ = """1fichier.com hoster plugin"""      __author_name__ = ("fragonib", "the-razer", "zoidberg", "imclem") diff --git a/pyload/plugins/hoster/Premium4Me.py b/pyload/plugins/hoster/Premium4Me.py index e127a9ac3..5220ada95 100644 --- a/pyload/plugins/hoster/Premium4Me.py +++ b/pyload/plugins/hoster/Premium4Me.py @@ -13,7 +13,7 @@ class Premium4Me(Hoster):      __version__ = "0.08"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?premium.to/.*" +    __pattern__ = r'http://(?:www\.)?premium.to/.*'      __description__ = """Premium.to hoster plugin"""      __author_name__ = ("RaNaN", "zoidberg", "stickell")      __author_mail__ = ("RaNaN@pyload.org", "zoidberg@mujmail.cz", "l.stickell@yahoo.it") diff --git a/pyload/plugins/hoster/QuickshareCz.py b/pyload/plugins/hoster/QuickshareCz.py index b6f4e1bfb..46639444e 100644 --- a/pyload/plugins/hoster/QuickshareCz.py +++ b/pyload/plugins/hoster/QuickshareCz.py @@ -26,7 +26,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class QuickshareCz(SimpleHoster):      __name__ = "QuickshareCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:[^/]*\.)?quickshare.cz/stahnout-soubor/.*" +    __pattern__ = r'http://(?:[^/]*\.)?quickshare.cz/stahnout-soubor/.*'      __version__ = "0.54"      __description__ = """Quickshare.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/RPNetBiz.py b/pyload/plugins/hoster/RPNetBiz.py index 380f84c53..57c22698d 100644 --- a/pyload/plugins/hoster/RPNetBiz.py +++ b/pyload/plugins/hoster/RPNetBiz.py @@ -11,7 +11,7 @@ class RPNetBiz(Hoster):      __version__ = "0.1"      __type__ = "hoster"      __description__ = """RPNet.biz hoster plugin""" -    __pattern__ = r"https?://.*rpnet\.biz" +    __pattern__ = r'https?://.*rpnet\.biz'      __author_name__ = "Dman"      __author_mail__ = "dmanugm@gmail.com" diff --git a/pyload/plugins/hoster/RapidgatorNet.py b/pyload/plugins/hoster/RapidgatorNet.py index 7cb4cd229..b966fd1d6 100644 --- a/pyload/plugins/hoster/RapidgatorNet.py +++ b/pyload/plugins/hoster/RapidgatorNet.py @@ -28,7 +28,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha, SolveMedia, AdsCap  class RapidgatorNet(SimpleHoster):      __name__ = "RapidgatorNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(rapidgator\.net|rg\.to)/file/\w+" +    __pattern__ = r'http://(?:www\.)?(rapidgator\.net|rg\.to)/file/\w+'      __version__ = "0.21"      __description__ = """Rapidgator.net hoster plugin"""      __author_name__ = ("zoidberg", "chrox", "stickell", "Walter Purcaro") diff --git a/pyload/plugins/hoster/RapidshareCom.py b/pyload/plugins/hoster/RapidshareCom.py index 47e3653cc..e5ab6b445 100644 --- a/pyload/plugins/hoster/RapidshareCom.py +++ b/pyload/plugins/hoster/RapidshareCom.py @@ -51,7 +51,7 @@ def getInfo(urls):  class RapidshareCom(Hoster):      __name__ = "RapidshareCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?rapidshare.com/(?:files/(?P<id>\d*?)/(?P<name>[^?]+)|#!download\|(?:\w+)\|(?P<id_new>\d+)\|(?P<name_new>[^|]+))" +    __pattern__ = r'https?://(?:www\.)?rapidshare.com/(?:files/(?P<id>\d*?)/(?P<name>[^?]+)|#!download\|(?:\w+)\|(?P<id_new>\d+)\|(?P<name_new>[^|]+))'      __version__ = "1.39"      __description__ = """Rapidshare.com hoster plugin"""      __config__ = [("server", diff --git a/pyload/plugins/hoster/RarefileNet.py b/pyload/plugins/hoster/RarefileNet.py index cd88514d9..8f2aacbcf 100644 --- a/pyload/plugins/hoster/RarefileNet.py +++ b/pyload/plugins/hoster/RarefileNet.py @@ -9,7 +9,7 @@ from module.utils import html_unescape  class RarefileNet(XFileSharingPro):      __name__ = "RarefileNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?rarefile.net/\w{12}" +    __pattern__ = r'http://(?:www\.)?rarefile.net/\w{12}'      __version__ = "0.03"      __description__ = """Rarefile.net hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/RealdebridCom.py b/pyload/plugins/hoster/RealdebridCom.py index 04ba80d0f..36fcd194c 100644 --- a/pyload/plugins/hoster/RealdebridCom.py +++ b/pyload/plugins/hoster/RealdebridCom.py @@ -15,7 +15,7 @@ class RealdebridCom(Hoster):      __version__ = "0.53"      __type__ = "hoster" -    __pattern__ = r"https?://(?:[^/]*\.)?real-debrid\..*" +    __pattern__ = r'https?://(?:[^/]*\.)?real-debrid\..*'      __description__ = """Real-Debrid.com hoster plugin"""      __author_name__ = "Devirex Hazzard"      __author_mail__ = "naibaf_11@yahoo.de" diff --git a/pyload/plugins/hoster/RehostTo.py b/pyload/plugins/hoster/RehostTo.py index b05582914..94e53520a 100644 --- a/pyload/plugins/hoster/RehostTo.py +++ b/pyload/plugins/hoster/RehostTo.py @@ -8,7 +8,7 @@ class RehostTo(Hoster):      __name__ = "RehostTo"      __version__ = "0.13"      __type__ = "hoster" -    __pattern__ = r"https?://.*rehost.to\..*" +    __pattern__ = r'https?://.*rehost.to\..*'      __description__ = """Rehost.com hoster plugin"""      __author_name__ = "RaNaN"      __author_mail__ = "RaNaN@pyload.org" diff --git a/pyload/plugins/hoster/RgHostNet.py b/pyload/plugins/hoster/RgHostNet.py index d7f8af524..9e37ed87b 100644 --- a/pyload/plugins/hoster/RgHostNet.py +++ b/pyload/plugins/hoster/RgHostNet.py @@ -7,7 +7,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class RgHostNet(SimpleHoster):      __name__ = "RgHostNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?rghost\.net/\d+(?:r=\d+)?" +    __pattern__ = r'http://(?:www\.)?rghost\.net/\d+(?:r=\d+)?'      __version__ = "0.01"      __description__ = """RgHost.net hoster plugin"""      __author_name__ = "z00nx" diff --git a/pyload/plugins/hoster/SecureUploadEu.py b/pyload/plugins/hoster/SecureUploadEu.py index ffb1aedab..1b11d691d 100644 --- a/pyload/plugins/hoster/SecureUploadEu.py +++ b/pyload/plugins/hoster/SecureUploadEu.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class SecureUploadEu(XFileSharingPro):      __name__ = "SecureUploadEu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?secureupload\.eu/(\w){12}(/\w+)" +    __pattern__ = r'http://(?:www\.)?secureupload\.eu/(\w){12}(/\w+)'      __version__ = "0.01"      __description__ = """SecureUpload.eu hoster plugin"""      __author_name__ = "z00nx" diff --git a/pyload/plugins/hoster/SendmywayCom.py b/pyload/plugins/hoster/SendmywayCom.py index 606a5f61f..6de87e2b3 100644 --- a/pyload/plugins/hoster/SendmywayCom.py +++ b/pyload/plugins/hoster/SendmywayCom.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf  class SendmywayCom(XFileSharingPro):      __name__ = "SendmywayCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?sendmyway.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?sendmyway.com/\w{12}'      __version__ = "0.01"      __description__ = """SendMyWay hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/SendspaceCom.py b/pyload/plugins/hoster/SendspaceCom.py index a3959e6be..d6eafac0c 100644 --- a/pyload/plugins/hoster/SendspaceCom.py +++ b/pyload/plugins/hoster/SendspaceCom.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class SendspaceCom(SimpleHoster):      __name__ = "SendspaceCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?sendspace.com/file/.*" +    __pattern__ = r'http://(?:www\.)?sendspace.com/file/.*'      __version__ = "0.13"      __description__ = """Sendspace.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/Share4webCom.py b/pyload/plugins/hoster/Share4webCom.py index 7d52534cf..e25216cb8 100644 --- a/pyload/plugins/hoster/Share4webCom.py +++ b/pyload/plugins/hoster/Share4webCom.py @@ -7,7 +7,7 @@ from module.plugins.internal.SimpleHoster import create_getInfo  class Share4webCom(UnibytesCom):      __name__ = "Share4webCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?share4web\.com/get/\w+" +    __pattern__ = r'http://(?:www\.)?share4web\.com/get/\w+'      __version__ = "0.1"      __description__ = """Share4web.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/Share76Com.py b/pyload/plugins/hoster/Share76Com.py index 1f666adbf..558ec2451 100644 --- a/pyload/plugins/hoster/Share76Com.py +++ b/pyload/plugins/hoster/Share76Com.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class Share76Com(DeadHoster):      __name__ = "Share76Com"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?share76.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?share76.com/\w{12}'      __version__ = "0.04"      __description__ = """Share76.com hoster plugin"""      __author_name__ = "me" diff --git a/pyload/plugins/hoster/ShareRapidCom.py b/pyload/plugins/hoster/ShareRapidCom.py index 77b1acd52..b82a142ea 100644 --- a/pyload/plugins/hoster/ShareRapidCom.py +++ b/pyload/plugins/hoster/ShareRapidCom.py @@ -22,7 +22,7 @@ def getInfo(urls):  class ShareRapidCom(SimpleHoster):      __name__ = "ShareRapidCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?((share(-?rapid\.(biz|com|cz|info|eu|net|org|pl|sk)|-(central|credit|free|net)\.cz|-ms\.net)|(s-?rapid|rapids)\.(cz|sk))|(e-stahuj|mediatack|premium-rapidshare|rapidshare-premium|qiuck)\.cz|kadzet\.com|stahuj-zdarma\.eu|strelci\.net|universal-share\.com)/stahuj/(?P<id>\w+)" +    __pattern__ = r'http://(?:www\.)?((share(-?rapid\.(biz|com|cz|info|eu|net|org|pl|sk)|-(central|credit|free|net)\.cz|-ms\.net)|(s-?rapid|rapids)\.(cz|sk))|(e-stahuj|mediatack|premium-rapidshare|rapidshare-premium|qiuck)\.cz|kadzet\.com|stahuj-zdarma\.eu|strelci\.net|universal-share\.com)/stahuj/(?P<id>\w+)'      __version__ = "0.53"      __description__ = """Share-rapid.com hoster plugin"""      __author_name__ = ("MikyWoW", "zoidberg", "stickell") diff --git a/pyload/plugins/hoster/SharebeesCom.py b/pyload/plugins/hoster/SharebeesCom.py index f371d20a2..a4625b6a1 100644 --- a/pyload/plugins/hoster/SharebeesCom.py +++ b/pyload/plugins/hoster/SharebeesCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class SharebeesCom(DeadHoster):      __name__ = "SharebeesCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?sharebees.com/\w{12}" +    __pattern__ = r'http://(?:www\.)?sharebees.com/\w{12}'      __version__ = "0.02"      __description__ = """ShareBees hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/ShareonlineBiz.py b/pyload/plugins/hoster/ShareonlineBiz.py index b5f890008..67f373962 100644 --- a/pyload/plugins/hoster/ShareonlineBiz.py +++ b/pyload/plugins/hoster/ShareonlineBiz.py @@ -41,7 +41,7 @@ def getInfo(urls):  class ShareonlineBiz(Hoster):      __name__ = "ShareonlineBiz"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(share-online\.biz|egoshare\.com)/(download.php\?id=|dl/)(?P<ID>\w+)" +    __pattern__ = r'https?://(?:www\.)?(share-online\.biz|egoshare\.com)/(download.php\?id=|dl/)(?P<ID>\w+)'      __version__ = "0.38"      __description__ = """Shareonline.biz hoster plugin"""      __author_name__ = ("spoob", "mkaay", "zoidberg", "Walter Purcaro") diff --git a/pyload/plugins/hoster/ShareplaceCom.py b/pyload/plugins/hoster/ShareplaceCom.py index 5174a7ec2..ba1b40fb7 100644 --- a/pyload/plugins/hoster/ShareplaceCom.py +++ b/pyload/plugins/hoster/ShareplaceCom.py @@ -8,7 +8,7 @@ from module.plugins.Hoster import Hoster  class ShareplaceCom(Hoster):      __name__ = "ShareplaceCom"      __type__ = "hoster" -    __pattern__ = r"(http://)?(?:www\.)?shareplace\.(com|org)/\?[a-zA-Z0-9]+" +    __pattern__ = r'(http://)?(?:www\.)?shareplace\.(com|org)/\?[a-zA-Z0-9]+'      __version__ = "0.11"      __description__ = """Shareplace.com hoster plugin"""      __author_name__ = "ACCakut" diff --git a/pyload/plugins/hoster/ShragleCom.py b/pyload/plugins/hoster/ShragleCom.py index 9b53d4f54..a86e66972 100644 --- a/pyload/plugins/hoster/ShragleCom.py +++ b/pyload/plugins/hoster/ShragleCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class ShragleCom(DeadHoster):      __name__ = "ShragleCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(cloudnator|shragle).com/files/(?P<ID>.*?)/" +    __pattern__ = r'http://(?:www\.)?(cloudnator|shragle).com/files/(?P<ID>.*?)/'      __version__ = "0.22"      __description__ = """Cloudnator.com (Shragle.com) hoster plugin"""      __author_name__ = ("RaNaN", "zoidberg") diff --git a/pyload/plugins/hoster/SimplydebridCom.py b/pyload/plugins/hoster/SimplydebridCom.py index 97078f75c..c364819a0 100644 --- a/pyload/plugins/hoster/SimplydebridCom.py +++ b/pyload/plugins/hoster/SimplydebridCom.py @@ -10,7 +10,7 @@ class SimplydebridCom(Hoster):      __name__ = "SimplydebridCom"      __version__ = "0.1"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd.php/*" +    __pattern__ = r'http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd.php/*'      __description__ = """Simply-debrid.com hoster plugin"""      __author_name__ = "Kagenoshin"      __author_mail__ = "kagenoshin@gmx.ch" diff --git a/pyload/plugins/hoster/SpeedLoadOrg.py b/pyload/plugins/hoster/SpeedLoadOrg.py index e3d300d40..76ab52868 100644 --- a/pyload/plugins/hoster/SpeedLoadOrg.py +++ b/pyload/plugins/hoster/SpeedLoadOrg.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class SpeedLoadOrg(DeadHoster):      __name__ = "SpeedLoadOrg"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?speedload\.org/(?P<ID>\w+)" +    __pattern__ = r'http://(?:www\.)?speedload\.org/(?P<ID>\w+)'      __version__ = "1.02"      __description__ = """Speedload.org hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/SpeedfileCz.py b/pyload/plugins/hoster/SpeedfileCz.py index 76625c3c4..63e126f0a 100644 --- a/pyload/plugins/hoster/SpeedfileCz.py +++ b/pyload/plugins/hoster/SpeedfileCz.py @@ -23,7 +23,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class SpeedfileCz(DeadHoster):      __name__ = "SpeedFileCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?speedfile.cz/.*" +    __pattern__ = r'http://(?:www\.)?speedfile.cz/.*'      __version__ = "0.32"      __description__ = """Speedfile.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/StreamCz.py b/pyload/plugins/hoster/StreamCz.py index 9b51a4abd..bbef31a67 100644 --- a/pyload/plugins/hoster/StreamCz.py +++ b/pyload/plugins/hoster/StreamCz.py @@ -39,7 +39,7 @@ def getInfo(urls):  class StreamCz(Hoster):      __name__ = "StreamCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?stream.cz/[^/]+/\d+.*" +    __pattern__ = r'http://(?:www\.)?stream.cz/[^/]+/\d+.*'      __version__ = "0.1"      __description__ = """Stream.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/StreamcloudEu.py b/pyload/plugins/hoster/StreamcloudEu.py index 087ad36f4..284054c15 100644 --- a/pyload/plugins/hoster/StreamcloudEu.py +++ b/pyload/plugins/hoster/StreamcloudEu.py @@ -10,7 +10,7 @@ from module.network.HTTPRequest import HTTPRequest  class StreamcloudEu(XFileSharingPro):      __name__ = "StreamcloudEu"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?streamcloud\.eu/\S+" +    __pattern__ = r'http://(?:www\.)?streamcloud\.eu/\S+'      __version__ = "0.03"      __description__ = """Streamcloud.eu hoster plugin"""      __author_name__ = "seoester" diff --git a/pyload/plugins/hoster/TurbobitNet.py b/pyload/plugins/hoster/TurbobitNet.py index 510fadf00..f15b8b0c4 100644 --- a/pyload/plugins/hoster/TurbobitNet.py +++ b/pyload/plugins/hoster/TurbobitNet.py @@ -36,7 +36,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha  class TurbobitNet(SimpleHoster):      __name__ = "TurbobitNet"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(turbobit.net|unextfiles.com)/(?!download/folder/)(?:download/free/)?(?P<ID>\w+).*" +    __pattern__ = r'http://(?:www\.)?(turbobit.net|unextfiles.com)/(?!download/folder/)(?:download/free/)?(?P<ID>\w+).*'      __version__ = "0.11"      __description__ = """Turbobit.net plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/TurbouploadCom.py b/pyload/plugins/hoster/TurbouploadCom.py index 87ce6a9ac..3f3deca15 100644 --- a/pyload/plugins/hoster/TurbouploadCom.py +++ b/pyload/plugins/hoster/TurbouploadCom.py @@ -23,7 +23,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class TurbouploadCom(DeadHoster):      __name__ = "TurbouploadCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?turboupload.com/(\w+).*" +    __pattern__ = r'http://(?:www\.)?turboupload.com/(\w+).*'      __version__ = "0.03"      __description__ = """Turboupload.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/TwoSharedCom.py b/pyload/plugins/hoster/TwoSharedCom.py index 0568d01b6..7881ca098 100644 --- a/pyload/plugins/hoster/TwoSharedCom.py +++ b/pyload/plugins/hoster/TwoSharedCom.py @@ -8,7 +8,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class TwoSharedCom(SimpleHoster):      __name__ = "TwoSharedCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?2shared.com/(account/)?(download|get|file|document|photo|video|audio)/.*" +    __pattern__ = r'http://(?:www\.)?2shared.com/(account/)?(download|get|file|document|photo|video|audio)/.*'      __version__ = "0.11"      __description__ = """2Shared.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/UlozTo.py b/pyload/plugins/hoster/UlozTo.py index 1151805f4..5d03eb716 100644 --- a/pyload/plugins/hoster/UlozTo.py +++ b/pyload/plugins/hoster/UlozTo.py @@ -29,7 +29,7 @@ def convertDecimalPrefix(m):  class UlozTo(SimpleHoster):      __name__ = "UlozTo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(uloz\.to|ulozto\.(cz|sk|net)|bagruj.cz|zachowajto.pl)/(?:live/)?(?P<id>\w+/[^/?]*)" +    __pattern__ = r'http://(?:www\.)?(uloz\.to|ulozto\.(cz|sk|net)|bagruj.cz|zachowajto.pl)/(?:live/)?(?P<id>\w+/[^/?]*)'      __version__ = "0.96"      __description__ = """Uloz.to hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/UloziskoSk.py b/pyload/plugins/hoster/UloziskoSk.py index ed55335d2..d24e21779 100644 --- a/pyload/plugins/hoster/UloziskoSk.py +++ b/pyload/plugins/hoster/UloziskoSk.py @@ -24,7 +24,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo, P  class UloziskoSk(SimpleHoster):      __name__ = "UloziskoSk"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?ulozisko.sk/.*" +    __pattern__ = r'http://(?:www\.)?ulozisko.sk/.*'      __version__ = "0.23"      __description__ = """Ulozisko.sk hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/UnibytesCom.py b/pyload/plugins/hoster/UnibytesCom.py index df3cfd92e..1a64146c4 100644 --- a/pyload/plugins/hoster/UnibytesCom.py +++ b/pyload/plugins/hoster/UnibytesCom.py @@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class UnibytesCom(SimpleHoster):      __name__ = "UnibytesCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?unibytes\.com/[a-zA-Z0-9-._ ]{11}B" +    __pattern__ = r'http://(?:www\.)?unibytes\.com/[a-zA-Z0-9-._ ]{11}B'      __version__ = "0.1"      __description__ = """UniBytes.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/UnrestrictLi.py b/pyload/plugins/hoster/UnrestrictLi.py index 501fab1da..a0447d873 100644 --- a/pyload/plugins/hoster/UnrestrictLi.py +++ b/pyload/plugins/hoster/UnrestrictLi.py @@ -36,7 +36,7 @@ class UnrestrictLi(Hoster):      __name__ = "UnrestrictLi"      __version__ = "0.11"      __type__ = "hoster" -    __pattern__ = r"https?://(?:[^/]*\.)?(unrestrict|unr)\.li" +    __pattern__ = r'https?://(?:[^/]*\.)?(unrestrict|unr)\.li'      __description__ = """Unrestrict.li hoster plugin"""      __author_name__ = "stickell"      __author_mail__ = "l.stickell@yahoo.it" diff --git a/pyload/plugins/hoster/UploadStationCom.py b/pyload/plugins/hoster/UploadStationCom.py index aed3a7a11..b0229aba4 100644 --- a/pyload/plugins/hoster/UploadStationCom.py +++ b/pyload/plugins/hoster/UploadStationCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class UploadStationCom(DeadHoster):      __name__ = "UploadStationCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?uploadstation\.com/file/(?P<id>[A-Za-z0-9]+)" +    __pattern__ = r'http://(?:www\.)?uploadstation\.com/file/(?P<id>[A-Za-z0-9]+)'      __version__ = "0.52"      __description__ = """UploadStation.com hoster plugin"""      __author_name__ = ("fragonib", "zoidberg") diff --git a/pyload/plugins/hoster/UploadedTo.py b/pyload/plugins/hoster/UploadedTo.py index 2ab7d89b6..6d17bcbd9 100644 --- a/pyload/plugins/hoster/UploadedTo.py +++ b/pyload/plugins/hoster/UploadedTo.py @@ -88,7 +88,7 @@ def getInfo(urls):  class UploadedTo(Hoster):      __name__ = "UploadedTo"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?(uploaded\.(to|net)|ul\.to)(/file/|/?\?id=|.*?&id=|/)(?P<ID>\w+)" +    __pattern__ = r'https?://(?:www\.)?(uploaded\.(to|net)|ul\.to)(/file/|/?\?id=|.*?&id=|/)(?P<ID>\w+)'      __version__ = "0.72"      __description__ = """Uploaded.net hoster plugin"""      __author_name__ = ("spoob", "mkaay", "zoidberg", "netpok", "stickell") diff --git a/pyload/plugins/hoster/UploadheroCom.py b/pyload/plugins/hoster/UploadheroCom.py index a396bd252..6ee3dbeba 100644 --- a/pyload/plugins/hoster/UploadheroCom.py +++ b/pyload/plugins/hoster/UploadheroCom.py @@ -27,7 +27,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class UploadheroCom(SimpleHoster):      __name__ = "UploadheroCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?uploadhero\.com?/dl/\w+" +    __pattern__ = r'http://(?:www\.)?uploadhero\.com?/dl/\w+'      __version__ = "0.15"      __description__ = """UploadHero.co plugin"""      __author_name__ = ("mcmyst", "zoidberg") diff --git a/pyload/plugins/hoster/UploadingCom.py b/pyload/plugins/hoster/UploadingCom.py index c6a8a1231..f3cc7a1c6 100644 --- a/pyload/plugins/hoster/UploadingCom.py +++ b/pyload/plugins/hoster/UploadingCom.py @@ -27,7 +27,7 @@ from module.common.json_layer import json_loads  class UploadingCom(SimpleHoster):      __name__ = "UploadingCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?uploading\.com/files/(?:get/)?(?P<ID>[\w\d]+)" +    __pattern__ = r'http://(?:www\.)?uploading\.com/files/(?:get/)?(?P<ID>[\w\d]+)'      __version__ = "0.34"      __description__ = """Uploading.com hoster plugin"""      __author_name__ = ("jeix", "mkaay", "zoidberg") diff --git a/pyload/plugins/hoster/WarserverCz.py b/pyload/plugins/hoster/WarserverCz.py index 48c41e9e4..a80349b45 100644 --- a/pyload/plugins/hoster/WarserverCz.py +++ b/pyload/plugins/hoster/WarserverCz.py @@ -28,7 +28,7 @@ from module.utils import html_unescape  class WarserverCz(SimpleHoster):      __name__ = "WarserverCz"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?warserver.cz/stahnout/(?P<ID>\d+)/.+" +    __pattern__ = r'http://(?:www\.)?warserver.cz/stahnout/(?P<ID>\d+)/.+'      __version__ = "0.12"      __description__ = """Warserver.cz hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/WebshareCz.py b/pyload/plugins/hoster/WebshareCz.py index da11fd446..53dc3b95c 100644 --- a/pyload/plugins/hoster/WebshareCz.py +++ b/pyload/plugins/hoster/WebshareCz.py @@ -38,7 +38,7 @@ def getInfo(urls):  class WebshareCz(SimpleHoster):      __name__ = "WebshareCz"      __type__ = "hoster" -    __pattern__ = r"https?://(?:www\.)?webshare.cz/(?:#/)?file/(?P<ID>\w+)" +    __pattern__ = r'https?://(?:www\.)?webshare.cz/(?:#/)?file/(?P<ID>\w+)'      __version__ = "0.13"      __description__ = """WebShare.cz hoster plugin"""      __author_name__ = "stickell" diff --git a/pyload/plugins/hoster/WrzucTo.py b/pyload/plugins/hoster/WrzucTo.py index d06b70946..7966b980a 100644 --- a/pyload/plugins/hoster/WrzucTo.py +++ b/pyload/plugins/hoster/WrzucTo.py @@ -26,7 +26,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo  class WrzucTo(SimpleHoster):      __name__ = "WrzucTo"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?wrzuc\.to/([a-zA-Z0-9]+(\.wt|\.html)|(\w+/?linki/[a-zA-Z0-9]+))" +    __pattern__ = r'http://(?:www\.)?wrzuc\.to/([a-zA-Z0-9]+(\.wt|\.html)|(\w+/?linki/[a-zA-Z0-9]+))'      __version__ = "0.01"      __description__ = """Wrzuc.to hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/WuploadCom.py b/pyload/plugins/hoster/WuploadCom.py index 41e32fa73..a0228081c 100644 --- a/pyload/plugins/hoster/WuploadCom.py +++ b/pyload/plugins/hoster/WuploadCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class WuploadCom(DeadHoster):      __name__ = "WuploadCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?wupload\..*?/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?" +    __pattern__ = r'http://(?:www\.)?wupload\..*?/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?'      __version__ = "0.23"      __description__ = """Wupload.com hoster plugin"""      __author_name__ = ("jeix", "Paul King") diff --git a/pyload/plugins/hoster/X7To.py b/pyload/plugins/hoster/X7To.py index 19bd2f1ed..810ede911 100644 --- a/pyload/plugins/hoster/X7To.py +++ b/pyload/plugins/hoster/X7To.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo  class X7To(DeadHoster):      __name__ = "X7To"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?x7.to/" +    __pattern__ = r'http://(?:www\.)?x7.to/'      __version__ = "0.41"      __description__ = """X7.to hoster plugin"""      __author_name__ = "ernieb" diff --git a/pyload/plugins/hoster/XFileSharingPro.py b/pyload/plugins/hoster/XFileSharingPro.py index 96965f647..7f47ffce8 100644 --- a/pyload/plugins/hoster/XFileSharingPro.py +++ b/pyload/plugins/hoster/XFileSharingPro.py @@ -36,7 +36,7 @@ class XFileSharingPro(SimpleHoster):      """      __name__ = "XFileSharingPro"      __type__ = "hoster" -    __pattern__ = r"^unmatchable$" +    __pattern__ = r'^unmatchable$'      __version__ = "0.29"      __description__ = """XFileSharingPro base hoster plugin"""      __author_name__ = ("zoidberg", "stickell") diff --git a/pyload/plugins/hoster/XHamsterCom.py b/pyload/plugins/hoster/XHamsterCom.py index 254707faf..0f0371f21 100644 --- a/pyload/plugins/hoster/XHamsterCom.py +++ b/pyload/plugins/hoster/XHamsterCom.py @@ -18,7 +18,7 @@ def clean_json(json_expr):  class XHamsterCom(Hoster):      __name__ = "XHamsterCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?xhamster\.com/movies/.+" +    __pattern__ = r'http://(?:www\.)?xhamster\.com/movies/.+'      __version__ = "0.12"      __config__ = [("type", ".mp4;.flv", "Preferred type", ".mp4")]      __description__ = """XHamster.com hoster plugin""" diff --git a/pyload/plugins/hoster/XVideosCom.py b/pyload/plugins/hoster/XVideosCom.py index ffe6c4c33..b2fa5243f 100644 --- a/pyload/plugins/hoster/XVideosCom.py +++ b/pyload/plugins/hoster/XVideosCom.py @@ -9,7 +9,7 @@ from module.plugins.Hoster import Hoster  class XVideosCom(Hoster):      __name__ = "XVideos.com"      __version__ = "0.1" -    __pattern__ = r"http://(?:www\.)?xvideos\.com/video([0-9]+)/.*" +    __pattern__ = r'http://(?:www\.)?xvideos\.com/video([0-9]+)/.*'      __description__ = """XVideos.com hoster plugin"""      __author_name__ = ""      __author_mail__ = "" diff --git a/pyload/plugins/hoster/YibaishiwuCom.py b/pyload/plugins/hoster/YibaishiwuCom.py index 7bad0ec17..e51937924 100644 --- a/pyload/plugins/hoster/YibaishiwuCom.py +++ b/pyload/plugins/hoster/YibaishiwuCom.py @@ -25,7 +25,7 @@ from module.common.json_layer import json_loads  class YibaishiwuCom(SimpleHoster):      __name__ = "YibaishiwuCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?(?:u\.)?115.com/file/(?P<ID>\w+)" +    __pattern__ = r'http://(?:www\.)?(?:u\.)?115.com/file/(?P<ID>\w+)'      __version__ = "0.12"      __description__ = """115.com hoster plugin"""      __author_name__ = "zoidberg" diff --git a/pyload/plugins/hoster/YoupornCom.py b/pyload/plugins/hoster/YoupornCom.py index c6f2d07ad..9dc1dc6e9 100644 --- a/pyload/plugins/hoster/YoupornCom.py +++ b/pyload/plugins/hoster/YoupornCom.py @@ -7,7 +7,7 @@ from module.plugins.Hoster import Hoster  class YoupornCom(Hoster):      __name__ = "YoupornCom"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?youporn\.com/watch/.+" +    __pattern__ = r'http://(?:www\.)?youporn\.com/watch/.+'      __version__ = "0.2"      __description__ = """Youporn.com hoster plugin"""      __author_name__ = "willnix" diff --git a/pyload/plugins/hoster/YourfilesTo.py b/pyload/plugins/hoster/YourfilesTo.py index a32af4932..c8c5c523c 100644 --- a/pyload/plugins/hoster/YourfilesTo.py +++ b/pyload/plugins/hoster/YourfilesTo.py @@ -8,7 +8,7 @@ from module.plugins.Hoster import Hoster  class YourfilesTo(Hoster):      __name__ = "YourfilesTo"      __type__ = "hoster" -    __pattern__ = r"(http://)?(?:www\.)?yourfiles\.(to|biz)/\?d=[a-zA-Z0-9]+" +    __pattern__ = r'(http://)?(?:www\.)?yourfiles\.(to|biz)/\?d=[a-zA-Z0-9]+'      __version__ = "0.21"      __description__ = """Youfiles.to hoster plugin"""      __author_name__ = ("jeix", "skydancer") diff --git a/pyload/plugins/hoster/YoutubeCom.py b/pyload/plugins/hoster/YoutubeCom.py index 06eba4d09..330aae190 100644 --- a/pyload/plugins/hoster/YoutubeCom.py +++ b/pyload/plugins/hoster/YoutubeCom.py @@ -34,7 +34,7 @@ def which(program):  class YoutubeCom(Hoster):      __name__ = "YoutubeCom"      __type__ = "hoster" -    __pattern__ = r"https?://(?:[^/]*\.)?youtube\.com/watch.*?[?&]v=.*" +    __pattern__ = r'https?://(?:[^/]*\.)?youtube\.com/watch.*?[?&]v=.*'      __version__ = "0.39"      __config__ = [("quality", "sd;hd;fullhd;240p;360p;480p;720p;1080p;3072p", "Quality Setting", "hd"),                    ("fmt", "int", "FMT/ITAG Number (5-102, 0 for auto)", 0), diff --git a/pyload/plugins/hoster/ZDF.py b/pyload/plugins/hoster/ZDF.py index 3407b2e6d..e718f283e 100644 --- a/pyload/plugins/hoster/ZDF.py +++ b/pyload/plugins/hoster/ZDF.py @@ -13,7 +13,7 @@ class ZDF(Hoster):      # http://github.com/enkore/zdfm/      __name__ = "ZDF Mediathek"      __version__ = "0.8" -    __pattern__ = r"http://(?:www\.)?zdf\.de/ZDFmediathek/[^0-9]*([0-9]+)[^0-9]*" +    __pattern__ = r'http://(?:www\.)?zdf\.de/ZDFmediathek/[^0-9]*([0-9]+)[^0-9]*'      __description__ = """ZDF.de hoster plugin"""      __author_name__ = ""      __author_mail__ = "" diff --git a/pyload/plugins/hoster/ZeveraCom.py b/pyload/plugins/hoster/ZeveraCom.py index 7305ad90b..d3d67bedc 100644 --- a/pyload/plugins/hoster/ZeveraCom.py +++ b/pyload/plugins/hoster/ZeveraCom.py @@ -7,7 +7,7 @@ class ZeveraCom(Hoster):      __name__ = "ZeveraCom"      __version__ = "0.21"      __type__ = "hoster" -    __pattern__ = r"http://(?:www\.)?zevera.com/.*" +    __pattern__ = r'http://(?:www\.)?zevera.com/.*'      __description__ = """Zevera.com hoster plugin"""      __author_name__ = "zoidberg"      __author_mail__ = "zoidberg@mujmail.cz" diff --git a/pyload/plugins/hoster/ZippyshareCom.py b/pyload/plugins/hoster/ZippyshareCom.py index 93942c43f..5e0172d4c 100644 --- a/pyload/plugins/hoster/ZippyshareCom.py +++ b/pyload/plugins/hoster/ZippyshareCom.py @@ -16,7 +16,7 @@ from module.common.json_layer import json_loads  class ZippyshareCom(SimpleHoster):      __name__ = "ZippyshareCom"      __type__ = "hoster" -    __pattern__ = r"(?P<HOST>http://www\d{0,2}\.zippyshare.com)/v(?:/|iew.jsp.*key=)(?P<KEY>\d+)" +    __pattern__ = r'(?P<HOST>http://www\d{0,2}\.zippyshare.com)/v(?:/|iew.jsp.*key=)(?P<KEY>\d+)'      __version__ = "0.46"      __description__ = """Zippyshare.com hoster plugin"""      __author_name__ = ("spoob", "zoidberg", "stickell") | 
