1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-25 17:27:36 +00:00
yt-dlc/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
..
__init__.py Clarify rate limit documentation (Closes #723) 2013-03-03 22:35:26 +01:00
__main__.py
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 Use extract_info in BlipTV User and Youtube Channel 2013-03-05 12:26:18 +01:00
PostProcessor.py Switch to m4a by default (Closes #240) 2013-02-01 18:23:20 +01:00
update.py Fix typo 2013-02-25 00:22:55 +01:00
utils.py Fix --match-title and --reject-title decoding (Closes #690) 2013-02-21 17:09:39 +01:00
version.py release 2013.02.25 2013-02-25 00:28:19 +01:00