[Plugin: TubePress] wrong author for favorited videos
-
I’m having a problem with tubepress. I’ve got it set up to pull in the youtube favorites from this address:
https://gdata.youtube.com/feeds/api/users/streetfilmsvlog/favoritesEverything works except that the author of each of the videos pulled in is said to be “streetfilmsvlog” when it should be other usernames.
I think the problem line is YouTubeVideoFactory.class.php:87.
$vid->setAuthor($doc->query(‘atom:author/atom:name’, $entry)->item(0)->nodeValue);It always returns the “streetfilmsvlog” user and not the actual user of the given video of $entry. Has anyone else seen this problem and is there a fix?
- The topic ‘[Plugin: TubePress] wrong author for favorited videos’ is closed to new replies.