[(#REM) ]
[(#SET{youtube_api_key, #CONFIG{videos/youtube_api_key}})]
[(#SET{youtube_channel, #ENV{channel_id, #CONFIG{videos/youtube_channel}})]
[(#SET{video, #ENV{video}})]
[(#SET{req, 'https://www.googleapis.com/youtube/v3/videos?part=snippet,contentDetails' })]
[(#SET{req, #GET{req}|concat{"&id="#GET{video},"&key="#GET{youtube_api_key} } })]
[(#VALEUR{snippet/description})]
#GET{youtube_api_key}
#GET{youtube_channel}
/B_youtube>