rename api name xml -> html
This commit is contained in:
@@ -58,7 +58,7 @@ func Execute() {
|
||||
// log.Panic(err)
|
||||
}
|
||||
|
||||
etor := extractor.ExtractXml(resp.Content())
|
||||
etor := extractor.ExtractHtml(resp.Content())
|
||||
result, err := etor.XPaths("//p[@class='taglist']/a[contains(@class, 'tag')]/@href")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user