updates
This commit is contained in:
@@ -278,8 +278,8 @@ func doArticle(filename string, url string, title string, timestamp time.Time, n
|
||||
|
||||
specials, err := article.Search(`.//*[@data-content-type="GROUP"]`)
|
||||
p(err)
|
||||
for _, special := range specials {
|
||||
special.Remove()
|
||||
for i := len(specials) - 1; i >= 0; i-- {
|
||||
specials[i].Remove()
|
||||
}
|
||||
|
||||
other, err := article.Search(`.//*[@data-content-type="PODCAST"]`)
|
||||
|
||||
Reference in New Issue
Block a user