Skip to content

Commit

Permalink
comment out recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Nov 22, 2024
1 parent d28f530 commit d5895d0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions _recipes_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,21 @@ def bimonthly_even(offset: float = 0.0):
# logo_path_or_url="recipes_custom/logos/archlinux.png"
# ),
# ),
CustomOptionsRecipe(
recipe="ars-technica",
slug="ars-technica",
src_ext="mobi",
target_ext=["epub"],
category="News",
tags=["science", "tech", "commentary"],
overwrite_cover=True,
cover_options=CustomCoverOptions(
logo_path_or_url="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Ars_Technica_logo_(2016).svg/1024px-Ars_Technica_logo_(2016).svg.png"
),
enable_on=lambda recipe: every_x_days(
last_run=recipe.last_run, days=1, drift=0
),
),
# CustomOptionsRecipe(
# recipe="ars-technica",
# slug="ars-technica",
# src_ext="mobi",
# target_ext=["epub"],
# category="News",
# tags=["science", "tech", "commentary"],
# overwrite_cover=True,
# cover_options=CustomCoverOptions(
# logo_path_or_url="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Ars_Technica_logo_(2016).svg/1024px-Ars_Technica_logo_(2016).svg.png"
# ),
# enable_on=lambda recipe: every_x_days(
# last_run=recipe.last_run, days=1, drift=0
# ),
# ),
CustomOptionsRecipe(
recipe="assigned-media",
slug="assigned-media",
Expand Down

0 comments on commit d5895d0

Please sign in to comment.