diff options
Diffstat (limited to 'pyload/plugin/hoster/OronCom.py')
-rw-r--r-- | pyload/plugin/hoster/OronCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/OronCom.py b/pyload/plugin/hoster/OronCom.py index f28d34391..9a5207367 100644 --- a/pyload/plugin/hoster/OronCom.py +++ b/pyload/plugin/hoster/OronCom.py @@ -9,6 +9,7 @@ class OronCom(DeadHoster): __version__ = "0.14" __pattern__ = r'https?://(?:www\.)?oron\.com/\w{12}' + __config__ = [] __description__ = """Oron.com hoster plugin""" __license__ = "GPLv3" |