You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "Copy=For" yt-dlp feature = ${referer} ${userAgent} ${url} to be able to paste m3u8 links in XDM and download streams detected by third-party video-downloaders extensions #1293
and i don't like use internal download manager of web browser because it may have bugs and i like use third parsers or third download managers to download these embed videos from these sites,
after researsh,
i discover that yt-dlp has generic downoader i.e. yt-dlp can download from sites that they do not officially support and i discovers that cat catch extension has section named: COPY:
"For the convenience of using third-party applications, customize the content written to the clipboard by the copy button"
and i discover tha the string structure to set in that "Copy=For" feature when we will copy/past link detected by cat catch extension in third downlaod managers that use yt-dlp is:
so when we put the m3u8 link detected by cat catch in thirds parser or download manager that uses yt-dlp, we can download the embed video even if it is not supported offcially by yt-dlp, so we hope please XDM will have the capacity to support this capital command:
This way, we can paste the m3u8 links detected by the cat catch extension into XDM and download embed streams from various sites supported by various third-party extensions. Thanks!