youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz 6ac7f082c4 `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
2013-03-05 20:14:32 +01:00
..
FileDownloader.py `extract_info` now expects `ie.extract` to return a list in the format proposed in issue 608. 2013-03-05 20:14:32 +01:00
InfoExtractors.py
PostProcessor.py
__init__.py
__main__.py
update.py
utils.py
version.py