Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
nhCoder committed Jan 7, 2020
1 parent 6fee5c1 commit 1a93c05
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ Dependencies Used • Gson • Mozilla Rhino • UniversalVideoView(Used only fo

Example

new YoutubeStreamExtractor(new YoutubeStreamExtractor.ExtractorListner(){ Override public void onExtractionDone(List adativeStream, final List muxedStream, YoutubeMeta meta) {
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);
}
@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
For extraction of age restricted videos use useDefaultLogin() to Use default cookie.. OR YOU CAN override with your own cookies by using method setHeaders

0 comments on commit 1a93c05

Please sign in to comment.