mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Re-enable taplink.cc with browser User-Agent to bypass Cloudflare (#2308)
* Initial plan * fix(taplink): re-enable taplink.cc with browser User-Agent header to bypass Cloudflare Remove disabled flag and add a Chrome User-Agent header to help bypass Cloudflare bot detection for taplink.cc profile checks. If Cloudflare still blocks requests, maigret's built-in error detection will gracefully mark results as UNKNOWN. Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/271904b6-e358-4aeb-b503-21c9b91186d9 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
This commit is contained in:
@@ -16201,11 +16201,13 @@
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Taplink": {
|
||||
"disabled": true,
|
||||
"tags": [
|
||||
"links",
|
||||
"ru"
|
||||
],
|
||||
"headers": {
|
||||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
|
||||
},
|
||||
"checkType": "status_code",
|
||||
"urlMain": "https://taplink.cc/",
|
||||
"url": "https://taplink.cc/{username}",
|
||||
|
||||
@@ -342,7 +342,7 @@ Rank data fetched from Alexa by domains.
|
||||
1.  [DEV Community (https://dev.to/)](https://dev.to/)*: top 5K, coding*
|
||||
1.  [Gumroad (https://www.gumroad.com/)](https://www.gumroad.com/)*: top 5K, us*
|
||||
1.  [Gramho (https://gramho.com/)](https://gramho.com/)*: top 5K, photo*, search is disabled
|
||||
1.  [Taplink (https://taplink.cc/)](https://taplink.cc/)*: top 5K, links, ru*, search is disabled
|
||||
1.  [Taplink (https://taplink.cc/)](https://taplink.cc/)*: top 5K, links, ru*
|
||||
1.  [BuyMeACoffee (https://www.buymeacoffee.com/)](https://www.buymeacoffee.com/)*: top 5K, in*
|
||||
1.  [Muckrack (https://muckrack.com)](https://muckrack.com)*: top 5K, us*
|
||||
1.  [fixya (https://www.fixya.com)](https://www.fixya.com)*: top 5K, us*
|
||||
|
||||
Reference in New Issue
Block a user