fixed app not parsing youtube shorts
This commit is contained in:
parent
5520b17076
commit
ad30d363d8
1 changed files with 5 additions and 0 deletions
|
|
@ -529,6 +529,11 @@ public class HomeFragment extends Fragment implements HomeRecyclerViewAdapter.On
|
||||||
inputQuery = el[0];
|
inputQuery = el[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (inputQuery.contains("?feature=share")){
|
||||||
|
el = inputQuery.split("\\?feature=share");
|
||||||
|
inputQuery = el[0];
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (resetResults) resultObjects.clear();
|
if (resetResults) resultObjects.clear();
|
||||||
Video v = infoUtil.getVideo(inputQuery);
|
Video v = infoUtil.getVideo(inputQuery);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue