summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-20 21:23:57 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-20 21:23:57 +0800
commit2080f9511793016f057c9fcbd232fa189dd75640 (patch)
tree8726e26ec41a919d9f9eebf02d7aa7e2a5341ce9
parent3d06977736a9af43f8dde2011ef6db1cfbf95c7c (diff)
totem: set page size to 25
-rw-r--r--totem/plugin/ppstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index 8ef2ae0..09a7667 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -899,7 +899,7 @@ class PPStream (totem.Plugin):
elif subcls.fetching_films:
subcls.page += 1
#print len(subcls.films), subcls.films, subcls.contentnum
- url += '&page=' + str(subcls.page + 1)
+ url += '&page=' + str(subcls.page + 1) + '&pagesize=25'
#print 'fetchfilm url = ', url, len(subcls.films), subcls.contentnum
subcls.fetching_films = True