Skip to content

Commit

Permalink
Always recreate notes
Browse files Browse the repository at this point in the history
This ensures they're up-to-date with what's upstream

Fixes #25
  • Loading branch information
RealOrangeOne committed Sep 30, 2024
1 parent f1b0d6c commit 78bb89e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ def create_episode(api_episode, show_config, output_dir):

mkdir_safe(f"{output_dir}/{publish_date.year}")

if os.path.isfile(output_file):
print("Skipping", api_episode['url'], "as it already exists")
return

api_soup = BeautifulSoup(api_episode["content_html"], "html.parser")

blurb = api_episode["summary"]
Expand Down

0 comments on commit 78bb89e

Please sign in to comment.