We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f276bac commit 75bb83aCopy full SHA for 75bb83a
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java
@@ -126,7 +126,7 @@ public void accountTerminatedCopyrightFetch() throws Exception {
126
// "This account has been terminated because we received multiple third-party claims
127
// of copyright infringement regarding material that the user posted."
128
final ChannelExtractor extractor =
129
- YouTube.getChannelExtractor("https://www.youtube.com/channel/UCpExuV8qJMfCaSQNL1YG6bQ");
+ YouTube.getChannelExtractor("https://www.youtube.com/channel/UCI4i4RgFT5ilfMpna4Z_Y8w");
130
try {
131
extractor.fetchPage();
132
} catch (final AccountTerminatedException e) {
0 commit comments