diff pidgin-twitter.h @ 229:29c741b1b921

supports identi.ca's quirky tag notation.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 27 Sep 2008 15:14:30 +0900
parents 8da85ae0aa2c
children a93a85623a92
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Sep 27 01:42:39 2008 +0900
+++ b/pidgin-twitter.h	Sat Sep 27 15:14:30 2008 +0900
@@ -154,7 +154,7 @@
 #define P_IMAGE_TWITTER     "<a href=\"/account/profile_image/.+?\"><img .+? id=\"profile-image\".*src=\"(http://.+)\" .+?/>"
 #define P_IMAGE_WASSR       "<div class=\"image\"><a href=\".+\"><img src=\"(.+)\" width=\".+?\" /></a></div>"
 #define P_IMAGE_IDENTICA    "<img src=\"(http://.+.identi.ca/.+)\" class=\"avatar profile\" width=\"96\" height=\"96\" alt=\"[A-Za-z0-0_]+\"/>"
-#define P_TAG_IDENTICA      "#([A-Za-z0-9]+)"
+#define P_TAG_IDENTICA      "#([A-Za-z0-9_]+)"
 #define P_SIZE_128_WASSR    "\\.128\\."
 
 /* twitter API specific macros */