mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update wsj.recipe
mag on Saturday
This commit is contained in:
parent
039d37ff68
commit
a4aa8f7780
@ -179,7 +179,7 @@ class WSJ(BasicNewsRecipe):
|
||||
if '-pages_' in k:
|
||||
section = k.split('-pages_')[0].replace('_', ' ')
|
||||
if 'MAGAZINE' in section:
|
||||
if not dt.day == 1:
|
||||
if not (dt.day in {1, 2, 3, 4, 5, 6, 7} and dt.weekday() == 5):
|
||||
continue
|
||||
self.log('Loading Magazine section')
|
||||
self.log(section)
|
||||
|
Loading…
x
Reference in New Issue
Block a user