Fixed YoutubeChannelExtractorTest
Channel was restored, picked a new one
This commit is contained in:
parent
f276bacce5
commit
75bb83a1b8
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class YoutubeChannelExtractorTest {
|
|||
// "This account has been terminated because we received multiple third-party claims
|
||||
// of copyright infringement regarding material that the user posted."
|
||||
final ChannelExtractor extractor =
|
||||
YouTube.getChannelExtractor("https://www.youtube.com/channel/UCpExuV8qJMfCaSQNL1YG6bQ");
|
||||
YouTube.getChannelExtractor("https://www.youtube.com/channel/UCI4i4RgFT5ilfMpna4Z_Y8w");
|
||||
try {
|
||||
extractor.fetchPage();
|
||||
} catch (final AccountTerminatedException e) {
|
||||
|
|
Loading…
Reference in a new issue