Changeset 25822 for lang/python/crochet
- Timestamp:
- 12/04/08 11:26:45 (5 weeks ago)
- Files:
-
- 1 modified
-
lang/python/crochet/twitter3.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/crochet/twitter3.py
r25820 r25822 228 228 def scrapeTwit(self,str,flag): 229 229 import re 230 regTwit = re.compile("<tr class=\"hentry status\"(id=[\w\W]*?)</tr>",re.MULTILINE)230 regTwit = re.compile("<tr [\w\W]*?(id=[\w\W]*?)</tr>",re.MULTILINE) 231 231 regStatusID = re.compile("id=\"status_(\d*?)\"") 232 232 regImage = re.compile("<img [\w\W]*? src=\"([\w\W]*?)\"",re.MULTILINE)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)