Renders one or more responsive YouTube video embeds from query result rows containing YouTube video IDs.
YOUTUBE — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Parameters are unused. Each row in data_list must provide a YouTube video ID in column [0]. Each video is wrapped in a Bootstrap embed-responsive embed-responsive-16by9 container. Multiple videos are separated by <p> tags. Returns an HTML string.
Uses Bootstrap responsive embed classes. Videos are embedded via https://www.youtube.com/embed/{id}?feature=player_detailpage with allowfullscreen enabled.