-
### 问题描述
我的机器人在2周前已经升级到 2.15.0-M1,在阿里云服务器上可以正常弹出登录。但是从昨天开始却不行了,在弹出登录验证之前会被报错中断。
我的登录代码(Kotlin)是这样写的:
bot = BotFactory.newBot(Config.qq, BotAuthorization.byQRCode()) {
protocol = BotConfiguration…
-
Hi, we noticed a change in the parser behavior regarding newlines/whitespaces between inline/block elements when using Jsoup to create a document from html:
So here is a minimal testcase:
Input ht…
-
https://github.com/jhy/jsoup/issues/1838
-
**Describe the bug**
Update Maven Project is not working in 4.16.0.
**To Reproduce**
Update Eclipse STS from 4.15.3 to 4.16.0 and run update maven project.
**Sample**
_An internal error occur…
-
Vulnerable Library - jsoup-1.14.3.jar
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the be…
-
I am uplifting Jsoup version from 1.11.3 to 1.15.3 in my project. I am seeing that there is a difference in the way self closing tags are handled by `public Element append(String html)` (https://githu…
-
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/j…
-
### Description
**What is this?**
After updating to react-native-reanimated 3.0.2, running an Android release build is no longer working. The iOS build is working fine.
**Further info**
It …
-
Hi,
We are trying to upgrade jsoup in our project from 1.11.3 to 1.15.4. We are seeing that the new line character is getting removed between `` and next new tag.
For example:
Input: `The Hobbi…
-
Hey guys, first of all excellent work with this lib have been very useful for my team, for quite some time.
I'm currently facing an issue while trying to parse a simple HTML text:
```
This i…