|
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 |
|
|
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 |
|
|
ac1d9bb6b3
|
initial commit
|
2025-07-25 16:11:17 -04:00 |
|