summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilepostCom.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2011-10-17 22:07:14 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2011-10-17 22:07:14 +0200
commitc46ffb8338ebb2d8272e965b2fcee6b21523c425 (patch)
tree7adc10b8e11208d2fae982d1a232300b452b9a93 /module/plugins/hoster/FilepostCom.py
parentsmall improvement (diff)
downloadpyload-c46ffb8338ebb2d8272e965b2fcee6b21523c425.tar.xz
new hoster: uploadking.com, uploadhere.com
Diffstat (limited to 'module/plugins/hoster/FilepostCom.py')
-rw-r--r--module/plugins/hoster/FilepostCom.py6
1 files changed, 3 insertions, 3 deletions
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")