fix
This commit is contained in:
parent
d33ced1214
commit
46803f541e
11 changed files with 18 additions and 15 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import os
|
||||
|
||||
ZIP_URL = "https://docs.google.com/spreadsheets/d/1S6WwM05O277npQbaiNk-jZlXK3TdooSyWtqaWUvAI78/export?format=zip"
|
||||
XLSX_URL = "https://docs.google.com/spreadsheets/d/1S6WwM05O277npQbaiNk-jZlXK3TdooSyWtqaWUvAI78/export?format=xlsx"
|
||||
SHEET_URL = "https://docs.google.com/spreadsheets/d/1S6WwM05O277npQbaiNk-jZlXK3TdooSyWtqaWUvAI78"
|
||||
ZIP_URL = SHEET_URL + "/export?format=zip"
|
||||
XLSX_URL = SHEET_URL + "/export?format=xlsx"
|
||||
|
||||
|
||||
ZIP_FILENAME = "Trackerhub.zip"
|
||||
HTML_FILENAME = "Artists.html"
|
||||
|
|
@ -20,11 +22,10 @@ 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"
|
||||
|
||||
BASE_URL = "https://artistgrid.cx/"
|
||||
BASE_URL = "https://artistgrid.cx"
|
||||
|
||||
ARCHIVE_URLS = [
|
||||
f"{BASE_URL}/",
|
||||
f"{BASE_URL}/index.html/",
|
||||
f"{BASE_URL}/artists.html",
|
||||
f"{BASE_URL}/artists.csv",
|
||||
f"{BASE_URL}/artists.xlsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue