How to extract all .mp4 with youtube-dl in Python?

I'm trying to write a Python script that can extract the download link of any video in .mp4 file format. For this I'm using youtube-dl but it returns the video link in .m3u8 file format. How can I ...