diff options
Diffstat (limited to 'pyload/plugin/hoster/NahrajCz.py')
-rw-r--r-- | pyload/plugin/hoster/NahrajCz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/NahrajCz.py b/pyload/plugin/hoster/NahrajCz.py index 6aa87a520..5e594ce64 100644 --- a/pyload/plugin/hoster/NahrajCz.py +++ b/pyload/plugin/hoster/NahrajCz.py @@ -9,6 +9,7 @@ class NahrajCz(DeadHoster): __version__ = "0.21" __pattern__ = r'http://(?:www\.)?nahraj\.cz/content/download/.+' + __config__ = [] __description__ = """Nahraj.cz hoster plugin""" __license__ = "GPLv3" |