coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Duration of videos not showing? #48

Closed nadermx closed 9 years ago

nadermx commented 9 years ago

Hi, so I am following your example. When I pull the json from

micawber.bootstrap_basic().request('https://www.youtube.com/watch?v=M9taeyvPQzg')

It pulls all the info, but for some reason it does not pull the duration?

coleifer commented 9 years ago

it does not pull the duration?

YouTube must not provide this information as part of it's OEmbed endpoint. Nothing really to do about it, certainly not a bug in micawber AFAICT.