Go to file
Joakim Hellsén 7f102a30ed Use compiled regex patterns in scrape.py and replace ad-hoc re.sub calls
- Add module-level compiled regexes (DISCORD_LINK_PATTERN, URL_PREFIX_PATTERN,
  NON_BREAKING_SPACE_PATTERN, EMPTY_CODE_BLOCK_PATTERN, SQUARE_BRACKETS_PATTERN,
  BALL_PATTERN, REFERENCE_MARK_PATTERN, ESCAPED_STAR_PATTERN,
  CIRCLED_NUMBER_PATTERNS)
- Use .sub on those compiled patterns in format_discord_links and
  generate_atom_feed instead of repeated re.sub calls
- Consolidate circled-number replacement and simplify escaped-star handling
- Improves readability and avoids recompiling regexes on each use
2025-11-04 22:45:49 +01:00
2025-05-17 03:11:48 +02:00
2025-05-10 16:34:42 +02:00

wutheringwaves

RSS Feeds

Stay updated with the latest Wuthering Waves news through these RSS feeds:

Subscribe to these feeds in your favorite RSS reader to automatically receive new announcements.

Articles

Articles Directory

The articles are saved in the articles directory. You can view them here.

Description
No description provided
Readme 8.7 MiB
Languages
Python 100%