diff options
| author | Fuwn <[email protected]> | 2025-07-27 21:00:08 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-27 21:00:08 +0200 |
| commit | 6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5 (patch) | |
| tree | 38577600fa7ec9242ade6607f58dedcbd1c51ae6 /src/article_scraper/constants.py | |
| parent | refactor: Move Ollama specific functions to module (diff) | |
| download | umapyai-6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5.tar.xz umapyai-6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5.zip | |
feat: Add article scraper
Diffstat (limited to 'src/article_scraper/constants.py')
| -rw-r--r-- | src/article_scraper/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/article_scraper/constants.py b/src/article_scraper/constants.py new file mode 100644 index 0000000..6df2cd0 --- /dev/null +++ b/src/article_scraper/constants.py @@ -0,0 +1,2 @@ +BASE_URL = "https://gamerblurb.com" +TAGGED_URL = f"{BASE_URL}/articles?tag=Uma%20Musume:%20Pretty%20Derby" |