comparison pidgin-twitter.h @ 314:657907189ffb

relaxed the pattern for jisko's icon url more.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 27 Jul 2009 21:35:40 +0900
parents 09e1995fbda1
children f021bd3431a6
comparison
equal deleted inserted replaced
313:09e1995fbda1 314:657907189ffb
187 #define P_TAG_IDENTICA "#([-A-Za-z0-9_]+)" 187 #define P_TAG_IDENTICA "#([-A-Za-z0-9_]+)"
188 #define P_GROUP_IDENTICA "!([-A-Za-z0-9_]+)" 188 #define P_GROUP_IDENTICA "!([-A-Za-z0-9_]+)"
189 #define P_IMAGE_TWITTER "<img .*=\"profile-(?:image|img)\".*src=\"(https?://.+?)\".*/>" 189 #define P_IMAGE_TWITTER "<img .*=\"profile-(?:image|img)\".*src=\"(https?://.+?)\".*/>"
190 #define P_IMAGE_WASSR "<div class=\"image\"><a href=\".+\"><img src=\"(.+)\" width=\".+?\" /></a></div>" 190 #define P_IMAGE_WASSR "<div class=\"image\"><a href=\".+\"><img src=\"(.+)\" width=\".+?\" /></a></div>"
191 #define P_IMAGE_IDENTICA "<img src=\"(https?://.+.identi.ca/.+)\" class=\"photo avatar\"" 191 #define P_IMAGE_IDENTICA "<img src=\"(https?://.+.identi.ca/.+)\" class=\"photo avatar\""
192 #define P_IMAGE_JISKO "<img src=\"(https?://jisko.net/users/.+/img/avatar/.+_side\\..+)\" alt=\"Avatar\" />" 192 #define P_IMAGE_JISKO "<img src=\"(https?://jisko.net/.+/img/avatar/.+_side\\..+)\" alt=\"Avatar\" />"
193 #define P_IMAGE_FFEED "<img src=\"(https?://i.friendfeed.com/.+)\" alt=\"" 193 #define P_IMAGE_FFEED "<img src=\"(https?://i.friendfeed.com/.+)\" alt=\""
194 #define P_SIZE_128_WASSR "\\.128\\." 194 #define P_SIZE_128_WASSR "\\.128\\."
195 #define P_EXCESS_LF "([\\r|\\n]{2,})" 195 #define P_EXCESS_LF "([\\r|\\n]{2,})"
196 #define P_TRAIL_HASH "( #\\s+$)" 196 #define P_TRAIL_HASH "( #\\s+$)"
197 197