8 Commits

Author SHA1 Message Date
77f8572208 chore: update .gitignore 2025-08-03 12:39:08 -04:00
1c520a7f58 feat: add debug flag to downloader
`downloader.py` can now be called with `-d` or `--debug` to output extra information.
it currently defaults to false.

closes issue #4
2025-08-03 12:23:15 -04:00
2110281a20 docs: update README.md 2025-07-27 11:50:54 -04:00
32a3826139 feat: skip already patched ROMs
if a patch has already been applied it will be skipped.
2025-07-27 11:49:23 -04:00
3f04dcb3bf fix: replace deprecated parameter of soup.find
the `text` parameter of `soup.find` has been deprecated and `string` is to be used instead.
close issue #3
2025-07-26 12:32:08 -04:00
c332b1552f fix: update get_seasons method
closes issue #1
2025-07-26 12:18:50 -04:00
d90349c85d docs: add quick note 2025-07-25 16:41:51 -04:00
ac1d9bb6b3 initial commit 2025-07-25 16:11:17 -04:00