android-youtubeExtractor icon indicating copy to clipboard operation
android-youtubeExtractor copied to clipboard

Live Stream can't detected

Open oemersari opened this issue 4 years ago • 3 comments

String youtubeLink = "https://www.youtube.com/watch?v=inOugVa_NYA";
         new YouTubeExtractor(this) {
             @Override
             public void onExtractionComplete(SparseArray<YtFile> ytFiles, VideoMeta vMeta) {
                 System.out.println(vMeta.isLiveStream());
             }
         }.extract(youtubeLink, true, true);

Got: I/System.out: false

Did anyone succeed in extracting a Live Stream?

oemersari avatar Mar 14 '20 03:03 oemersari

Same issue here with latest master branch snapshot

JBramauer avatar Sep 16 '20 14:09 JBramauer

String youtubeLink = "https://www.youtube.com/watch?v=inOugVa_NYA";
         new YouTubeExtractor(this) {
             @Override
             public void onExtractionComplete(SparseArray<YtFile> ytFiles, VideoMeta vMeta) {
                 System.out.println(vMeta.isLiveStream());
             }
         }.extract(youtubeLink, true, true);

Got: I/System.out: false

Did anyone succeed in extracting a Live Stream?

Hi, did you found a solution for that? im having the same issue

caleroalbelo90 avatar Apr 14 '21 11:04 caleroalbelo90

same here

chubecode avatar Dec 30 '21 07:12 chubecode