Fixes LP bug #1100027: Upload to 1fichier.com not working
Already applied upstream in r195, released in version 1.2.
--- a/nautilus_image_manipulator/upload/z1fichiercom.py
+++ b/nautilus_image_manipulator/upload/z1fichiercom.py
@@ -31,7 +31,7 @@
         Note: it's not up to date..."""
         # The session ID is read from the "files" form on http://www.1fichier.com
         html = urllib2.urlopen('http://www.1fichier.com').read()
-        (sessionId) = re.search('<form enctype="multipart/form-data" id="files" action="http://upload\.1fichier\.com/upload.cgi\?id=(.*)" method="post">', html).groups()
+        (sessionId) = re.search('<form enctype="multipart/form-data" id="files" action="http://.+\.1fichier\.com/upload.cgi\?id=(.*)" method="post">', html).groups()
         # Build the url to upload to and to retrieve the download and delete links:
         self.uploadUrl = "http://upload.1fichier.com/upload.cgi?id=%s" % sessionId
         self.endUploadUrl = "http://upload.1fichier.com/end.pl?xid=%s" % sessionId
