summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ludoviclehmann <ludo.lehmann@free.fr> 2015-03-29 23:42:10 +0200
committerGravatar ludoviclehmann <ludo.lehmann@free.fr> 2015-03-29 23:42:10 +0200
commit0bc53014205074fd07cee1a17e38588c8095db07 (patch)
tree99520be851b15478fd21feab4fcd42e81b0be741
parentfix OneFichierCom premium issue : global name 'link' is not defined (diff)
downloadpyload-0bc53014205074fd07cee1a17e38588c8095db07.tar.xz
Fix indentation problem in OneFichierCom.py
-rw-r--r--module/plugins/hoster/OneFichierCom.py2
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>.+?)<'