request larger youtube thumbnails
This commit is contained in:
parent
b5398ea340
commit
317407a2dd
@ -105,7 +105,7 @@ public class Article implements Parcelable {
|
|||||||
if (matcher.find()) {
|
if (matcher.find()) {
|
||||||
youtubeVid = matcher.group(1);
|
youtubeVid = matcher.group(1);
|
||||||
|
|
||||||
flavorImageUri = "https://img.youtube.com/vi/" + youtubeVid + "/mqdefault.jpg";
|
flavorImageUri = "https://img.youtube.com/vi/" + youtubeVid + "/hqdefault.jpg";
|
||||||
flavorStreamUri = "https://youtu.be/" + youtubeVid;
|
flavorStreamUri = "https://youtu.be/" + youtubeVid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user