This commit is contained in:
TobiGr 2021-10-02 14:31:41 +00:00
parent c4b45daf41
commit bf214fe7ea
417 changed files with 963 additions and 866 deletions

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (NewPipeExtractor v0.21.10)</title>
<title>All Classes (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (NewPipeExtractor v0.21.10)</title>
<title>All Classes (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (NewPipeExtractor v0.21.10)</title>
<title>Constant Field Values (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (NewPipeExtractor v0.21.10)";
parent.document.title="Constant Field Values (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (NewPipeExtractor v0.21.10)</title>
<title>Deprecated List (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (NewPipeExtractor v0.21.10)";
parent.document.title="Deprecated List (NewPipeExtractor v0.21.11)";
}
}
catch(err) {
@ -113,13 +113,13 @@
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamInfo.getRelatedStreams()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedItems--"><code>StreamInfo.getRelatedItems()</code></a></span></div>
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamExtractor.getRelatedStreams()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedItems--"><code>StreamExtractor.getRelatedItems()</code></a>. May be removed in a future version.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamExtractor.getRelatedStreams()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedItems--"><code>StreamExtractor.getRelatedItems()</code></a>. May be removed in a future version.</span></div>
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamInfo.getRelatedStreams()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedItems--"><code>StreamInfo.getRelatedItems()</code></a></span></div>
</td>
</tr>
<tr class="rowColor">

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (NewPipeExtractor v0.21.10)</title>
<title>API Help (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (NewPipeExtractor v0.21.10)";
parent.document.title="API Help (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (NewPipeExtractor v0.21.10)</title>
<title>Index (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (NewPipeExtractor v0.21.10)";
parent.document.title="Index (NewPipeExtractor v0.21.11)";
}
}
catch(err) {
@ -2446,6 +2446,14 @@
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/utils/ExtractorHelper.html#getRelatedItemsOrLogError-org.schabi.newpipe.extractor.stream.StreamInfo-org.schabi.newpipe.extractor.stream.StreamExtractor-"><code>ExtractorHelper.getRelatedItemsOrLogError(StreamInfo, StreamExtractor)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getReplies--">getReplies()</a></span> - Method in class org.schabi.newpipe.extractor.comments.<a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html" title="class in org.schabi.newpipe.extractor.comments">CommentsInfoItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getReplies--">getReplies()</a></span> - Method in interface org.schabi.newpipe.extractor.comments.<a href="org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html" title="interface in org.schabi.newpipe.extractor.comments">CommentsInfoItemExtractor</a></dt>
<dd>
<div class="block">The continuation page which is used to get comment replies from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsInfoItemExtractor.html#getReplies--">getReplies()</a></span> - Method in class org.schabi.newpipe.extractor.services.youtube.extractors.<a href="org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsInfoItemExtractor.html" title="class in org.schabi.newpipe.extractor.services.youtube.extractors">YoutubeCommentsInfoItemExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/VideoStream.html#getResolution--">getResolution()</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/VideoStream.html" title="class in org.schabi.newpipe.extractor.stream">VideoStream</a></dt>
<dd>
<div class="block">Get the video resolution</div>
@ -5191,6 +5199,8 @@
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#setRelatedItems-java.util.List-"><code>StreamInfo.setRelatedItems(List)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setReplies-org.schabi.newpipe.extractor.Page-">setReplies(Page)</a></span> - Method in class org.schabi.newpipe.extractor.comments.<a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html" title="class in org.schabi.newpipe.extractor.comments">CommentsInfoItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/search/SearchInfo.html#setSearchSuggestion-java.lang.String-">setSearchSuggestion(String)</a></span> - Method in class org.schabi.newpipe.extractor.search.<a href="org/schabi/newpipe/extractor/search/SearchInfo.html" title="class in org.schabi.newpipe.extractor.search">SearchInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#setSegmentedAudioStreams-java.util.List-">setSegmentedAudioStreams(List&lt;AudioStream&gt;)</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/StreamInfo.html" title="class in org.schabi.newpipe.extractor.stream">StreamInfo</a></dt>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>NewPipeExtractor v0.21.10</title>
<title>NewPipeExtractor v0.21.11</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Collector (NewPipeExtractor v0.21.10)</title>
<title>Collector (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Collector (NewPipeExtractor v0.21.10)";
parent.document.title="Collector (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Extractor (NewPipeExtractor v0.21.10)</title>
<title>Extractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Extractor (NewPipeExtractor v0.21.10)";
parent.document.title="Extractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Info (NewPipeExtractor v0.21.10)</title>
<title>Info (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Info (NewPipeExtractor v0.21.10)";
parent.document.title="Info (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItem.InfoType (NewPipeExtractor v0.21.10)</title>
<title>InfoItem.InfoType (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="InfoItem.InfoType (NewPipeExtractor v0.21.10)";
parent.document.title="InfoItem.InfoType (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItem (NewPipeExtractor v0.21.10)</title>
<title>InfoItem (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="InfoItem (NewPipeExtractor v0.21.10)";
parent.document.title="InfoItem (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItemExtractor (NewPipeExtractor v0.21.10)</title>
<title>InfoItemExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="InfoItemExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="InfoItemExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItemsCollector (NewPipeExtractor v0.21.10)</title>
<title>InfoItemsCollector (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="InfoItemsCollector (NewPipeExtractor v0.21.10)";
parent.document.title="InfoItemsCollector (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListExtractor.InfoItemsPage (NewPipeExtractor v0.21.10)</title>
<title>ListExtractor.InfoItemsPage (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ListExtractor.InfoItemsPage (NewPipeExtractor v0.21.10)";
parent.document.title="ListExtractor.InfoItemsPage (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListExtractor (NewPipeExtractor v0.21.10)</title>
<title>ListExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ListExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="ListExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListInfo (NewPipeExtractor v0.21.10)</title>
<title>ListInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ListInfo (NewPipeExtractor v0.21.10)";
parent.document.title="ListInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MediaFormat (NewPipeExtractor v0.21.10)</title>
<title>MediaFormat (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MediaFormat (NewPipeExtractor v0.21.10)";
parent.document.title="MediaFormat (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MetaInfo (NewPipeExtractor v0.21.10)</title>
<title>MetaInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MetaInfo (NewPipeExtractor v0.21.10)";
parent.document.title="MetaInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>NewPipe (NewPipeExtractor v0.21.10)</title>
<title>NewPipe (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NewPipe (NewPipeExtractor v0.21.10)";
parent.document.title="NewPipe (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Page (NewPipeExtractor v0.21.10)</title>
<title>Page (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Page (NewPipeExtractor v0.21.10)";
parent.document.title="Page (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ServiceList (NewPipeExtractor v0.21.10)</title>
<title>ServiceList (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ServiceList (NewPipeExtractor v0.21.10)";
parent.document.title="ServiceList (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.LinkType (NewPipeExtractor v0.21.10)</title>
<title>StreamingService.LinkType (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StreamingService.LinkType (NewPipeExtractor v0.21.10)";
parent.document.title="StreamingService.LinkType (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.21.10)</title>
<title>StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.21.10)";
parent.document.title="StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.ServiceInfo (NewPipeExtractor v0.21.10)</title>
<title>StreamingService.ServiceInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StreamingService.ServiceInfo (NewPipeExtractor v0.21.10)";
parent.document.title="StreamingService.ServiceInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService (NewPipeExtractor v0.21.10)</title>
<title>StreamingService (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StreamingService (NewPipeExtractor v0.21.10)";
parent.document.title="StreamingService (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelExtractor (NewPipeExtractor v0.21.10)</title>
<title>ChannelExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="ChannelExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfo (NewPipeExtractor v0.21.10)</title>
<title>ChannelInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelInfo (NewPipeExtractor v0.21.10)";
parent.document.title="ChannelInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItem (NewPipeExtractor v0.21.10)</title>
<title>ChannelInfoItem (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelInfoItem (NewPipeExtractor v0.21.10)";
parent.document.title="ChannelInfoItem (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItemExtractor (NewPipeExtractor v0.21.10)</title>
<title>ChannelInfoItemExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelInfoItemExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="ChannelInfoItemExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItemsCollector (NewPipeExtractor v0.21.10)</title>
<title>ChannelInfoItemsCollector (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChannelInfoItemsCollector (NewPipeExtractor v0.21.10)";
parent.document.title="ChannelInfoItemsCollector (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsExtractor (NewPipeExtractor v0.21.10)</title>
<title>CommentsExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommentsExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="CommentsExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfo (NewPipeExtractor v0.21.10)</title>
<title>CommentsInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommentsInfo (NewPipeExtractor v0.21.10)";
parent.document.title="CommentsInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItem (NewPipeExtractor v0.21.10)</title>
<title>CommentsInfoItem (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,13 +11,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommentsInfoItem (NewPipeExtractor v0.21.10)";
parent.document.title="CommentsInfoItem (NewPipeExtractor v0.21.11)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -210,97 +210,105 @@ extends <a href="../../../../../org/schabi/newpipe/extractor/InfoItem.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getLikeCount--">getLikeCount</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getReplies--">getReplies</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getStreamPosition--">getStreamPosition</a></span>()</code>
<div class="block">Get the playback position of the stream to which this comment belongs.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getTextualLikeCount--">getTextualLikeCount</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getTextualUploadDate--">getTextualUploadDate</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getUploadDate--">getUploadDate</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getUploaderAvatarUrl--">getUploaderAvatarUrl</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getUploaderName--">getUploaderName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#getUploaderUrl--">getUploaderUrl</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<tr id="i11" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#isHeartedByUploader--">isHeartedByUploader</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<tr id="i12" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#isPinned--">isPinned</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#isUploaderVerified--">isUploaderVerified</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setCommentId-java.lang.String-">setCommentId</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;commentId)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setCommentText-java.lang.String-">setCommentText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;commentText)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setHeartedByUploader-boolean-">setHeartedByUploader</a></span>(boolean&nbsp;isHeartedByUploader)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setLikeCount-int-">setLikeCount</a></span>(int&nbsp;likeCount)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setPinned-boolean-">setPinned</a></span>(boolean&nbsp;pinned)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setStreamPosition-int-">setStreamPosition</a></span>(int&nbsp;streamPosition)</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setTextualLikeCount-java.lang.String-">setTextualLikeCount</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;textualLikeCount)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setReplies-org.schabi.newpipe.extractor.Page-">setReplies</a></span>(<a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a>&nbsp;replies)</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setTextualUploadDate-java.lang.String-">setTextualUploadDate</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;textualUploadDate)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setStreamPosition-int-">setStreamPosition</a></span>(int&nbsp;streamPosition)</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploadDate-org.schabi.newpipe.extractor.localization.DateWrapper-">setUploadDate</a></span>(<a href="../../../../../org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a>&nbsp;uploadDate)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setTextualLikeCount-java.lang.String-">setTextualLikeCount</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;textualLikeCount)</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderAvatarUrl-java.lang.String-">setUploaderAvatarUrl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderAvatarUrl)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setTextualUploadDate-java.lang.String-">setTextualUploadDate</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;textualUploadDate)</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderName-java.lang.String-">setUploaderName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderName)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploadDate-org.schabi.newpipe.extractor.localization.DateWrapper-">setUploadDate</a></span>(<a href="../../../../../org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a>&nbsp;uploadDate)</code>&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderUrl-java.lang.String-">setUploaderUrl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderUrl)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderAvatarUrl-java.lang.String-">setUploaderAvatarUrl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderAvatarUrl)</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderName-java.lang.String-">setUploaderName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderName)</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderUrl-java.lang.String-">setUploaderUrl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uploaderUrl)</code>&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItem.html#setUploaderVerified-boolean-">setUploaderVerified</a></span>(boolean&nbsp;uploaderVerified)</code>&nbsp;</td>
</tr>
</table>
@ -620,7 +628,7 @@ public&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/localization/Da
<a name="getStreamPosition--">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getStreamPosition</h4>
<pre>public&nbsp;int&nbsp;getStreamPosition()</pre>
@ -632,6 +640,25 @@ public&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/localization/Da
</dl>
</li>
</ul>
<a name="setReplies-org.schabi.newpipe.extractor.Page-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReplies</h4>
<pre>public&nbsp;void&nbsp;setReplies(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
<a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a>&nbsp;replies)</pre>
</li>
</ul>
<a name="getReplies--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getReplies</h4>
<pre>public&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a>&nbsp;getReplies()</pre>
</li>
</ul>
</li>
</ul>
</li>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItemExtractor (NewPipeExtractor v0.21.10)</title>
<title>CommentsInfoItemExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,13 +11,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommentsInfoItemExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="CommentsInfoItemExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {
}
//-->
var methods = {"i0":18,"i1":18,"i2":18,"i3":18,"i4":18,"i5":18,"i6":18,"i7":18,"i8":18,"i9":18,"i10":18,"i11":18,"i12":18};
var methods = {"i0":18,"i1":18,"i2":18,"i3":18,"i4":18,"i5":18,"i6":18,"i7":18,"i8":18,"i9":18,"i10":18,"i11":18,"i12":18,"i13":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -145,12 +145,18 @@ extends <a href="../../../../../org/schabi/newpipe/extractor/InfoItemExtractor.h
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getReplies--">getReplies</a></span>()</code>
<div class="block">The continuation page which is used to get comment replies from.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>default int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getStreamPosition--">getStreamPosition</a></span>()</code>
<div class="block">The playback position of the stream to which this comment belongs.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getTextualLikeCount--">getTextualLikeCount</a></span>()</code>
<div class="block">The unmodified like count given by the service
@ -158,43 +164,43 @@ extends <a href="../../../../../org/schabi/newpipe/extractor/InfoItemExtractor.h
It may be language dependent</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getTextualUploadDate--">getTextualUploadDate</a></span>()</code>
<div class="block">The upload date given by the service, unmodified</div>
</td>
</tr>
<tr id="i6" class="altColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getUploadDate--">getUploadDate</a></span>()</code>
<div class="block">The upload date wrapped with DateWrapper class</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<tr id="i8" class="altColor">
<td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getUploaderAvatarUrl--">getUploaderAvatarUrl</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<tr id="i9" class="rowColor">
<td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getUploaderName--">getUploaderName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<tr id="i10" class="altColor">
<td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#getUploaderUrl--">getUploaderUrl</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<tr id="i11" class="rowColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#isHeartedByUploader--">isHeartedByUploader</a></span>()</code>
<div class="block">Whether the comment has been hearted by the uploader</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<tr id="i12" class="altColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#isPinned--">isPinned</a></span>()</code>
<div class="block">Whether the comment is pinned</div>
</td>
</tr>
<tr id="i12" class="altColor">
<tr id="i13" class="rowColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.html#isUploaderVerified--">isUploaderVerified</a></span>()</code>
<div class="block">Whether the uploader is verified by the service</div>
@ -419,7 +425,7 @@ default&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/localization/D
<a name="getStreamPosition--">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getStreamPosition</h4>
<pre>default&nbsp;int&nbsp;getStreamPosition()
@ -433,6 +439,24 @@ default&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/localization/D
</dl>
</li>
</ul>
<a name="getReplies--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getReplies</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
default&nbsp;<a href="../../../../../org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a>&nbsp;getReplies()
throws <a href="../../../../../org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a></pre>
<div class="block">The continuation page which is used to get comment replies from.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the continuation Page for the replies, or null if replies are not supported</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItemsCollector (NewPipeExtractor v0.21.10)</title>
<title>CommentsInfoItemsCollector (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommentsInfoItemsCollector (NewPipeExtractor v0.21.10)";
parent.document.title="CommentsInfoItemsCollector (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Downloader (NewPipeExtractor v0.21.10)</title>
<title>Downloader (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Downloader (NewPipeExtractor v0.21.10)";
parent.document.title="Downloader (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Request.Builder (NewPipeExtractor v0.21.10)</title>
<title>Request.Builder (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Request.Builder (NewPipeExtractor v0.21.10)";
parent.document.title="Request.Builder (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Request (NewPipeExtractor v0.21.10)</title>
<title>Request (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Request (NewPipeExtractor v0.21.10)";
parent.document.title="Request (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Response (NewPipeExtractor v0.21.10)</title>
<title>Response (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Response (NewPipeExtractor v0.21.10)";
parent.document.title="Response (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AccountTerminatedException.Reason (NewPipeExtractor v0.21.10)</title>
<title>AccountTerminatedException.Reason (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AccountTerminatedException.Reason (NewPipeExtractor v0.21.10)";
parent.document.title="AccountTerminatedException.Reason (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AccountTerminatedException (NewPipeExtractor v0.21.10)</title>
<title>AccountTerminatedException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AccountTerminatedException (NewPipeExtractor v0.21.10)";
parent.document.title="AccountTerminatedException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AgeRestrictedContentException (NewPipeExtractor v0.21.10)</title>
<title>AgeRestrictedContentException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AgeRestrictedContentException (NewPipeExtractor v0.21.10)";
parent.document.title="AgeRestrictedContentException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentNotAvailableException (NewPipeExtractor v0.21.10)</title>
<title>ContentNotAvailableException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContentNotAvailableException (NewPipeExtractor v0.21.10)";
parent.document.title="ContentNotAvailableException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentNotSupportedException (NewPipeExtractor v0.21.10)</title>
<title>ContentNotSupportedException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContentNotSupportedException (NewPipeExtractor v0.21.10)";
parent.document.title="ContentNotSupportedException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ExtractionException (NewPipeExtractor v0.21.10)</title>
<title>ExtractionException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ExtractionException (NewPipeExtractor v0.21.10)";
parent.document.title="ExtractionException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FoundAdException (NewPipeExtractor v0.21.10)</title>
<title>FoundAdException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FoundAdException (NewPipeExtractor v0.21.10)";
parent.document.title="FoundAdException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>GeographicRestrictionException (NewPipeExtractor v0.21.10)</title>
<title>GeographicRestrictionException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GeographicRestrictionException (NewPipeExtractor v0.21.10)";
parent.document.title="GeographicRestrictionException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PaidContentException (NewPipeExtractor v0.21.10)</title>
<title>PaidContentException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PaidContentException (NewPipeExtractor v0.21.10)";
parent.document.title="PaidContentException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ParsingException (NewPipeExtractor v0.21.10)</title>
<title>ParsingException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ParsingException (NewPipeExtractor v0.21.10)";
parent.document.title="ParsingException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PrivateContentException (NewPipeExtractor v0.21.10)</title>
<title>PrivateContentException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PrivateContentException (NewPipeExtractor v0.21.10)";
parent.document.title="PrivateContentException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ReCaptchaException (NewPipeExtractor v0.21.10)</title>
<title>ReCaptchaException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ReCaptchaException (NewPipeExtractor v0.21.10)";
parent.document.title="ReCaptchaException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SoundCloudGoPlusContentException (NewPipeExtractor v0.21.10)</title>
<title>SoundCloudGoPlusContentException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SoundCloudGoPlusContentException (NewPipeExtractor v0.21.10)";
parent.document.title="SoundCloudGoPlusContentException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>YoutubeMusicPremiumContentException (NewPipeExtractor v0.21.10)</title>
<title>YoutubeMusicPremiumContentException (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="YoutubeMusicPremiumContentException (NewPipeExtractor v0.21.10)";
parent.document.title="YoutubeMusicPremiumContentException (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FeedExtractor (NewPipeExtractor v0.21.10)</title>
<title>FeedExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FeedExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="FeedExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FeedInfo (NewPipeExtractor v0.21.10)</title>
<title>FeedInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FeedInfo (NewPipeExtractor v0.21.10)";
parent.document.title="FeedInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskExtractor (NewPipeExtractor v0.21.10)</title>
<title>KioskExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="KioskExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="KioskExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskInfo (NewPipeExtractor v0.21.10)</title>
<title>KioskInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="KioskInfo (NewPipeExtractor v0.21.10)";
parent.document.title="KioskInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskList.KioskExtractorFactory (NewPipeExtractor v0.21.10)</title>
<title>KioskList.KioskExtractorFactory (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="KioskList.KioskExtractorFactory (NewPipeExtractor v0.21.10)";
parent.document.title="KioskList.KioskExtractorFactory (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskList (NewPipeExtractor v0.21.10)</title>
<title>KioskList (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="KioskList (NewPipeExtractor v0.21.10)";
parent.document.title="KioskList (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LinkHandler (NewPipeExtractor v0.21.10)</title>
<title>LinkHandler (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LinkHandler (NewPipeExtractor v0.21.10)";
parent.document.title="LinkHandler (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LinkHandlerFactory (NewPipeExtractor v0.21.10)</title>
<title>LinkHandlerFactory (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LinkHandlerFactory (NewPipeExtractor v0.21.10)";
parent.document.title="LinkHandlerFactory (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListLinkHandler (NewPipeExtractor v0.21.10)</title>
<title>ListLinkHandler (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ListLinkHandler (NewPipeExtractor v0.21.10)";
parent.document.title="ListLinkHandler (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListLinkHandlerFactory (NewPipeExtractor v0.21.10)</title>
<title>ListLinkHandlerFactory (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ListLinkHandlerFactory (NewPipeExtractor v0.21.10)";
parent.document.title="ListLinkHandlerFactory (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SearchQueryHandler (NewPipeExtractor v0.21.10)</title>
<title>SearchQueryHandler (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SearchQueryHandler (NewPipeExtractor v0.21.10)";
parent.document.title="SearchQueryHandler (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SearchQueryHandlerFactory (NewPipeExtractor v0.21.10)</title>
<title>SearchQueryHandlerFactory (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SearchQueryHandlerFactory (NewPipeExtractor v0.21.10)";
parent.document.title="SearchQueryHandlerFactory (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentCountry (NewPipeExtractor v0.21.10)</title>
<title>ContentCountry (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContentCountry (NewPipeExtractor v0.21.10)";
parent.document.title="ContentCountry (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DateWrapper (NewPipeExtractor v0.21.10)</title>
<title>DateWrapper (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DateWrapper (NewPipeExtractor v0.21.10)";
parent.document.title="DateWrapper (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Localization (NewPipeExtractor v0.21.10)</title>
<title>Localization (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Localization (NewPipeExtractor v0.21.10)";
parent.document.title="Localization (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>TimeAgoParser (NewPipeExtractor v0.21.10)</title>
<title>TimeAgoParser (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TimeAgoParser (NewPipeExtractor v0.21.10)";
parent.document.title="TimeAgoParser (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>TimeAgoPatternsManager (NewPipeExtractor v0.21.10)</title>
<title>TimeAgoPatternsManager (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TimeAgoPatternsManager (NewPipeExtractor v0.21.10)";
parent.document.title="TimeAgoPatternsManager (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.21.10)</title>
<title>org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.21.10)";
parent.document.title="org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.21.11)";
}
}
catch(err) {
@ -112,8 +112,8 @@
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">org.schabi.newpipe.extractor.<a href="../../../../org/schabi/newpipe/extractor/MediaFormat.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">MediaFormat</span></a></li>
<li type="circle">org.schabi.newpipe.extractor.<a href="../../../../org/schabi/newpipe/extractor/StreamingService.ServiceInfo.MediaCapability.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">StreamingService.ServiceInfo.MediaCapability</span></a></li>
<li type="circle">org.schabi.newpipe.extractor.<a href="../../../../org/schabi/newpipe/extractor/MediaFormat.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">MediaFormat</span></a></li>
<li type="circle">org.schabi.newpipe.extractor.<a href="../../../../org/schabi/newpipe/extractor/InfoItem.InfoType.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">InfoItem.InfoType</span></a></li>
<li type="circle">org.schabi.newpipe.extractor.<a href="../../../../org/schabi/newpipe/extractor/StreamingService.LinkType.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">StreamingService.LinkType</span></a></li>
</ul>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PlaylistExtractor (NewPipeExtractor v0.21.10)</title>
<title>PlaylistExtractor (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PlaylistExtractor (NewPipeExtractor v0.21.10)";
parent.document.title="PlaylistExtractor (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PlaylistInfo (NewPipeExtractor v0.21.10)</title>
<title>PlaylistInfo (NewPipeExtractor v0.21.11)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@ -11,7 +11,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PlaylistInfo (NewPipeExtractor v0.21.10)";
parent.document.title="PlaylistInfo (NewPipeExtractor v0.21.11)";
}
}
catch(err) {

Some files were not shown because too many files have changed in this diff Show More