http://gitunderground.i2p/archive/youtube-dl/commit/d95c0d203fa74c806a806806f7c5286ca532b936
\ 2 ' , webpage , ' playlist ' , group = ' json ' ) , playlist_id , transform_source = unescapeHTML ) [ ' playlist ' ] [ ' videos ' ] entries = [ ] for sd in data_jsb : video_id , title = sd . get ( ' id ' ) , sd . get ( ' title ' ) if not video_id or not title : continue video_id = compat_str ( video_id ) formats = [ ] for fd in sd [ ' sources ' ] : src = url_or_none ( fd . get ( ' src ' ) ) if not src : continue format_id_list = [ ] for key in ( ' delivery ' , ' quality ' , ' quality_string ' ) : value =...