Home > front end >  How to obtain m3u8 file link
How to obtain m3u8 file link

Time:09-27

Recently, as the topic, online course, I want to download the video saved
Schools use is cloud rhinoceros
this platform
Now want the crawler to get video link, but no m3u8 links in the HTML source code, is this


Because the school only 1 d video storage life
So here let out link other rhino platform of online video
Structure is exactly the same

Example: http://play.yunxi.tv/livestream/flash? Id=a1cf8b249d12486ba70bccf2c4ac87d2

The above example m3u8 link is

http://cdn-host.media.yunxi.tv/recordM3u8/a1cf8b249d12486ba70bccf2c4ac87d2/a1cf8b249d12486ba70bccf2c4ac87d2_69cV1.m3u8

I know how to use the browser's developer tools to obtain m3u8 file link
Now a don't need a developer tools ,
Online tools can also


The only requirement: input page links, output m3u8 file link

P.S. by fractional breakpoint perform discovery m3u8 links from a js

CodePudding user response:

I don't know if there is a relationship between former link with m3u8

For example: https://play.yunxi.tv/livestream/flash? Id=d8cfc2aec43343f7a3ea37500ce0c911 #/
This is the original link
Below is m3u8 file link
https://yunxi-material-library-prod.oss-cn-hangzhou.aliyuncs.com/recordVideoM3u8/25435/f7ecc278af39430eb89766bb7e74f445.m3u8

I tried many methods didn't find out the correlation between

CodePudding user response:

Flip out of the blob source also links, do not know to have relationship

CodePudding user response:

To the individual, no solution to this question

CodePudding user response:

M3u8 download tool good access to the file link to copy paste is finished

CodePudding user response:

The
reference 4 floor qq_19601709 reply:
m3u8 download tool good access to the file link to copy paste just a matter of

I want to be as a result of the input output m3u8 url address
  • Related