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

Commit

Permalink
Library Updated & now More efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
nhCoder committed Dec 17, 2019
1 parent a77247a commit df1cbe7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@
public class YoutubeStreamExtractor extends AsyncTask<String,Void,Void> {




Map<String,String> Headers=new HashMap<>();



List<YTMedia> adaptiveMedia=new ArrayList<>();
List<YTMedia> muxedMedia=new ArrayList<>();
String regexUrl=("(?<=url=).*");
Expand Down

0 comments on commit df1cbe7

Please sign in to comment.