python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get href value inside HTML using Groovy
I have JSON response in which there is HTML page. I want to get href value inside HTML page.
JSON Response
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#use...

rAJ
Votes: 0
Answers: 1
Python BeautifulSoup HTML parse class select
@bot.event
async def on_message(message):
msg = message.content
if message.content.startswith("https:"):
response = requests.get(f"https://steamid.io/lookup/" f&qu...
Turgut Cecen
Votes: 0
Answers: 1
Parse html tag from json response in kotlin
Hey I am working in json response with html tag in kotlin. I don't understand how to parse html tag in response. I tried to work with retrofit and moshi. My response will look like this
Response
{
&...

Vivek Modi
Votes: 0
Answers: 1
Parsing HTML table (lxml, XPath) with enclosed tags
The task is to parse big HTML tables so I use lxml with XPath queries. Sometimes table cells can contain enclosed tags (e.g. SPAN)
<html>
<table>
<tr>
<td>1</td&...
pupinho
Votes: 0
Answers: 1