Skip to content

Commit

Permalink
Fix YoutubeMixPlaylistExtractorTest again
Browse files Browse the repository at this point in the history
Doesn't work for kurgesagt videos anymore, used music video (copyright free) instead
  • Loading branch information
litetex committed Aug 14, 2022
1 parent da06166 commit 5bbea3a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class YoutubeMixPlaylistExtractorTest {
private static YoutubeMixPlaylistExtractor extractor;

public static class Mix {
private static final String VIDEO_ID = "QqsLTNkzvaY";
private static final String VIDEO_ID = "FAqYW76GLPA";
private static final String VIDEO_TITLE = "Mix – ";

@BeforeAll
Expand Down Expand Up @@ -136,10 +136,10 @@ void getPlaylistType() throws ParsingException {

public static class MixWithIndex {

private static final String VIDEO_ID = "QqsLTNkzvaY";
private static final String VIDEO_ID = "FAqYW76GLPA";
private static final String VIDEO_TITLE = "Mix – ";
private static final int INDEX = 7; // YT starts the index with 1...
private static final String VIDEO_ID_AT_INDEX = "xAUJYP8tnRE";
private static final String VIDEO_ID_AT_INDEX = "F90Cw4l-8NY";

@BeforeAll
public static void setUp() throws Exception {
Expand Down

0 comments on commit 5bbea3a

Please sign in to comment.