diff options
author | ludoviclehmann <ludo.lehmann@free.fr> | 2015-03-29 23:42:10 +0200 |
---|---|---|
committer | ludoviclehmann <ludo.lehmann@free.fr> | 2015-03-29 23:42:10 +0200 |
commit | 0bc53014205074fd07cee1a17e38588c8095db07 (patch) | |
tree | 99520be851b15478fd21feab4fcd42e81b0be741 | |
parent | fix OneFichierCom premium issue : global name 'link' is not defined (diff) | |
download | pyload-0bc53014205074fd07cee1a17e38588c8095db07.tar.xz |
Fix indentation problem in OneFichierCom.py
-rw-r--r-- | module/plugins/hoster/OneFichierCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/OneFichierCom.py b/module/plugins/hoster/OneFichierCom.py index 3cbd47838..e585b2d59 100644 --- a/module/plugins/hoster/OneFichierCom.py +++ b/module/plugins/hoster/OneFichierCom.py @@ -23,7 +23,7 @@ class OneFichierCom(SimpleHoster): ("stickell", "l.stickell@yahoo.it"), ("Elrick69", "elrick69[AT]rocketmail[DOT]com"), ("Walter Purcaro", "vuolter@gmail.com"), - ("Ludovic Lehmann", "ludo.lehmann@gmail.com")] + ("Ludovic Lehmann", "ludo.lehmann@gmail.com")] NAME_PATTERN = r'>FileName :</td>\s*<td.*>(?P<N>.+?)<' |