Changeset 25822 for lang/python/crochet

Show
Ignore:
Timestamp:
12/04/08 11:26:45 (5 weeks ago)
Author:
showyou
Message:

自分の発言がリストに反映されないのを修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/python/crochet/twitter3.py

    r25820 r25822  
    228228        def scrapeTwit(self,str,flag): 
    229229                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) 
    231231                regStatusID = re.compile("id=\"status_(\d*?)\"") 
    232232                regImage = re.compile("<img [\w\W]*? src=\"([\w\W]*?)\"",re.MULTILINE)