Revert "Minified url of youtube videos NewPipe#1556"

This reverts commit 3bde0cd14f.
This commit is contained in:
Marco Sirabella 2018-07-27 14:57:07 -04:00
parent 3bde0cd14f
commit bbef7207b2
No known key found for this signature in database
GPG Key ID: 350CE23EFB20D1A7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class YoutubeStreamLinkHandlerFactory extends LinkHandlerFactory {
@Override
public String getUrl(String id) {
return "https://youtu.be/" + id;
return "https://www.youtube.com/watch?v=" + id;
}
@Override