Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. goquery

goquery Handle Non-UTF8 HTML Web Page

October 09, 2018

Read non-utf8 webpage with goquery if the charset of the page is known.

 read more »

[Golang] Web Scrape Blogger Post via goquery

January 20, 2018 (Updated: January 29, 2018)

Fetch a public post on Blogger and extract data via goquery.

 read more »

[Golang] Fetch DOM Style Object Properties via goquery

February 28, 2017

Web scraping - fetch HTML DOM Style Object properties via goquery in Go programming language.

 read more »

[Golang] Web Scrape Facebook Post via goquery

February 17, 2017

Fetch and parse a public post on Facebook and extract data via goquery in Go programming language.

 read more »

goquery querySelector

February 15, 2017

Implement querySelector in goquery

 read more »

goquery - Iterate over All DOM Elements in HTML

May 21, 2016

Iterate over all DOM nodes/elements via goquery in Go programming language.

 read more »

goquery - Convert HTML Unordered List to reStructuredText

May 05, 2016

Convert HTML unordered (bulleted) list to restructuredtext format via goquery in Go programming language.

 read more »

goquery - Replace HTML Link Node with reStructuredText Text Node

May 04, 2016

Replace HTML links node with text node of restructuredtext format in a webpage via goquery in Go programming language.

 read more »

goquery Get Number of Children Nodes

April 27, 2016

Get the number of children nodes via goquery in Go.

 read more »

[Golang] Get Vine Video src via goquery

April 19, 2016

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 »

goquery Example - Get Simple Text From HTML Page

April 17, 2016

Answer to Stack Overflow question: go - How to get simple text from HTML page with goquery?.

 read more »

[Golang] HTML Table to reStructuredText list-table via goquery

April 14, 2016

Convert HTML table to reStructuredText list-table via goquery in Go programming language.

 read more »

[Golang] Convert All HTML Links to reStructuredText via goquery

April 12, 2016

Convert all HTML links to restructuredtext in a webpage via goquery in Go programming language.

 read more »

[Golang] Extract Text via State Machine and goquery

April 11, 2016

Extract text (i.e., footnote) in HTML via state machine and goquery in Go programming language.

 read more »

[Golang] Hacker News Link to reStructuredText

April 04, 2016

Extract title and URL from Hacker News comment via goquery, and then output the info to reStructuredText footnote.

 read more »

[Golang] Extract Title, Image, and URL via goquery

March 31, 2016

Extract title, image, and URL in buy123 product webpage via goquery, and then output the info to reStructuredText image.

 read more »

[Golang] Get HTML Title via goquery

March 22, 2016

A simple example to read HTML title via goquery in Go.

 read more »
Powered by Github Pages, Pelican, pyScss.