Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user_scanner/email_scan/creator/gumroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def _check(email: str) -> Result:
headers1 = {
'User-Agent': "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36",
'Accept': "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
'Accept-Encoding': "gzip, deflate, br, zstd",
'Accept-Encoding': "identity",
'sec-ch-ua': '"Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"',
'sec-ch-ua-mobile': "?0",
'sec-ch-ua-platform': '"Linux"',
Expand Down Expand Up @@ -45,7 +45,7 @@ async def _check(email: str) -> Result:
headers2 = {
'User-Agent': "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36",
'Accept': "text/html, application/xhtml+xml",
'Accept-Encoding': "gzip, deflate, br, zstd",
'Accept-Encoding': "identity",
'Content-Type': "application/json",
'sec-ch-ua-platform': '"Linux"',
'x-csrf-token': csrf_token,
Expand Down
2 changes: 1 addition & 1 deletion user_scanner/email_scan/entertainment/girlslife.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async def _check(email: str) -> Result:
headers = {
'User-Agent': "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36",
'Accept': "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
'Accept-Encoding': "gzip, deflate, br, zstd",
'Accept-Encoding': "identity",
'sec-ch-ua': '"Brave";v="147", "Not.A/Brand";v="8", "Chromium";v="147"',
'sec-ch-ua-mobile': "?1",
'sec-ch-ua-platform': '"Android"',
Expand Down
Loading