diff options
Diffstat (limited to 'pyload/plugin/hoster/HotfileCom.py')
-rw-r--r-- | pyload/plugin/hoster/HotfileCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/HotfileCom.py b/pyload/plugin/hoster/HotfileCom.py index a9b1aa099..9491669b0 100644 --- a/pyload/plugin/hoster/HotfileCom.py +++ b/pyload/plugin/hoster/HotfileCom.py @@ -9,6 +9,7 @@ class HotfileCom(DeadHoster): __version__ = "0.37" __pattern__ = r'https?://(?:www\.)?hotfile\.com/dl/\d+/\w+' + __config__ = [] __description__ = """Hotfile.com hoster plugin""" __license__ = "GPLv3" |