Off Topic Is there a way to download Facecast videos directly?

I tried to reverse engineer the android apk but can't figure out how to bypass the certificate pinning mechanism which is used to prevent network traffic from being seen. I know about screen recorders but sometimes they detect it and all that gets recorded is a black screen. I see some videos in this forum that look like they're downloaded directly from the m3u8 link. Is there an easy way to get the link from a streamer?
 
Thank you so much! I can't believe I missed that. In case anyone else is wondering, you can use chrome dev tools to find the m3u8 link. Open up dev tools before navigating to the copied link, look for the https://s.buzzcast.info/share/third/live?liveId= api call and check the json response. The json response should have a "hlsUrl": "https://live.facecast.xyz/live/ with the m3u8 link. From there, use your preferred m3u8 downloader. Yt-dlp works perfectly.
 
Comment