I've created Newsweek Polska and Polityka recipes. The idea is that they publish full issue without pictures about two weeks after printed edition, so I used this feature. But for Newsweek if you want to get the latest issue just comment the first line of function parse_index. Also for Newsweek I should add checking if the third latest issue is fully available, but now I'm too tired

EDIT: Changes in Newsweek recipe. Now I'm really looking for the last unlocked issue. If you want to get latest issue just change:
Code:
FIND_LAST_FULL_ISSUE = True
to:
Code:
FIND_LAST_FULL_ISSUE = False
If you don't want to exclude summaries of locked articles (sometimes there is only title) change:
Code:
EXCLUDE_LOCKED = True
to:
Code:
EXCLUDE_LOCKED = False
EDIT 2: I see that this feeds are included in new Calibre, but I was editing some English based feed and forgot to change language to pl so they are in wrong language section. Now everything should be ok. Hope in the next Calibre this changes will be included