u'title':u'Codefellas - The Cougar Lies with Spanish Moss',
u'description':u'Agent Topple\'s mustache does its dirty work, and Nicole brokers a deal for peace. But why is the NSA collecting millions of Instagram brunch photos? And if your waffles have nothing to hide, what are they so worried about?',
},
u'params':{
# Requires rtmpdump
u'skip_download':True,
},
},
]
@ -53,8 +47,12 @@ class YahooIE(InfoExtractor):
# The 'meta' field is not always in the video webpage, we request it
# from another page
long_id=info['id']
returnself._get_info(info['id'],video_id)
def_get_info(self,long_id,video_id):
query=('SELECT * FROM yahoo.media.video.streams WHERE id="%s"'
' AND plrs="86Gj0vCaSzV_Iuf6hNylf2"'%long_id)
' AND plrs="86Gj0vCaSzV_Iuf6hNylf2" AND region="US"'