# -*- coding: utf-8 -*- from pyload.plugin.internal.DeadHoster import DeadHoster class MegaFilesSe(DeadHoster): __name = "MegaFilesSe" __type = "hoster" __version = "0.02" __pattern = r'http://(?:www\.)?megafiles\.se/\w{12}' __config = [] __description = """MegaFiles.se hoster plugin""" __license = "GPLv3" __authors = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")]