Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
i have writing code with python. everyting fine but video havent audio...
this my code
async def get_videos(url, extra_params): ydl_params = { 'format': 'best', 'cachedir': False, 'geo-bypass': True, 'logger': MyLogger(), 'progress_hooks': [my_hook] } ydl_params.update(extra_params) print(ydl_params) with YoutubeDL(ydl_param) as ydl: ydl.download(url)and anyone can give me advice how to get name video result after all done downloded??