threads: fixed captions
This commit is contained in:
parent
effd834a47
commit
1b7ed51060
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func ParseEmbedMedia(
|
|||
contentURL := ctx.MatchedContentURL
|
||||
|
||||
var caption string
|
||||
doc.Find(".BodyContainerNoThreadLine .BodyTextContainer span").Each(func(i int, c *goquery.Selection) {
|
||||
doc.Find(".BodyTextContainer").Each(func(i int, c *goquery.Selection) {
|
||||
caption = c.Text()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue