`extract_info` now expects `ie.extract` to return a list in the format proposed in...
authorJaime Marquínez Ferrándiz <jaimemf93@gmail.com>
Tue, 5 Mar 2013 19:14:32 +0000 (20:14 +0100)
committerJaime Marquínez Ferrándiz <jaimemf93@gmail.com>
Tue, 5 Mar 2013 19:14:32 +0000 (20:14 +0100)
commit6ac7f082c469b3b2153735ae8475e1d0fc8b5439
treee4e96cd4dea45c115ccc19f69ebaea1ec57df25a
parentf6e6da9525150487476d4990693eedf73acffab1
`extract_info` now expects `ie.extract` to return a list in the format proposed in issue 608.

Each element should have a '_type' key specifying if it's a video, an url or a playlist.
`extract_info` will process each element to get the full info
youtube_dl/FileDownloader.py