View Single Post
Old 06-17-2010, 03:28 PM   #2127
lordvetinari2
Zealot
lordvetinari2 is on a distinguished road
 
Posts: 137
Karma: 61
Join Date: Jun 2006
Location: Gijón, Spain
Device: Kindle 3G+WiFi & Galaxy Note
As always, thanks a lot for your help, Starson17.

Quote:
Originally Posted by Starson17 View Post
I'd need to reproduce it and run tests. Typically, I use pre and postprocess_html then print the Soup.
Pre and post stuff is in the ZIP attachment from my previous post. Is that what you mean?

Quote:
Originally Posted by Starson17 View Post
Finding the code in the content that is causing the freezing on your PRS might help. If there is bad code, find that, and if you are stripping too strongly with tag control, fix that.
The thing is, content from that feed appears in tag names that are also used for elements that I don't need. One of those is the meta name content, which provides an unclosed tag when parsed. Anyway, I'm guessing it means messing about with some deep BeautifulSoup stuff, so I prefer to remove that feed completely and be done with it.

Quote:
Originally Posted by Starson17 View Post
For a "Next" link, are you following to the next page or the next article. If the former, I'd be looking at multipage code. If the latter, I'd hope the article was already in the feed.
It's just going to the next article, there's no multipage used in these feeds. Yes, the article is already in the feed, as I can get there one pageturn at a time.
lordvetinari2 is offline