Mario Lange wrote: > Hi, > > i have applied the patch manually, doesnt work witch patch. That is my result. > > @benchmark(benchmarking, benchmarkcall) > def rss_item_link(self, item): > """ get the item's link """ > self.link = item.link.encode(self.encoding) > if 'links' in item: > for link in item.links: > if link.type.startswith('video'): > self.link = link.href.encode(self.encoding) > break > return self.link > > > But same problem like before. I can navigate trough the menu, but the Movie > is only the html link in the <link> Tag! I have also tried if > link.type.startswith('video/mp4'):...
The break should be indented to the same level as self.link = ..., it means stop when a link video link is found. The patch does work with the RTL feed, I tested it. However the video of the podcasts is pretty poor. Duncan ------------------------------------------------------------------------------ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users