http://gitunderground.i2p/archive/youtube-dl/commit/40bd5c18153afe765caa6726302ee1dd8a9a2ce6
_sort_formats ( formats ) return merge_dicts ( { ' id ' : video_id , ' title ' : title , ' formats ' : formats , } , traverse_obj ( json_data , { ' uploader ' : ( ( None , ' user ' ) , ' username ' ) , } , get_all = False ) , traverse_obj ( json_data , { ' like_count ' : ( ' like_count ' , T ( int_or_none ) ) , ' view_count ' : ( ' view_count ' , T ( int_or_none ) ) , ' comment_count ' : ( ' comment_count ' , T ( int_or_none ) ) , ' tags ' : ( ' tags ' , Ellipsis , T ( txt_or_none ) ) , ' is_live ' : '...