From c46ffb8338ebb2d8272e965b2fcee6b21523c425 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 17 Oct 2011 22:07:14 +0200 Subject: new hoster: uploadking.com, uploadhere.com --- module/plugins/hoster/FilepostCom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hoster/FilepostCom.py') diff --git a/module/plugins/hoster/FilepostCom.py b/module/plugins/hoster/FilepostCom.py index 81cfd253a..319d85214 100644 --- a/module/plugins/hoster/FilepostCom.py +++ b/module/plugins/hoster/FilepostCom.py @@ -20,7 +20,7 @@ import re from module.plugins.Hoster import Hoster from module.network.RequestFactory import getURL from module.plugins.ReCaptcha import ReCaptcha -from json import loads as json_loads +from module.common.json_layer import json_loads from time import time def getInfo(urls): @@ -45,8 +45,8 @@ def getInfo(urls): class FilepostCom(Hoster): __name__ = "FilepostCom" __type__ = "hoster" - __pattern__ = r"https?://(?:\www\.)?filepost\.com/files/([^/]+).*" - __version__ = "0.1" + __pattern__ = r"https?://(?:www\.)?filepost\.com/files/([^/]+).*" + __version__ = "0.2" __description__ = """Filepost.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") -- cgit v1.2.3