Ejemplo n.º 1
0
 def get_quantity(self, src):
     return Parser.parse_from_re(src, u'<span>已售<em class="J_current_join">([\d]+)</em>份</span>')
Ejemplo n.º 2
0
 def get_description(self, src):
     return Parser.parse_from_re(src, u'<meta name="Description" content="(.+?)"/>')
Ejemplo n.º 3
0
 def get_title(self, src):
     return Parser.parse_from_re(src, u'<title>(.+?)</title>')
Ejemplo n.º 4
0
 def get_quantity(self, src):
     return Parser.parse_from_re(src, u'<span class="intro-strong">([\d]+)</span>人已团购</div>')
Ejemplo n.º 5
0
 def get_quantity(self, src):
     return Parser.parse_from_re(src, u'<span class="" >已售<span class="deal-component-rating-sold-count hidden orange">([\d]+)</span>')
Ejemplo n.º 6
0
 def get_quantity(self, src):
     return Parser.parse_from_re(src, u'<span>已售<strong>([\d]+)</strong></span>')