mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 02:13:57 +01:00
Made youtu.be links be vieweble through NewPipe, and fixed InfoBar design.
This commit is contained in:
parent
7a45e3d0c5
commit
e38f90757a
@ -39,10 +39,7 @@ public class YoutubeService implements StreamingService {
|
||||
}
|
||||
@Override
|
||||
public boolean acceptUrl(String videoUrl) {
|
||||
if(videoUrl.contains("youtube")) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return videoUrl.contains("youtube") ||
|
||||
videoUrl.contains("youtu.be");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user