goquery Handle Non-UTF8 HTML Web Page
Read non-utf8 webpage with goquery if the charset of the page is known.
read more »Read non-utf8 webpage with goquery if the charset of the page is known.
read more »Fetch a public post on Blogger and extract data via goquery.
read more »Web scraping - fetch HTML DOM Style Object properties via goquery in Go programming language.
read more »Fetch and parse a public post on Facebook and extract data via goquery in Go programming language.
read more »Implement querySelector in goquery
read more »Iterate over all DOM nodes/elements via goquery in Go programming language.
read more »Convert HTML unordered (bulleted) list to restructuredtext format via goquery in Go programming language.
read more »Replace HTML links node with text node of restructuredtext format in a webpage via goquery in Go programming language.
read more »Get the number of children nodes via goquery in Go.
read more »Get Vine video src URL via goquery in Go programming language. My answer to Stack Overflow question: Getting blank return when using GoQuery to get video src
read more »Answer to Stack Overflow question: go - How to get simple text from HTML page with goquery?.
read more »Convert HTML table to reStructuredText list-table via goquery in Go programming language.
read more »Convert all HTML links to restructuredtext in a webpage via goquery in Go programming language.
read more »Extract text (i.e., footnote) in HTML via state machine and goquery in Go programming language.
read more »Extract title and URL from Hacker News comment via goquery, and then output the info to reStructuredText footnote.
read more »Extract title, image, and URL in buy123 product webpage via goquery, and then output the info to reStructuredText image.
read more »A simple example to read HTML title via goquery in Go.
read more »