Skip to content

Instantly share code, notes, and snippets.

@bigspawn
Last active May 19, 2026 09:51
Show Gist options
  • Select an option

  • Save bigspawn/8b9b685efb4ac4f5e6d490dc7113779b to your computer and use it in GitHub Desktop.

Select an option

Save bigspawn/8b9b685efb4ac4f5e6d490dc7113779b to your computer and use it in GitHub Desktop.
How download video from facecast.net
  1. Go to the video url you want to download
  2. Open devtools into browser (ctrl+shift+i in firefox)
  3. Show the network tab
  4. Reload tab with video and look into devtools
  5. Find line with text 1080p.m3u8 and copy url (like: https://edge-7.facecast.net/secure/VgTub-XSFSFFSFSF/DFSDGDSGDSGGD-pyJiOPQ/34634636/4367546/235235/1080p.m3u8)

Devtools network

  1. Download and install Streamlink
  2. Open console and execute: streamlink hls://URL_FROM_STEP_5 best -o video1080p.ts
  3. Wait for downloading

UPDATE:

Thank's TuxNuX for information about livestreamer death. Use Streamlink

@ClubHellFire

ClubHellFire commented Jul 9, 2022

Copy link
Copy Markdown

Hii, someone can teach me how to download privates in buzzcast?

@NaziraNarkulova

NaziraNarkulova commented Jan 8, 2024

Copy link
Copy Markdown

is there any option not to dowloand 1080p but a little worse in quality ?

@demetriocsouza

Copy link
Copy Markdown

Olá, não encontro a opção 1080p, na verdade não encontro nenhuma opção de vídeo. Alguém sabe como ajudar? Ou se existe outro método?

@Barcius

Barcius commented Apr 15, 2025

Copy link
Copy Markdown

Worked for me today using this instruction. The only thing to add is 1080p.m3u8 was not there for me, since my stream did not have 1080p resolution setting. You should search for 'm3u8' in the network tab (there is a search bar there btw), which will give you all the availible resolutions for your stream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment