http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/ciscolive.py
RAINFOCUS_API_URL % ep , rf_id , note = note , data = urlencode_postdata ( query ), headers = headers ) def _parse_rf_item ( self , rf_item ): event_name = rf_item . get ( 'eventName' ) title = rf_item [ 'title' ] description = clean_html ( rf_item . get ( 'abstract' )) presenter_name = try_get ( rf_item , lambda x : x [ 'participants' ][ 0 ][ 'fullName' ]) bc_id = rf_item [ 'videos' ][ 0 ][ 'url' ] bc_url = self . BRIGHTCOVE_URL_TEMPLATE % bc_id duration = float_or_none (...