iheartradio / open-m3u8

Open Source m3u8 Parser
Other
245 stars 94 forks source link

so cool project, add a m3u8 download feature will make it best. #40

Open jeyhan opened 7 years ago

Wopple commented 7 years ago

@jeyhan This project is limiting itself to the parsing and writing of playlists to keep with the Single Responsibility Principle. We are making no opinion about how downloading should be performed so the user is free to introduce the library in any environment. As such, downloading is beyond the scope of this project.

TheOrangeTester commented 7 years ago

@jeyhan @Wopple Can anybody suggest any library for downloading m3u8 files ? or any example ?

talk2cerlin commented 7 years ago

@TheOrangeTester Volley?

Wopple commented 6 years ago

@TheOrangeTester There is nothing special about m3u8 files, they are just files. Anything capable of downloading files can download m3u8 files.