Skip to content

Commit 75bb83a

Browse files
committed
Fixed YoutubeChannelExtractorTest
Channel was restored, picked a new one
1 parent f276bac commit 75bb83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void accountTerminatedCopyrightFetch() throws Exception {
126126
// "This account has been terminated because we received multiple third-party claims
127127
// of copyright infringement regarding material that the user posted."
128128
final ChannelExtractor extractor =
129-
YouTube.getChannelExtractor("https://www.youtube.com/channel/UCpExuV8qJMfCaSQNL1YG6bQ");
129+
YouTube.getChannelExtractor("https://www.youtube.com/channel/UCI4i4RgFT5ilfMpna4Z_Y8w");
130130
try {
131131
extractor.fetchPage();
132132
} catch (final AccountTerminatedException e) {

0 commit comments

Comments
 (0)