Загрузка...

Why does “Just a moment” from cloudflare pop up when I request playerok?

Thread in Python created by ВилсонМозгодел Jan 7, 2025. 381 view

  1. ВилсонМозгодел
    Через cloudscraper делаю, через Aiohttp другая ошибка была

    Python
    import cloudscraper


    proxy = "http://"


    proxies = {
    "http": proxy,
    }


    scraper = cloudscraper.create_scraper()


    scraper.proxies = proxies


    url = "http://playerok.com"
    response = scraper.get(url)


    print(response.status_code)
    print(response.text)
     
  2. gawrgura
    gawrgura Jan 7, 2025 252 Feb 20, 2022
    cloudscraper не работает пару лет
     
    1. View previous comments (3)
    2. gawrgura
    3. View the next comments (7)
  3. SandFoxy
    SandFoxy Jan 8, 2025 :dance::dance::dance::dance::dance::dance::dance::dance::dance: 88 Sep 13, 2024
    1. Denzyve
      SandFoxy, распространяется
  4. SUAI
    SUAI Jan 8, 2025 2 Feb 15, 2022
    тебе ip банят, потому что сервер распознает в запросе бота, сделай заголовки к запросу хотя бы
     
    1. gawrgura
      SUAI, в данном случае этого недостаточно
  5. greshnikov
    greshnikov Jan 8, 2025 следую за хомиаком 257 Dec 11, 2024
    Юзай curl_cffi с параметром impersonate
     
Top
Loading...