Fixed YoutubeStreamExtractorLivestreamTest

This commit is contained in:
litetex 2021-12-08 21:16:39 +01:00
parent 652fdf2c36
commit 7f99c1c193
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class YoutubeStreamExtractorLivestreamTest extends DefaultStreamExtractor
@Override public String expectedUploaderName() { return "Lofi Girl"; }
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow"; }
@Override public List<String> expectedDescriptionContains() {
return Arrays.asList("https://bit.ly/lofigirI-merch",
return Arrays.asList("Lofi Girl merch",
"Thank you for listening, I hope you will have a good time here");
}
@Override public boolean expectedUploaderVerified() { return true; }