From 6fee5c12117f742ed455f55991fe458182115ac9 Mon Sep 17 00:00:00 2001 From: Naveed Hassan Date: Tue, 7 Jan 2020 16:41:10 +0500 Subject: [PATCH] Readme update --- README.md | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 6a3b312..351359b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ - YouTubeExtractor A Youtube urls extractor for java & android for streaming and downloading purpose. I made this on my Android Device using AIDE(IDE), So i cant update gradle, so dont ask me -Features -• Extracts Muxed and Adaptive urls separately -• Extracts Signature Protected Videos(like vevo) -• Extracts Live Videos Urls(hls) -• Extracts video info(title,author,description,view,etc) -• Extracts Age restricted videos (Uses Cookie from a Google account) +Test Apk + +Features • Extracts Muxed and Adaptive urls separately • Extracts Signature Protected Videos(like vevo) • Extracts Live Videos Urls(hls) • Extracts video info(title,author,description,view,etc) • Extracts Age restricted videos (Uses Cookie from a Google account) Usage @@ -18,26 +14,21 @@ Copy the classes or compile project. .jar will be available soon -Dependencies Used -• Gson -• Mozilla Rhino -• UniversalVideoView(Used only for video testing) +Dependencies Used • Gson • Mozilla Rhino • UniversalVideoView(Used only for video testing) Example -new YoutubeStreamExtractor(new YoutubeStreamExtractor.ExtractorListner(){ - @Override - public void onExtractionDone(List adativeStream, final List muxedStream, YoutubeMeta meta) { - - } - @Override - public void onExtractionGoesWrong(final ExtractorException e) - { - } - }).Extract(YOUTUBE_ID/LINK); +new YoutubeStreamExtractor(new YoutubeStreamExtractor.ExtractorListner(){ Override public void onExtractionDone(List adativeStream, final List muxedStream, YoutubeMeta meta) { + + } + @Override + public void onExtractionGoesWrong(final ExtractorException e) + { + } + }).Extract(YOUTUBE_ID/LINK); For age restricted Videos -For extraction of age restricted videos use useDefaultLogin() to Use default cookie.. OR YOU CAN override with your own cookies by method setHeaders \ No newline at end of file +For extraction of age restricted videos use useDefaultLogin() to Use default cookie.. OR YOU CAN override with your own cookies by method setHeaders \ No newline at end of file