themoken / canto-curses

Curses frontend for Canto daemon
GNU General Public License v2.0
92 stars 7 forks source link

[Bug] Video links are not parsed anymore #36

Closed Busyvar closed 8 years ago

Busyvar commented 8 years ago

hi, This last week i can't read video links anymore on my feed. There is an example: http://sprunge.us/ORHA (xml element)

http://bit.ly/1Pz9xss (xml corectly parsed)

http://bit.ly/23IyhER (xml parsed by canto) // it lacks video links

I don't know what happened.

Regards, Buridan

themoken commented 8 years ago

Hmm, canto uses feedparser so it's possible that there was an update that broke this, but have you maybe turned off showing enclosures (media files)... the command is :show-enclosures to toggle their visibility and it's bound to 'e' in the reader by default.

Busyvar commented 8 years ago

That's it! Thank you very much for your quick answer.