claudioc / ffexp

PHP Script to export your Frienfeed stream

Home Page:http://claudio.cicali.name/post/2011/01/how-to-export-your-friendfeed-stream-posts-and-comments/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated pages when reaching FriendFeed old entries limit

osiride opened this issue · comments

A well known limitation of FriendFeed is that you cannot access old entries. When this limit is reached, ffexp continues to append the last page over and over instead of stopping.

Reproducible by attempting to export a large feed, eg filter/discussions or a large group.

This has happened to me as well. I did not realize the script was looping until the next day when the command window showed a lot of skipped images. My exported html file has a lot of repeated content at the end.

mmh... I guess it would be possible to know after which page you start getting the repeated content... if it is the case, one could try setting the $max_pages value on the top of the script to a value which is -1 the maximum?

I updated the script with a more robust error check. I didn't try it against a big stream, though. Can you try again? Thanks.

Unfortunately, it didn't solve this issue.

OK, the new version should have this problem fixed.

It does seem so, thanks.