diff options
Diffstat (limited to 'module/plugins/hoster/PrzeklejPl.py')
-rw-r--r-- | module/plugins/hoster/PrzeklejPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/PrzeklejPl.py b/module/plugins/hoster/PrzeklejPl.py index 68fd6ca6d..e984d0033 100644 --- a/module/plugins/hoster/PrzeklejPl.py +++ b/module/plugins/hoster/PrzeklejPl.py @@ -9,7 +9,7 @@ class PrzeklejPl(DeadHoster): __version__ = "0.11" __pattern__ = r'http://(?:www\.)?przeklej\.pl/plik/.+' - __config__ = [] + __config__ = [] #@TODO: Remove in 0.4.10 __description__ = """Przeklej.pl hoster plugin""" __license__ = "GPLv3" |