(nnweb-google-parse-1): Update regexp for author and date.
authorAndreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
Wed, 31 May 2006 22:42:43 +0000 (22:42 +0000)
committerAndreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
Wed, 31 May 2006 22:42:43 +0000 (22:42 +0000)
lisp/ChangeLog
lisp/nnweb.el

index 9a38421..53bbb5a 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
+
 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
 
        * gnus-agent.el (directory-files-and-attributes): Move all the way
index e93373e..10297dd 100644 (file)
@@ -366,7 +366,7 @@ Valid types include `google', `dejanews', and `gmane'.")
       (mm-url-decode-entities)
       (search-backward " - ")
       (when (looking-at
-            " - \\([a-zA-Z]+\\) \\([0-9]+\\)\\(?: \\([0-9]\\{4\\}\\)\\)?, [^\n]+by \\([^<\n]+\\)\n")
+            " - \\([a-zA-Z]+\\) \\([0-9]+\\)\\(?: \\([0-9]\\{4\\}\\)\\)?[^\n]+by ?\n?\\([^<\n]+\\)\n")
        (setq From (match-string 4)
              Date (format "%s %s 00:00:00 %s"
                           (match-string 1)