Merge branch 'dev' into lang

This commit is contained in:
Christian Schabesberger 2018-10-16 03:47:11 +02:00 committed by GitHub
commit a7f5ea865e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 2047 additions and 146 deletions

View file

@ -32,6 +32,7 @@ import org.schabi.newpipe.extractor.Info;
import org.schabi.newpipe.extractor.ListExtractor.InfoItemsPage;
import org.schabi.newpipe.extractor.NewPipe;
import org.schabi.newpipe.extractor.channel.ChannelInfo;
import org.schabi.newpipe.extractor.channel.ChannelInfoItem;
import org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException;
import org.schabi.newpipe.extractor.exceptions.ParsingException;
import org.schabi.newpipe.extractor.exceptions.ReCaptchaException;