mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Fixed Ebay and BongaCams checks (#1939)
This commit is contained in:
@@ -684,6 +684,7 @@ async def maigret(
|
|||||||
# setup parallel executor
|
# setup parallel executor
|
||||||
executor: Optional[AsyncExecutor] = None
|
executor: Optional[AsyncExecutor] = None
|
||||||
if no_progressbar:
|
if no_progressbar:
|
||||||
|
# TODO: switch to AsyncioProgressbarQueueExecutor with progress object mock
|
||||||
executor = AsyncioSimpleExecutor(logger=logger)
|
executor = AsyncioSimpleExecutor(logger=logger)
|
||||||
else:
|
else:
|
||||||
executor = AsyncioProgressbarQueueExecutor(
|
executor = AsyncioProgressbarQueueExecutor(
|
||||||
|
|||||||
@@ -2417,16 +2417,28 @@
|
|||||||
"cz",
|
"cz",
|
||||||
"webcam"
|
"webcam"
|
||||||
],
|
],
|
||||||
|
"headers": {
|
||||||
|
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0",
|
||||||
|
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
|
||||||
|
"Accept-Language": "en-US,en;q=0.5",
|
||||||
|
"Referer": "https://pt.bongacams.com/",
|
||||||
|
"Upgrade-Insecure-Requests": "1",
|
||||||
|
"Sec-Fetch-Dest": "document",
|
||||||
|
"Sec-Fetch-Mode": "navigate",
|
||||||
|
"Sec-Fetch-Site": "same-origin",
|
||||||
|
"Sec-Fetch-User": "?1"
|
||||||
|
},
|
||||||
"absenceStrs": [
|
"absenceStrs": [
|
||||||
"<link rel=\"preconnect\""
|
"- BongaCams</title>"
|
||||||
],
|
],
|
||||||
"presenseStrs": [
|
"presenseStrs": [
|
||||||
"<title>Informa\u00e7\u00e3o e p\u00e1gina"
|
"<title>Informa\u00e7\u00e3o e p\u00e1gina"
|
||||||
],
|
],
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"alexaRank": 30,
|
"alexaRank": 30,
|
||||||
"urlMain": "https://pt.bongacams.com",
|
"urlMain": "https://sbongacams.com",
|
||||||
"url": "https://pt.bongacams.com/profile/{username}",
|
"url": "https://bongacams.com/profile/{username}",
|
||||||
|
"urlProbe": "https://pt.bongacams.com/profile/{username}",
|
||||||
"usernameClaimed": "Icehotangel",
|
"usernameClaimed": "Icehotangel",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis77777"
|
"usernameUnclaimed": "noonewouldeverusethis77777"
|
||||||
},
|
},
|
||||||
@@ -4547,6 +4559,9 @@
|
|||||||
"shopping",
|
"shopping",
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
|
"errors": {
|
||||||
|
"<title>Security Measure</title>": "Captcha detected"
|
||||||
|
},
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"presenseStrs": [
|
"presenseStrs": [
|
||||||
"Positive feedback"
|
"Positive feedback"
|
||||||
@@ -4555,7 +4570,20 @@
|
|||||||
"<svg role=\"img\" class=\"icon icon--attention-filled-small\""
|
"<svg role=\"img\" class=\"icon icon--attention-filled-small\""
|
||||||
],
|
],
|
||||||
"headers": {
|
"headers": {
|
||||||
"user-agent": "Curl"
|
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0",
|
||||||
|
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
|
||||||
|
"Accept-Language": "en-US,en;q=0.5",
|
||||||
|
"Accept-Encoding": "gzip, deflate, br, zstd",
|
||||||
|
"Connection": "keep-alive",
|
||||||
|
"Upgrade-Insecure-Requests": "1",
|
||||||
|
"Sec-Fetch-Dest": "document",
|
||||||
|
"Sec-Fetch-Mode": "navigate",
|
||||||
|
"Sec-Fetch-Site": "none",
|
||||||
|
"Sec-Fetch-User": "?1",
|
||||||
|
"Priority": "u=0, i",
|
||||||
|
"Pragma": "no-cache",
|
||||||
|
"Cache-Control": "no-cache",
|
||||||
|
"TE": "trailers"
|
||||||
},
|
},
|
||||||
"alexaRank": 39,
|
"alexaRank": 39,
|
||||||
"urlMain": "https://www.ebay.com/",
|
"urlMain": "https://www.ebay.com/",
|
||||||
|
|||||||
Reference in New Issue
Block a user