File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public static void setUp() throws Exception {
155155 YoutubeTestsUtils .ensureStateless ();
156156 NewPipe .init (DownloaderFactory .getDownloader (RESOURCE_PATH + "gronkh" ));
157157 extractor = (YoutubeChannelExtractor ) YouTube
158- .getChannelExtractor ("http://www.youtube.com/user/ Gronkh" );
158+ .getChannelExtractor ("http://www.youtube.com/@ Gronkh" );
159159 extractor .fetchPage ();
160160 }
161161
@@ -185,7 +185,7 @@ public void testUrl() throws ParsingException {
185185
186186 @ Test
187187 public void testOriginalUrl () throws ParsingException {
188- assertEquals ("http://www.youtube.com/user/ Gronkh" , extractor .getOriginalUrl ());
188+ assertEquals ("http://www.youtube.com/@ Gronkh" , extractor .getOriginalUrl ());
189189 }
190190
191191 /*//////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments