#
jsoup
Here are 537 public repositories matching this topic...
app
material-design
rxjava
retrofit
android-application
realm
jsoup
zhihu
dagger2
glide
butterknife
mvp-architecture
okhttp3
v2ex
mvp-android
rxbus
reading-program
-
Updated
Aug 25, 2018 - Java
Open
Tests needed
bernaferrari
commented
Jun 15, 2018
Tests were completely skipped during development.
Of course this should never happen, but happened. From simple stuff to WorkManager (which didn't even have official tests when this repository was released, but now has!), all help is appreciated.
Jsoup + MaterialViewPager + RxJava2 + Retrofit + Lifecycle + Realm + Fresco + Retrolambda example 一款Android图文精选app,通过抓取网页获得图文列表。目前包含猫弄(MONO)早午茶、站酷(Zcool)精选、国家地理(National Geographic)每日一图、知乎日报、豆瓣一刻(Moment)。
-
Updated
Sep 28, 2018 - Java
新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。
-
Updated
Jun 21, 2020 - Java
NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java
-
Updated
Feb 23, 2019 - C#
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. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.
kotlin
testing
crawler
scraper
parse
dom
integration-testing
test-automation
jsoup
html-parser
kotlin-dsl
system-testing
skrape
-
Updated
Jun 24, 2020 - Kotlin
小搜搜——商品条形码/二维码搜索APP
-
Updated
Mar 11, 2018 - Java
HTML parsing library for Clojure
-
Updated
Apr 29, 2017 - Clojure
-
Updated
Jul 1, 2020 - Java
Kotlin Wrapper for Jsoup
-
Updated
Sep 2, 2017 - Kotlin
整合使用selenium+phantomjs+WebCollector爬取京东数据,并做数据持久化。
-
Updated
Jun 10, 2017 - Java
Improve this page
Add a description, image, and links to the jsoup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsoup topic, visit your repo's landing page and select "manage topics."
Many methods that allows instreams as parameter exposes infos about closing the stream. Example:
Properties#load:
This information is very usefull. I miss that in Jsoup.parse();
After intensive inspection of the sourcecode I was able to find out that the instream is not closed. To avoid this inspection-work the documentation sh