Skip to content

Commit 92e0250

Browse files
committed
[YouTube] Replace now-unavailable video IDs used in tests
1 parent cdfcdb3 commit 92e0250

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeCommentsExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void testGetCommentsAllData() throws IOException, ExtractionException {
162162
}
163163

164164
public static class HeartedByCreator extends Base {
165-
private final static String URL = "https://www.youtube.com/watch?v=tR11b7uh17Y";
165+
private final static String URL = "https://www.youtube.com/watch?v=RwTdoQNVMTY";
166166

167167
@Override
168168
protected String extractorUrl() {

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeMixPlaylistExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void getPlaylistType() throws ParsingException {
306306
}
307307

308308
public static class InvalidPageEmpty extends Base {
309-
private static final String VIDEO_ID = "QMVCAPd5cwBcg";
309+
private static final String VIDEO_ID = "WRz2MxhAdJo";
310310

311311
@Override
312312
protected String extractorUrl() {

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeMusicSearchExtractorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ protected SearchExtractor createExtractor() throws Exception {
5757
}
5858

5959
public static class MusicAlbums extends DefaultSearchExtractorTest implements InitYoutubeTest {
60-
// searching for "scenography" on 28/07/2025 returns some autogenerated albums,
60+
// searching for "axwell" on 27/01/2026 returns some autogenerated albums,
6161
// and we want to test the extraction of those, too
62-
private static final String QUERY = "scenography";
62+
private static final String QUERY = "axwell";
6363

6464
@Override
6565
protected SearchExtractor createExtractor() throws Exception {

0 commit comments

Comments
 (0)