This commit is contained in:
2025-01-12 20:19:48 -05:00
parent efe933a185
commit 725e463992
7 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3.12
SCRAPE_HEADERS = {
'accept': '*/*',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0',
}