Use the youtubei API for YouTube channels

This commit is contained in:
TiA4f8R
2021-04-08 17:23:31 +02:00
parent 5794eb2350
commit a12c69da7d
3 changed files with 125 additions and 38 deletions

View File

@@ -619,7 +619,7 @@ public class YoutubeChannelExtractorTest {
public void testMoreRelatedItems() {
try {
defaultTestMoreItems(extractor);
} catch (Throwable ignored) {
} catch (final Throwable ignored) {
return;
}