How to get m3u8 link for my video?

can anyone tell me the process of getting m3u8 url for my video ?

This isn’t possible using Android. You’d need to open DevTools in your browser on PC and look in the video element for the src attribute.

This won’t get you the M3U8 URL though, you’d have to go into the Network tab to find that. It’s difficult though because it will almost always be nested inside of another file like .json files.