We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb0471 commit 8c77727Copy full SHA for 8c77727
tv/tv.go
@@ -238,7 +238,7 @@ func (id *iplayerDocument) programPages(selres []*iplayerSelectionResult) []Page
238
239
func (id *iplayerDocument) boxSet() []Pager {
240
var urls []Pager
241
- id.doc.Find(".series-nav__button > a").Each(func(i int, s *goquery.Selection) {
+ id.doc.Find(".series-nav__button").Each(func(i int, s *goquery.Selection) {
242
urls = append(urls, BeebURL(s.AttrOr("href", "")))
243
})
244
return urls
0 commit comments