summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/KingfilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/KingfilesNet.py')
-rw-r--r--pyload/plugin/hoster/KingfilesNet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/KingfilesNet.py b/pyload/plugin/hoster/KingfilesNet.py
index 5f4207d11..557f1f836 100644
--- a/pyload/plugin/hoster/KingfilesNet.py
+++ b/pyload/plugin/hoster/KingfilesNet.py
@@ -19,6 +19,7 @@ class KingfilesNet(SimpleHoster):
__authors = [("zapp-brannigan", "fuerst.reinje@web.de"),
("Walter Purcaro", "vuolter@gmail.com")]
+
NAME_PATTERN = r'name="fname" value="(?P<N>.+?)">'
SIZE_PATTERN = r'>Size: .+?">(?P<S>[\d.,]+) (?P<U>[\w^_]+)'