http://gitunderground.i2p/archive/youtube-dl/commit/55a442adaea1eb3dae332fe00179f6dbd437b398
_call_api ( ' albums ' , gallery_id , fatal = False , expected_status = 404 ) info = traverse_obj ( data , { ' title ' : ( ' title ' , T ( txt_or_none ) ) , ' description ' : ( ' description ' , T ( self . get_description ) ) , } ) if traverse_obj ( data , ' is_album ' ) : def yield_media_ids ( ) : for m_id in traverse_obj ( data , ( ' media ' , lambda _ , v : v . get ( ' type ' ) == ' video ' or v [ ' metadata ' ] [ ' is_animated ' ] , ' id ' , T ( txt_or_none ) ) ) : yield m_id # if a...