salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

google blogger list ignores cap_results #454

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
cap_results for blog post listings seems to be hard-coded to 500 and ignores 
changes to cap_results.

What steps will reproduce the problem?

1,
Find a blog with more than 500 posts.

2.
In file: ~/.config/googlecl/config
under [BLOGGER], add
cap_results = False

3.
google blogger list --verbose

What is the expected output? What do you see instead?

Expecting all posts to be listed, but only the first 500 are retrieved. Verbose 
reveals:

Retrieved 4 entries, returning 1 of them
Retrieved 500 entries, returning them all

(There are some +1200 entries.)

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

Googlecl: 0.9.12
Lubuntu: 11.04
python-gdata: 2.0.8-1.1

Original issue reported on code.google.com by paul.ar...@gmail.com on 30 Dec 2011 at 11:55

GoogleCodeExporter commented 9 years ago
Just tried latest (0.9.13-1) which shows same problem.

Original comment by paul.ar...@gmail.com on 31 Dec 2011 at 12:03

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r620.

Original comment by szy...@endpoint.com on 30 Dec 2012 at 4:45