Skip to content

Commit

Permalink
New 1843 recipe [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Aug 16, 2023
1 parent e76f7a1 commit 3fd5b0a
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,17 @@
enable_on=onlyon_weekdays([4]),
timeout=360,
),
Recipe(
recipe="eighteen-fortythree",
slug="1843",
src_ext="mobi",
target_ext=["epub"],
category="Online Magazines",
enable_on=onlyon_weekdays([1, 3, 5]) and onlyat_hours(list(range(12, 19))),
cover_options=CoverOptions(
logo_path_or_url="https://www.economist.com/cdn-cgi/image/width=480,quality=80,format=auto/sites/default/files/images/2021/04/articles/main/1843-master-logo-2019-black.png"
),
),
Recipe(
recipe="fivebooks",
slug="fivebooks",
Expand Down
Loading

0 comments on commit 3fd5b0a

Please sign in to comment.