hikikomoriphoenix / Beedio

Android app that lets you find downloadable videos as you browse the web. Allows queuing downloads. Also includes bookmarking and ad-blocking features for easier browsing experience.
GNU General Public License v2.0
150 stars 44 forks source link

ts files not supported more websites can u resolved this problem? #80

Open Iamdeveloperking opened 4 years ago

hikikomoriphoenix commented 4 years ago

These ts files are usually streamed using an m3u8 file which lists all these ts files. All you have to do is extract this list and concatenate all the files into one video. Unfortunately most of these m3u8 files don't list each ts file in full url and each website has its own unique way of creating the links from this list. That's why any website which is streaming ts videos are not necessarily supported. Good thing is, it's just a matter of figuring out how each website works. So although not all websites are guaranteed to be supported, hopefully many websites will be supported in the future.