Skip to content

Commit 8c77727

Browse files
committed
fix boxset selector.
1 parent 0cb0471 commit 8c77727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tv/tv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (id *iplayerDocument) programPages(selres []*iplayerSelectionResult) []Page
238238

239239
func (id *iplayerDocument) boxSet() []Pager {
240240
var urls []Pager
241-
id.doc.Find(".series-nav__button > a").Each(func(i int, s *goquery.Selection) {
241+
id.doc.Find(".series-nav__button").Each(func(i int, s *goquery.Selection) {
242242
urls = append(urls, BeebURL(s.AttrOr("href", "")))
243243
})
244244
return urls

0 commit comments

Comments
 (0)