diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-09 12:48:29 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-09 12:48:29 +0200 |
commit | 1b0dad0b60b155a3629b705c44bbbd45aa3a1cf6 (patch) | |
tree | c9c587b0397603f3820affa9c378148d1ac543eb | |
parent | remove explicit "is not None" (diff) | |
download | pyload-1b0dad0b60b155a3629b705c44bbbd45aa3a1cf6.tar.xz |
nopremium link pattern
-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") |