summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FiredriveCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FiredriveCom.py')
-rw-r--r--module/plugins/hoster/FiredriveCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FiredriveCom.py b/module/plugins/hoster/FiredriveCom.py
index 612b9ceca..8faee5b52 100644
--- a/module/plugins/hoster/FiredriveCom.py
+++ b/module/plugins/hoster/FiredriveCom.py
@@ -9,7 +9,7 @@ class FiredriveCom(DeadHoster):
__version__ = "0.05"
__pattern__ = r'https?://(?:www\.)?(firedrive|putlocker)\.com/(mobile/)?(file|embed)/(?P<ID>\w+)'
- __config__ = []
+ __config__ = [] #@TODO: Remove in 0.4.10
__description__ = """Firedrive.com hoster plugin"""
__license__ = "GPLv3"