| Input | Output | |-------|--------| | A (e.g. “ශ්රී ලාංකීය නාට්ය”, “සිංහල ගීතය”, “කවච්චි ව්යායාම”) | The top‑ranked YouTube video URL that matches the query, plus a short thumbnail and title for quick preview. | | Optional flags ( max_results , safeSearch ) | Control how many results you get and whether to filter out adult content. |
https://sinhalawela.lk
In this episode, [briefly summarize the key plot points]. The episode features [notable scenes or character developments].
: The lack of formal sexual health education leading youth to seek information through unofficial "wela" links and videos.
resp = requests.get(YOUTUBE_SEARCH_URL, params=params) resp.raise_for_status() data = resp.json()