from utils.index import yt_dlp_download url = 'https://www.youtube.com/watch?v=ntoO0h6-RH4' flag = yt_dlp_download(url, 'youtube') print(flag)