http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/appletrailers.py
_sort_formats ( formats ) playlist . append ({ '_type' : 'video' , 'id' : video_id , 'formats' : formats , 'title' : title , 'duration' : duration , 'thumbnail' : thumbnail , 'upload_date' : upload_date , 'uploader_id' : uploader_id , 'http_headers' : { 'User-Agent' : 'QuickTime compatible (youtube-dl)' , }, }) return { '_type' : 'playlist' , 'id' : movie , 'entries' : playlist , } class AppleTrailersSectionIE ( InfoExtractor ): IE_NAME = 'appletrailers:section' _SECTIONS = { 'justadded' : { 'feed_path' :...