diff options
Diffstat (limited to 'pyload/plugin/hoster/MegareleaseOrg.py')
-rw-r--r-- | pyload/plugin/hoster/MegareleaseOrg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/MegareleaseOrg.py b/pyload/plugin/hoster/MegareleaseOrg.py index c2c7fe357..541a1823c 100644 --- a/pyload/plugin/hoster/MegareleaseOrg.py +++ b/pyload/plugin/hoster/MegareleaseOrg.py @@ -9,6 +9,7 @@ class MegareleaseOrg(DeadHoster): __version__ = "0.02" __pattern__ = r'https?://(?:www\.)?megarelease\.org/\w{12}' + __config__ = [] __description__ = """Megarelease.org hoster plugin""" __license__ = "GPLv3" |