mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
contrib update
This commit is contained in:
parent
8f03692074
commit
08cdee8999
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user