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'):...

regards,

Mario Lange



-- 
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to