Update NewPipeExtractor and adapt imports

This commit is contained in:
Stypox 2023-08-02 22:45:53 +02:00
parent 9e55014a13
commit 78b4b9441e
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ package org.schabi.newpipe.player.playqueue;
import org.schabi.newpipe.extractor.Page;
import org.schabi.newpipe.extractor.channel.ChannelTabInfo;
import org.schabi.newpipe.extractor.channel.tabs.ChannelTabInfo;
import org.schabi.newpipe.extractor.linkhandler.ListLinkHandler;
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
import org.schabi.newpipe.util.ExtractorHelper;