skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
789 stars 57 forks source link

Bug fixes #198

Closed GibsonRuitiari closed 1 year ago

GibsonRuitiari commented 2 years ago

Added a couple of fixes

  1. Upgraded ktor version to remove the awful bug the library had on android [No field INSTANCE of type Lorg/apache/http/message/BasicLineFormatter] The problem was with the Apache Engine
  2. Removed the snapshot dependency used by the 'use-pre-release version' since the snapshot version isn't found
  3. Removed unnecessary casts in http fetcher
christian-draeger commented 2 years ago

Hey, thx for the PR :) As far as I can see this should fix #187

GibsonRuitiari commented 2 years ago

Welcome man 😎

On Sun, 31 Jul 2022, 15:56 Christian Dräger, @.***> wrote:

Hey, thx for the PR :) As far as I can see this should fix #187 https://github.com/skrapeit/skrape.it/issues/187

— Reply to this email directly, view it on GitHub https://github.com/skrapeit/skrape.it/pull/198#issuecomment-1200419930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBHBY4RRBKEUHU4DFEFDJLVWZZY5ANCNFSM55EZOHLA . You are receiving this because you authored the thread.Message ID: @.***>