diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-14 02:58:43 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-14 02:58:43 +0200 |
commit | bfe66d14090586ff79a1ccac0e37a5dad99c5601 (patch) | |
tree | f89a3b6038344aad70a8abdd178af6af89c9a5a3 /pyload/plugin/hoster | |
parent | Cleanup (2) (diff) | |
parent | fix: assignJob (diff) | |
download | pyload-bfe66d14090586ff79a1ccac0e37a5dad99c5601.tar.xz |
Merge pull request #4 from ardi69/0.4.10
fix: assignJob and typos (__name vs. __name__)
Diffstat (limited to 'pyload/plugin/hoster')
-rw-r--r-- | pyload/plugin/hoster/KingfilesNet.py | 1 |
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^_]+)' |