contrib update

This commit is contained in:
Miguel Freitas 2014-06-02 18:58:31 -03:00
parent 8f03692074
commit 08cdee8999

View File

@ -73,7 +73,7 @@ pq = PyQuery(html.decode('utf8'))
### parse html
items = pq(".content")
items = pq(".StreamItem")
for i in xrange(len(items)-1,0,-1):
item = items.eq(i)
datatime = int(item.find("[data-time]").attr("data-time"))