ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.31k stars 9.95k forks source link

Tango.me live stream support #29244

Open snoopyraw opened 3 years ago

snoopyraw commented 3 years ago

Checklist

Example URLs

Description

Please can you make it save tango.me livestreams...

SuperSonicHub1 commented 3 years ago

@snoopyraw These are YouTube URLs. If you made a mistake, close this issue and create a new one with the proper URLs.

snoopyraw commented 3 years ago

@snoopyraw These are YouTube URLs. If you made a mistake, close this issue and create a new one with the proper URLs.

Have replaced the it with the correct link

SuperSonicHub1 commented 3 years ago

@snoopyraw Thanks! Doing some early research, there are two types of URLs:

Revod commented 3 years ago

@snoopyraw Thanks! Doing some early research, there are two types of URLs:

* Stream URLs: `https://www.tango.me/stream/gw6zDcZxmSRafDdoKvpQtQ`

* Moment URLs: `https://www.tango.me/moments/cxQ3MCH_tIbMcXEi7rG_PA`

Also using Firefox inspector and looking the network stream live.m3u8 has a url like this:

https://cinema-us-east.tango.me/v1/01b486e328946566b9df310ed148060f/live.m3u8?accountId=ACCOUNTID&expire_at=1624505904&token=TOKEN&tech=lhls

I don't know if that's useful and maybe the url change based in the location of my IP but I really want to download some music producer stream

Regards

White-Range commented 3 years ago

@snoopyraw Thanks! Doing some early research, there are two types of URLs:

* Stream URLs: `https://www.tango.me/stream/gw6zDcZxmSRafDdoKvpQtQ`

* Moment URLs: `https://www.tango.me/moments/cxQ3MCH_tIbMcXEi7rG_PA`

Also using Firefox inspector and looking the network stream live.m3u8 has a url like this:

https://cinema-us-east.tango.me/v1/01b486e328946566b9df310ed148060f/live.m3u8?accountId=ACCOUNTID&expire_at=1624505904&token=TOKEN&tech=lhls

I don't know if that's useful and maybe the url change based in the location of my IP but I really want to download some music producer stream

Regards

for private streams the m3u8 link is encrypted. we cannot find the link in the inspect. please tell if you can decrypt and get link for private stream

White-Range commented 3 years ago

@Revod for private streams the m3u8 link is encrypted. we cannot find the link in the inspect. please tell if you can decrypt and get link for private stream