From 08cdee899975751b0a170917ca20476441091f07 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 2 Jun 2014 18:58:31 -0300 Subject: [PATCH] contrib update --- contrib/posts_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/posts_sync.py b/contrib/posts_sync.py index e969c8aa..31b25b8e 100755 --- a/contrib/posts_sync.py +++ b/contrib/posts_sync.py @@ -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"))