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

Commit

Permalink
Bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nhCoder committed Nov 1, 2020
1 parent 18d5e56 commit 49cd16d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified YoutubeExtractor/app/build/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void onBufferingEnd(MediaPlayer mediaPlayer) {// steam end loading
});
edit = (EditText)findViewById(R.id.mainEditText1);
btn = (Button)findViewById(R.id.mainButton1);
edit.setText("https://youtu.be/zjMtaw2mrrc");
edit.setText("https://youtu.be/vRXZj0DzXIA");
edit.setHint("id or url");

btn.setOnClickListener((new OnClickListener(){
Expand Down

0 comments on commit 49cd16d

Please sign in to comment.