fix incorrect archiving
This commit is contained in:
parent
46803f541e
commit
8e5bb024c9
1 changed files with 2 additions and 1 deletions
|
|
@ -22,13 +22,14 @@ exclude_names = {
|
||||||
|
|
||||||
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0 Safari/537.36"
|
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0 Safari/537.36"
|
||||||
|
|
||||||
BASE_URL = "https://artistgrid.cx"
|
BASE_URL = "https://sheets.artistgrid.cx"
|
||||||
|
|
||||||
ARCHIVE_URLS = [
|
ARCHIVE_URLS = [
|
||||||
f"{BASE_URL}/",
|
f"{BASE_URL}/",
|
||||||
f"{BASE_URL}/artists.html",
|
f"{BASE_URL}/artists.html",
|
||||||
f"{BASE_URL}/artists.csv",
|
f"{BASE_URL}/artists.csv",
|
||||||
f"{BASE_URL}/artists.xlsx",
|
f"{BASE_URL}/artists.xlsx",
|
||||||
|
f"https://artistgrid.cx",
|
||||||
]
|
]
|
||||||
|
|
||||||
DISCORD_WEBHOOK_URL = os.getenv("DISCORD_WEBHOOK_URL")
|
DISCORD_WEBHOOK_URL = os.getenv("DISCORD_WEBHOOK_URL")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue