diff options
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/NoPremiumPl.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/NoPremiumPl.py b/module/plugins/hoster/NoPremiumPl.py index 2b6d2aa35..51e171f7a 100644 --- a/module/plugins/hoster/NoPremiumPl.py +++ b/module/plugins/hoster/NoPremiumPl.py @@ -9,6 +9,7 @@ class NoPremiumPl(SimpleHoster):      __version__ = "0.01"      __type__ = "hoster" +    __pattern__ = r"https?://direct\.nopremium\.pl.*"      __description__ = "NoPremium.pl hoster plugin"      __author_name__ = ("goddie")      __author_mail__ = ("dev@nopremium.pl")  | 
