diff options
39 files changed, 39 insertions, 39 deletions
diff --git a/module/plugins/hoster/BezvadataCz.py b/module/plugins/hoster/BezvadataCz.py index 3a0b8e58c..9ca4b4b1a 100644 --- a/module/plugins/hoster/BezvadataCz.py +++ b/module/plugins/hoster/BezvadataCz.py @@ -10,7 +10,7 @@ class BezvadataCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.25" -    __pattern__ = r'http://(?:www\.)?bezvadata\.cz/stahnout/.*' +    __pattern__ = r'http://(?:www\.)?bezvadata\.cz/stahnout/.+'      __description__ = """BezvaData.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/BitshareCom.py b/module/plugins/hoster/BitshareCom.py index 50013cc43..1c5c53f55 100644 --- a/module/plugins/hoster/BitshareCom.py +++ b/module/plugins/hoster/BitshareCom.py @@ -13,7 +13,7 @@ class BitshareCom(SimpleHoster):      __type__    = "hoster"      __version__ = "0.51" -    __pattern__ = r'http://(?:www\.)?bitshare\.com/(files/)?(?(1)|\?f=)(?P<ID>\w+)(?(1)/(?P<NAME>.*?)\.html)' +    __pattern__ = r'http://(?:www\.)?bitshare\.com/(files/)?(?(1)|\?f=)(?P<ID>\w+)(?(1)/(?P<NAME>.+?)\.html)'      __description__ = """Bitshare.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/CzshareCom.py b/module/plugins/hoster/CzshareCom.py index 914849879..aa381d712 100644 --- a/module/plugins/hoster/CzshareCom.py +++ b/module/plugins/hoster/CzshareCom.py @@ -14,7 +14,7 @@ class CzshareCom(SimpleHoster):      __type__    = "hoster"      __version__ = "0.96" -    __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/(\d+/|download\.php\?).*' +    __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/(\d+/|download\.php\?).+'      __description__ = """CZshare.com hoster plugin, now Sdilej.cz"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/DataportCz.py b/module/plugins/hoster/DataportCz.py index b9e6fd370..8e74f5553 100644 --- a/module/plugins/hoster/DataportCz.py +++ b/module/plugins/hoster/DataportCz.py @@ -8,7 +8,7 @@ class DataportCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.40" -    __pattern__ = r'http://(?:www\.)?dataport\.cz/file/(.*)' +    __pattern__ = r'http://(?:www\.)?dataport\.cz/file/(.+)'      __description__ = """Dataport.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/EdiskCz.py b/module/plugins/hoster/EdiskCz.py index b9dc45e78..eb9338871 100644 --- a/module/plugins/hoster/EdiskCz.py +++ b/module/plugins/hoster/EdiskCz.py @@ -10,7 +10,7 @@ class EdiskCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.22" -    __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)/.+'      __description__ = """Edisk.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/EuroshareEu.py b/module/plugins/hoster/EuroshareEu.py index 705a8d18a..cc10abb37 100644 --- a/module/plugins/hoster/EuroshareEu.py +++ b/module/plugins/hoster/EuroshareEu.py @@ -10,7 +10,7 @@ class EuroshareEu(SimpleHoster):      __type__    = "hoster"      __version__ = "0.26" -    __pattern__ = r'http://(?:www\.)?euroshare\.(eu|sk|cz|hu|pl)/file/.*' +    __pattern__ = r'http://(?:www\.)?euroshare\.(eu|sk|cz|hu|pl)/file/.+'      __description__ = """Euroshare.eu hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index a4c85b4ca..5f6fd2d4c 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -14,7 +14,7 @@ class FastixRu(MultiHoster):      __type__    = "hoster"      __version__ = "0.08" -    __pattern__ = r'http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>\w{24})' +    __pattern__ = r'http://(?:www\.)?fastix\.(ru|it)/file/\w{24}'      __description__ = """Fastix hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FilebeerInfo.py b/module/plugins/hoster/FilebeerInfo.py index ff1194ecc..885010a2c 100644 --- a/module/plugins/hoster/FilebeerInfo.py +++ b/module/plugins/hoster/FilebeerInfo.py @@ -8,7 +8,7 @@ class FilebeerInfo(DeadHoster):      __type__    = "hoster"      __version__ = "0.03" -    __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+).*' +    __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+)'      __description__ = """Filebeer.info plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FilecloudIo.py b/module/plugins/hoster/FilecloudIo.py index cb9782f23..8b6804a68 100644 --- a/module/plugins/hoster/FilecloudIo.py +++ b/module/plugins/hoster/FilecloudIo.py @@ -12,7 +12,7 @@ class FilecloudIo(SimpleHoster):      __type__    = "hoster"      __version__ = "0.05" -    __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+)'      __description__ = """Filecloud.io hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FilejungleCom.py b/module/plugins/hoster/FilejungleCom.py index d5367e0be..8a8aee9e2 100644 --- a/module/plugins/hoster/FilejungleCom.py +++ b/module/plugins/hoster/FilejungleCom.py @@ -9,7 +9,7 @@ class FilejungleCom(FileserveCom):      __type__    = "hoster"      __version__ = "0.51" -    __pattern__ = r'http://(?:www\.)?filejungle\.com/f/(?P<ID>[^/]+).*' +    __pattern__ = r'http://(?:www\.)?filejungle\.com/f/(?P<ID>[^/]+)'      __description__ = """Filejungle.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FilesMailRu.py b/module/plugins/hoster/FilesMailRu.py index 92ff5a02a..9b39d818f 100644 --- a/module/plugins/hoster/FilesMailRu.py +++ b/module/plugins/hoster/FilesMailRu.py @@ -34,7 +34,7 @@ class FilesMailRu(Hoster):      __type__    = "hoster"      __version__ = "0.31" -    __pattern__ = r'http://(?:www\.)?files\.mail\.ru/.*' +    __pattern__ = r'http://(?:www\.)?files\.mail\.ru/.+'      __description__ = """Files.mail.ru hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FlyFilesNet.py b/module/plugins/hoster/FlyFilesNet.py index 361537927..49705958d 100644 --- a/module/plugins/hoster/FlyFilesNet.py +++ b/module/plugins/hoster/FlyFilesNet.py @@ -13,7 +13,7 @@ class FlyFilesNet(SimpleHoster):      __type__    = "hoster"      __version__ = "0.10" -    __pattern__ = r'http://(?:www\.)?flyfiles\.net/.*' +    __pattern__ = r'http://(?:www\.)?flyfiles\.net/.+'      __description__ = """FlyFiles.net hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FourSharedCom.py b/module/plugins/hoster/FourSharedCom.py index e1fcdab26..0406df0c4 100644 --- a/module/plugins/hoster/FourSharedCom.py +++ b/module/plugins/hoster/FourSharedCom.py @@ -10,7 +10,7 @@ class FourSharedCom(SimpleHoster):      __type__    = "hoster"      __version__ = "0.30" -    __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)/.+'      __description__ = """4Shared.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FreeWayMe.py b/module/plugins/hoster/FreeWayMe.py index 6bda13792..80d0b8515 100644 --- a/module/plugins/hoster/FreeWayMe.py +++ b/module/plugins/hoster/FreeWayMe.py @@ -8,7 +8,7 @@ class FreeWayMe(MultiHoster):      __type__    = "hoster"      __version__ = "0.14" -    __pattern__ = r'https://(?:www\.)?free-way\.me/.*' +    __pattern__ = r'https://(?:www\.)?free-way\.me/.+'      __description__ = """FreeWayMe hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/FshareVn.py b/module/plugins/hoster/FshareVn.py index 7b8e4b0bd..a3f9703df 100644 --- a/module/plugins/hoster/FshareVn.py +++ b/module/plugins/hoster/FshareVn.py @@ -26,7 +26,7 @@ class FshareVn(SimpleHoster):      __type__    = "hoster"      __version__ = "0.18" -    __pattern__ = r'http://(?:www\.)?fshare\.vn/file/.*' +    __pattern__ = r'http://(?:www\.)?fshare\.vn/file/.+'      __description__ = """FshareVn hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/HellshareCz.py b/module/plugins/hoster/HellshareCz.py index 117749f89..4b44cc335 100644 --- a/module/plugins/hoster/HellshareCz.py +++ b/module/plugins/hoster/HellshareCz.py @@ -10,7 +10,7 @@ class HellshareCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.83" -    __pattern__ = r'(http://(?:www\.)?hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+).*' +    __pattern__ = r'(http://(?:www\.)?hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+)'      __description__ = """Hellshare.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/HellspyCz.py b/module/plugins/hoster/HellspyCz.py index a7ca19406..2b9b76b8a 100644 --- a/module/plugins/hoster/HellspyCz.py +++ b/module/plugins/hoster/HellspyCz.py @@ -8,7 +8,7 @@ class HellspyCz(DeadHoster):      __type__    = "hoster"      __version__ = "0.28" -    __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+)'      __description__ = """HellSpy.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/IcyFilesCom.py b/module/plugins/hoster/IcyFilesCom.py index d8a28ef72..921b64207 100644 --- a/module/plugins/hoster/IcyFilesCom.py +++ b/module/plugins/hoster/IcyFilesCom.py @@ -8,7 +8,7 @@ class IcyFilesCom(DeadHoster):      __type__    = "hoster"      __version__ = "0.06" -    __pattern__ = r'http://(?:www\.)?icyfiles\.com/(.*)' +    __pattern__ = r'http://(?:www\.)?icyfiles\.com/(.+)'      __description__ = """IcyFiles.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/IfolderRu.py b/module/plugins/hoster/IfolderRu.py index ab3097854..255f10f45 100644 --- a/module/plugins/hoster/IfolderRu.py +++ b/module/plugins/hoster/IfolderRu.py @@ -10,7 +10,7 @@ class IfolderRu(SimpleHoster):      __type__    = "hoster"      __version__ = "0.38" -    __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+)'      __description__ = """Ifolder.ru hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/JumbofilesCom.py b/module/plugins/hoster/JumbofilesCom.py index 2df639ac1..cabc0f098 100644 --- a/module/plugins/hoster/JumbofilesCom.py +++ b/module/plugins/hoster/JumbofilesCom.py @@ -10,7 +10,7 @@ class JumbofilesCom(SimpleHoster):      __type__    = "hoster"      __version__ = "0.02" -    __pattern__ = r'http://(?:www\.)?jumbofiles\.com/(\w{12}).*' +    __pattern__ = r'http://(?:www\.)?jumbofiles\.com/(\w{12})'      __description__ = """JumboFiles.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/MultishareCz.py b/module/plugins/hoster/MultishareCz.py index 62acab84c..adbae2da4 100644 --- a/module/plugins/hoster/MultishareCz.py +++ b/module/plugins/hoster/MultishareCz.py @@ -12,7 +12,7 @@ class MultishareCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.36" -    __pattern__ = r'http://(?:www\.)?multishare\.cz/stahnout/(?P<ID>\d+).*' +    __pattern__ = r'http://(?:www\.)?multishare\.cz/stahnout/(?P<ID>\d+)'      __description__ = """MultiShare.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/MyfastfileCom.py b/module/plugins/hoster/MyfastfileCom.py index 7471086fb..b5b9ec820 100644 --- a/module/plugins/hoster/MyfastfileCom.py +++ b/module/plugins/hoster/MyfastfileCom.py @@ -11,7 +11,7 @@ class MyfastfileCom(MultiHoster):      __type__    = "hoster"      __version__ = "0.07" -    __pattern__ = r'http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/dl/' +    __pattern__ = r'http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/dl/'      __description__ = """Myfastfile.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/OverLoadMe.py b/module/plugins/hoster/OverLoadMe.py index 54e3e73fb..54f869635 100644 --- a/module/plugins/hoster/OverLoadMe.py +++ b/module/plugins/hoster/OverLoadMe.py @@ -15,7 +15,7 @@ class OverLoadMe(MultiHoster):      __type__    = "hoster"      __version__ = "0.06" -    __pattern__ = r'https?://.*overload\.me.*' +    __pattern__ = r'https?://.*overload\.me/.+'      __description__ = """Over-Load.me hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/PremiumTo.py b/module/plugins/hoster/PremiumTo.py index fd5853f45..fa4caad5a 100644 --- a/module/plugins/hoster/PremiumTo.py +++ b/module/plugins/hoster/PremiumTo.py @@ -15,7 +15,7 @@ class PremiumTo(MultiHoster):      __type__    = "hoster"      __version__ = "0.16" -    __pattern__ = r'https?://(?:www\.)?premium\.to/.*' +    __pattern__ = r'https?://(?:www\.)?premium\.to/.+'      __description__ = """Premium.to hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/QuickshareCz.py b/module/plugins/hoster/QuickshareCz.py index 85a4dee39..85c25f6f0 100644 --- a/module/plugins/hoster/QuickshareCz.py +++ b/module/plugins/hoster/QuickshareCz.py @@ -12,7 +12,7 @@ class QuickshareCz(SimpleHoster):      __type__    = "hoster"      __version__ = "0.55" -    __pattern__ = r'http://(?:[^/]*\.)?quickshare\.cz/stahnout-soubor/.*' +    __pattern__ = r'http://(?:[^/]*\.)?quickshare\.cz/stahnout-soubor/.+'      __description__ = """Quickshare.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/RPNetBiz.py b/module/plugins/hoster/RPNetBiz.py index d6a67beb3..bffa5ef85 100644 --- a/module/plugins/hoster/RPNetBiz.py +++ b/module/plugins/hoster/RPNetBiz.py @@ -14,7 +14,7 @@ class RPNetBiz(MultiHoster):      __description__ = """RPNet.biz hoster plugin"""      __license__     = "GPLv3" -    __pattern__ = r'https?://.*rpnet\.biz' +    __pattern__ = r'https?://.+rpnet\.biz'      __authors__     = [("Dman", "dmanugm@gmail.com")] diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py index b1d0c6e93..2971a6781 100644 --- a/module/plugins/hoster/RehostTo.py +++ b/module/plugins/hoster/RehostTo.py @@ -10,7 +10,7 @@ class RehostTo(MultiHoster):      __type__    = "hoster"      __version__ = "0.16" -    __pattern__ = r'https?://.*rehost\.to\..*' +    __pattern__ = r'https?://.*rehost\.to\..+'      __description__ = """Rehost.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/ShragleCom.py b/module/plugins/hoster/ShragleCom.py index b31f0e450..bec30f6f2 100644 --- a/module/plugins/hoster/ShragleCom.py +++ b/module/plugins/hoster/ShragleCom.py @@ -8,7 +8,7 @@ class ShragleCom(DeadHoster):      __type__    = "hoster"      __version__ = "0.22" -    __pattern__ = r'http://(?:www\.)?(cloudnator|shragle)\.com/files/(?P<ID>.*?)/' +    __pattern__ = r'http://(?:www\.)?(cloudnator|shragle)\.com/files/(?P<ID>.+?)/'      __description__ = """Cloudnator.com (Shragle.com) hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py index b4be77031..5e6b47efc 100644 --- a/module/plugins/hoster/SimplydebridCom.py +++ b/module/plugins/hoster/SimplydebridCom.py @@ -10,7 +10,7 @@ class SimplydebridCom(MultiHoster):      __type__    = "hoster"      __version__ = "0.14" -    __pattern__ = r'http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd\.php/*' +    __pattern__ = r'http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd\.php'      __description__ = """Simply-debrid.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/SoundcloudCom.py b/module/plugins/hoster/SoundcloudCom.py index 4665dff05..3eb546604 100644 --- a/module/plugins/hoster/SoundcloudCom.py +++ b/module/plugins/hoster/SoundcloudCom.py @@ -11,7 +11,7 @@ class SoundcloudCom(Hoster):      __type__    = "hoster"      __version__ = "0.10" -    __pattern__ = r'https?://(?:www\.)?soundcloud\.com/(?P<UID>.*?)/(?P<SID>.*)' +    __pattern__ = r'https?://(?:www\.)?soundcloud\.com/(?P<UID>.+?)/(?P<SID>.+)'      __description__ = """SoundCloud.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/SpeedfileCz.py b/module/plugins/hoster/SpeedfileCz.py index c04d8b281..f23c8d4c7 100644 --- a/module/plugins/hoster/SpeedfileCz.py +++ b/module/plugins/hoster/SpeedfileCz.py @@ -8,7 +8,7 @@ class SpeedfileCz(DeadHoster):      __type__    = "hoster"      __version__ = "0.32" -    __pattern__ = r'http://(?:www\.)?speedfile\.cz/.*' +    __pattern__ = r'http://(?:www\.)?speedfile\.cz/.+'      __description__ = """Speedfile.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py index 6813271d0..11d4efcdb 100644 --- a/module/plugins/hoster/StreamCz.py +++ b/module/plugins/hoster/StreamCz.py @@ -25,7 +25,7 @@ class StreamCz(Hoster):      __type__    = "hoster"      __version__ = "0.20" -    __pattern__ = r'https?://(?:www\.)?stream\.cz/[^/]+/\d+.*' +    __pattern__ = r'https?://(?:www\.)?stream\.cz/[^/]+/\d+'      __description__ = """Stream.cz hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/TurbouploadCom.py b/module/plugins/hoster/TurbouploadCom.py index 7dd7b7dce..f0893cef6 100644 --- a/module/plugins/hoster/TurbouploadCom.py +++ b/module/plugins/hoster/TurbouploadCom.py @@ -8,7 +8,7 @@ class TurbouploadCom(DeadHoster):      __type__    = "hoster"      __version__ = "0.03" -    __pattern__ = r'http://(?:www\.)?turboupload\.com/(\w+).*' +    __pattern__ = r'http://(?:www\.)?turboupload\.com/(\w+)'      __description__ = """Turboupload.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/TwoSharedCom.py b/module/plugins/hoster/TwoSharedCom.py index 59a8ce6e1..1dd67f974 100644 --- a/module/plugins/hoster/TwoSharedCom.py +++ b/module/plugins/hoster/TwoSharedCom.py @@ -10,7 +10,7 @@ class TwoSharedCom(SimpleHoster):      __type__    = "hoster"      __version__ = "0.12" -    __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)/.+'      __description__ = """2Shared.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/UloziskoSk.py b/module/plugins/hoster/UloziskoSk.py index b48964771..0afa4e5a5 100644 --- a/module/plugins/hoster/UloziskoSk.py +++ b/module/plugins/hoster/UloziskoSk.py @@ -10,7 +10,7 @@ class UloziskoSk(SimpleHoster):      __type__    = "hoster"      __version__ = "0.24" -    __pattern__ = r'http://(?:www\.)?ulozisko\.sk/.*' +    __pattern__ = r'http://(?:www\.)?ulozisko\.sk/.+'      __description__ = """Ulozisko.sk hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/WuploadCom.py b/module/plugins/hoster/WuploadCom.py index 8e01c067c..75ce59353 100644 --- a/module/plugins/hoster/WuploadCom.py +++ b/module/plugins/hoster/WuploadCom.py @@ -8,7 +8,7 @@ class WuploadCom(DeadHoster):      __type__    = "hoster"      __version__ = "0.23" -    __pattern__ = r'http://(?:www\.)?wupload\..*?/file/((\w+/)?\d+)(/.*)?' +    __pattern__ = r'http://(?:www\.)?wupload\..+?/file/((\w+/)?\d+)(/.*)?'      __description__ = """Wupload.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/XVideosCom.py b/module/plugins/hoster/XVideosCom.py index d9190805d..9bb2da424 100644 --- a/module/plugins/hoster/XVideosCom.py +++ b/module/plugins/hoster/XVideosCom.py @@ -12,7 +12,7 @@ class XVideosCom(Hoster):      __type__    = "hoster"      __version__ = "0.10" -    __pattern__ = r'http://(?:www\.)?xvideos\.com/video(\d+)/.*' +    __pattern__ = r'http://(?:www\.)?xvideos\.com/video(\d+)'      __description__ = """XVideos.com hoster plugin"""      __license__     = "GPLv3" diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index bb0737440..90c6df3c2 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -39,7 +39,7 @@ class YoutubeCom(Hoster):      __type__    = "hoster"      __version__ = "0.40" -    __pattern__ = r'https?://(?:[^/]*\.)?(?:youtube\.com|youtu\.be)/watch.*?[?&]v=.*' +    __pattern__ = r'https?://(?:[^/]*\.)?(?:youtube\.com|youtu\.be)/watch.*?[?&]v=.+'      __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),                    (".mp4", "bool", "Allow .mp4", True), diff --git a/module/plugins/hoster/ZeveraCom.py b/module/plugins/hoster/ZeveraCom.py index 26d64555b..40ef5de0f 100644 --- a/module/plugins/hoster/ZeveraCom.py +++ b/module/plugins/hoster/ZeveraCom.py @@ -8,7 +8,7 @@ class ZeveraCom(MultiHoster):      __type__    = "hoster"      __version__ = "0.25" -    __pattern__ = r'http://(?:www\.)?zevera\.com/.*' +    __pattern__ = r'http://(?:www\.)?zevera\.com/.+'      __description__ = """Zevera.com hoster plugin"""      __license__     = "GPLv3"  | 
