tastelessjolt / youtube-dl-android

A basic implementation of youtube-dl in Android/Java
GNU General Public License v3.0
105 stars 23 forks source link

Can your code get m3u8 links from youtube livestream? #10

Open kaironsw opened 5 years ago

kaironsw commented 5 years ago

Can your code get m3u8 links from youtube livestream?

tastelessjolt commented 5 years ago

Currently, not supported, but I may add in the next release, but it'll be limited to just getting the links not actually downloading it though, the downloading part is handled by the Android System, so it might not support m3u8 download.