Quote:
Originally Posted by gk_jam
Except for the Slate news source. This recipe omits most articles (only a small subset of the days articles from Slate.com are actually in the mobi output). Further, the first 5 articles are duplicated, showing up twice, though the rest of the articles aren't duplicated. This behavior is consistent for each fectch over the last few days.
|
This post would attract the most attention in the
dedicated recipe thread. You can also post this issue in the bug tracker.
However, I'll start you off. The 5 duplicate articles appear to result from a typo in the recipe. A line of code appears twice at line 102. Comment out or delete one of the two lines that reads:
Code:
self.section_dates.append(self.tag_to_string(todays_section,use_alt=False))