Use author > name instead of title
This is because the playlist response returns the name of the playlist in the title, which meant that the channel name was always "Videos"
This commit is contained in:
parent
09eedc08c1
commit
acaf50bf8a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
type youtubeFeedResponseXml struct {
|
||||
Channel string `xml:"title"`
|
||||
Channel string `xml:"author>name"`
|
||||
ChannelLink struct {
|
||||
Href string `xml:"href,attr"`
|
||||
} `xml:"link"`
|
||||
|
|
Loading…
Add table
Reference in a new issue