This commit is contained in:
Stypox 2022-04-28 11:11:41 +00:00
parent 91c8e9bef5
commit 4271cccbb9
418 changed files with 1337 additions and 817 deletions

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (NewPipeExtractor v0.22.0)</title>
<title>All Classes (NewPipeExtractor v0.22.1)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -172,6 +172,7 @@
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/pa.html" title="class in org.schabi.newpipe.extractor.timeago.patterns" target="classFrame">pa</a></li>
<li><a href="org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor" target="classFrame">Page</a></li>
<li><a href="org/schabi/newpipe/extractor/exceptions/PaidContentException.html" title="class in org.schabi.newpipe.extractor.exceptions" target="classFrame">PaidContentException</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils" target="classFrame">Pair</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Parser.html" title="class in org.schabi.newpipe.extractor.utils" target="classFrame">Parser</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils" target="classFrame">Parser.RegexException</a></li>
<li><a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions" target="classFrame">ParsingException</a></li>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (NewPipeExtractor v0.22.0)</title>
<title>All Classes (NewPipeExtractor v0.22.1)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -172,6 +172,7 @@
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/pa.html" title="class in org.schabi.newpipe.extractor.timeago.patterns">pa</a></li>
<li><a href="org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a></li>
<li><a href="org/schabi/newpipe/extractor/exceptions/PaidContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">PaidContentException</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Parser.html" title="class in org.schabi.newpipe.extractor.utils">Parser</a></li>
<li><a href="org/schabi/newpipe/extractor/utils/Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">Parser.RegexException</a></li>
<li><a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a></li>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (NewPipeExtractor v0.22.0)</title>
<title>Constant Field Values (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Constant Field Values (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (NewPipeExtractor v0.22.0)</title>
<title>Deprecated List (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Deprecated List (NewPipeExtractor v0.22.1)";
}
}
catch(err) {
@ -116,13 +116,13 @@
</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">
<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">

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (NewPipeExtractor v0.22.0)</title>
<title>API Help (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="API Help (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (NewPipeExtractor v0.22.0)</title>
<title>Index (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Index (NewPipeExtractor v0.22.1)";
}
}
catch(err) {
@ -572,6 +572,10 @@
<dd>
<div class="block">Reveals whether two Streams are equal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Reveals whether an object is equal to this <code>Pair</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/AudioStream.html#equalStats-org.schabi.newpipe.extractor.stream.Stream-">equalStats(Stream)</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/AudioStream.html" title="class in org.schabi.newpipe.extractor.stream">AudioStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/Stream.html#equalStats-org.schabi.newpipe.extractor.stream.Stream-">equalStats(Stream)</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">Stream</a></dt>
@ -1301,6 +1305,10 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.html#getFeedUrlFrom-java.lang.String-">getFeedUrlFrom(String)</a></span> - Static method in class org.schabi.newpipe.extractor.services.youtube.<a href="org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.html" title="class in org.schabi.newpipe.extractor.services.youtube">YoutubeParsingHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#getFirst--">getFirst()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Gets the first object of the pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/Stream.html#getFormat--">getFormat()</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">Stream</a></dt>
<dd>
<div class="block">Gets the format.</div>
@ -2460,6 +2468,10 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSearchExtractor.html#getSearchSuggestion--">getSearchSuggestion()</a></span> - Method in class org.schabi.newpipe.extractor.services.youtube.extractors.<a href="org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSearchExtractor.html" title="class in org.schabi.newpipe.extractor.services.youtube.extractors">YoutubeSearchExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#getSecond--">getSecond()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Gets the second object of the pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getSegmentedAudioStreams--">getSegmentedAudioStreams()</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/DashMpdParser.ParserResult.html#getSegmentedAudioStreams--">getSegmentedAudioStreams()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/DashMpdParser.ParserResult.html" title="class in org.schabi.newpipe.extractor.utils">DashMpdParser.ParserResult</a></dt>
@ -3685,6 +3697,10 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/Description.html#hashCode--">hashCode()</a></span> - Method in class org.schabi.newpipe.extractor.stream.<a href="org/schabi/newpipe/extractor/stream/Description.html" title="class in org.schabi.newpipe.extractor.stream">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#hashCode--">hashCode()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Returns a hash code of the current <code>Pair</code> by using the first and second object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html#hasNextPage--">hasNextPage()</a></span> - Method in class org.schabi.newpipe.extractor.<a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html" title="class in org.schabi.newpipe.extractor">ListExtractor.InfoItemsPage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/ListInfo.html#hasNextPage--">hasNextPage()</a></span> - Method in class org.schabi.newpipe.extractor.<a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a></dt>
@ -4639,6 +4655,14 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/exceptions/PaidContentException.html#PaidContentException-java.lang.String-java.lang.Throwable-">PaidContentException(String, Throwable)</a></span> - Constructor for exception org.schabi.newpipe.extractor.exceptions.<a href="org/schabi/newpipe/extractor/exceptions/PaidContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">PaidContentException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils"><span class="typeNameLink">Pair</span></a>&lt;<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="type parameter in Pair">F</a> extends <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>,<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="type parameter in Pair">S</a> extends <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>&gt; - Class in <a href="org/schabi/newpipe/extractor/utils/package-summary.html">org.schabi.newpipe.extractor.utils</a></dt>
<dd>
<div class="block">Serializable class to create a pair of objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#Pair-F-S-">Pair(F, S)</a></span> - Constructor for class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Creates a new <a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils"><code>Pair</code></a> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/localization/TimeAgoParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.schabi.newpipe.extractor.localization.<a href="org/schabi/newpipe/extractor/localization/TimeAgoParser.html" title="class in org.schabi.newpipe.extractor.localization">TimeAgoParser</a></dt>
<dd>
<div class="block">Parses a textual date in the format '2 days ago' into a Calendar representation which is then
@ -5013,6 +5037,10 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/channel/ChannelInfo.html#setFeedUrl-java.lang.String-">setFeedUrl(String)</a></span> - Method in class org.schabi.newpipe.extractor.channel.<a href="org/schabi/newpipe/extractor/channel/ChannelInfo.html" title="class in org.schabi.newpipe.extractor.channel">ChannelInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#setFirst-F-">setFirst(F)</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Sets the first object, which must be of the <code>F</code> type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/downloader/Request.Builder.html#setHeader-java.lang.String-java.lang.String-">setHeader(String, String)</a></span> - Method in class org.schabi.newpipe.extractor.downloader.<a href="org/schabi/newpipe/extractor/downloader/Request.Builder.html" title="class in org.schabi.newpipe.extractor.downloader">Request.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/downloader/Request.Builder.html#setHeaders-java.lang.String-java.util.List-">setHeaders(String, List&lt;String&gt;)</a></span> - Method in class org.schabi.newpipe.extractor.downloader.<a href="org/schabi/newpipe/extractor/downloader/Request.Builder.html" title="class in org.schabi.newpipe.extractor.downloader">Request.Builder</a></dt>
@ -5096,6 +5124,10 @@
<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/utils/Pair.html#setSecond-S-">setSecond(S)</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Sets the first object, which must be of the <code>S</code> type.</div>
</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#setSegmentedVideoOnlyStreams-java.util.List-">setSegmentedVideoOnlyStreams(List&lt;VideoStream&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>
@ -5479,6 +5511,10 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/subscription/SubscriptionItem.html#toString--">toString()</a></span> - Method in class org.schabi.newpipe.extractor.subscription.<a href="org/schabi/newpipe/extractor/subscription/SubscriptionItem.html" title="class in org.schabi.newpipe.extractor.subscription">SubscriptionItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Pair.html#toString--">toString()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Pair.html" title="class in org.schabi.newpipe.extractor.utils">Pair</a></dt>
<dd>
<div class="block">Returns a string representation of the current <code>Pair</code>.</div>
</dd>
<dt><a href="org/schabi/newpipe/extractor/timeago/patterns/tr.html" title="class in org.schabi.newpipe.extractor.timeago.patterns"><span class="typeNameLink">tr</span></a> - Class in <a href="org/schabi/newpipe/extractor/timeago/patterns/package-summary.html">org.schabi.newpipe.extractor.timeago.patterns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudSearchQueryHandlerFactory.html#TRACKS">TRACKS</a></span> - Static variable in class org.schabi.newpipe.extractor.services.soundcloud.linkHandler.<a href="org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudSearchQueryHandlerFactory.html" title="class in org.schabi.newpipe.extractor.services.soundcloud.linkHandler">SoundcloudSearchQueryHandlerFactory</a></dt>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>NewPipeExtractor v0.22.0</title>
<title>NewPipeExtractor v0.22.1</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.22.0)</title>
<title>Collector (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Collector (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Extractor (NewPipeExtractor v0.22.0)</title>
<title>Extractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Extractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Info (NewPipeExtractor v0.22.0)</title>
<title>Info (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Info (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItem.InfoType (NewPipeExtractor v0.22.0)</title>
<title>InfoItem.InfoType (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="InfoItem.InfoType (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItem (NewPipeExtractor v0.22.0)</title>
<title>InfoItem (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="InfoItem (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItemExtractor (NewPipeExtractor v0.22.0)</title>
<title>InfoItemExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="InfoItemExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>InfoItemsCollector (NewPipeExtractor v0.22.0)</title>
<title>InfoItemsCollector (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="InfoItemsCollector (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListExtractor.InfoItemsPage (NewPipeExtractor v0.22.0)</title>
<title>ListExtractor.InfoItemsPage (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ListExtractor.InfoItemsPage (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListExtractor (NewPipeExtractor v0.22.0)</title>
<title>ListExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ListExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListInfo (NewPipeExtractor v0.22.0)</title>
<title>ListInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ListInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MediaFormat (NewPipeExtractor v0.22.0)</title>
<title>MediaFormat (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="MediaFormat (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MetaInfo (NewPipeExtractor v0.22.0)</title>
<title>MetaInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="MetaInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MultiInfoItemsCollector (NewPipeExtractor v0.22.0)</title>
<title>MultiInfoItemsCollector (NewPipeExtractor v0.22.1)</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="MultiInfoItemsCollector (NewPipeExtractor v0.22.0)";
parent.document.title="MultiInfoItemsCollector (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>NewPipe (NewPipeExtractor v0.22.0)</title>
<title>NewPipe (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="NewPipe (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Page (NewPipeExtractor v0.22.0)</title>
<title>Page (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Page (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ServiceList (NewPipeExtractor v0.22.0)</title>
<title>ServiceList (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ServiceList (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.LinkType (NewPipeExtractor v0.22.0)</title>
<title>StreamingService.LinkType (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="StreamingService.LinkType (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.22.0)</title>
<title>StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="StreamingService.ServiceInfo.MediaCapability (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService.ServiceInfo (NewPipeExtractor v0.22.0)</title>
<title>StreamingService.ServiceInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="StreamingService.ServiceInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>StreamingService (NewPipeExtractor v0.22.0)</title>
<title>StreamingService (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="StreamingService (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelExtractor (NewPipeExtractor v0.22.0)</title>
<title>ChannelExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ChannelExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfo (NewPipeExtractor v0.22.0)</title>
<title>ChannelInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ChannelInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItem (NewPipeExtractor v0.22.0)</title>
<title>ChannelInfoItem (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ChannelInfoItem (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItemExtractor (NewPipeExtractor v0.22.0)</title>
<title>ChannelInfoItemExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ChannelInfoItemExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ChannelInfoItemsCollector (NewPipeExtractor v0.22.0)</title>
<title>ChannelInfoItemsCollector (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ChannelInfoItemsCollector (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.channel (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.channel Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsExtractor (NewPipeExtractor v0.22.0)</title>
<title>CommentsExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="CommentsExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfo (NewPipeExtractor v0.22.0)</title>
<title>CommentsInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="CommentsInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItem (NewPipeExtractor v0.22.0)</title>
<title>CommentsInfoItem (NewPipeExtractor v0.22.1)</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="CommentsInfoItem (NewPipeExtractor v0.22.0)";
parent.document.title="CommentsInfoItem (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItemExtractor (NewPipeExtractor v0.22.0)</title>
<title>CommentsInfoItemExtractor (NewPipeExtractor v0.22.1)</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="CommentsInfoItemExtractor (NewPipeExtractor v0.22.0)";
parent.document.title="CommentsInfoItemExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommentsInfoItemsCollector (NewPipeExtractor v0.22.0)</title>
<title>CommentsInfoItemsCollector (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="CommentsInfoItemsCollector (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.comments (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.comments Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Downloader (NewPipeExtractor v0.22.0)</title>
<title>Downloader (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Downloader (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Request.Builder (NewPipeExtractor v0.22.0)</title>
<title>Request.Builder (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Request.Builder (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Request (NewPipeExtractor v0.22.0)</title>
<title>Request (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Request (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Response (NewPipeExtractor v0.22.0)</title>
<title>Response (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Response (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.downloader (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.downloader Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AccountTerminatedException.Reason (NewPipeExtractor v0.22.0)</title>
<title>AccountTerminatedException.Reason (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="AccountTerminatedException.Reason (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AccountTerminatedException (NewPipeExtractor v0.22.0)</title>
<title>AccountTerminatedException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="AccountTerminatedException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AgeRestrictedContentException (NewPipeExtractor v0.22.0)</title>
<title>AgeRestrictedContentException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="AgeRestrictedContentException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentNotAvailableException (NewPipeExtractor v0.22.0)</title>
<title>ContentNotAvailableException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ContentNotAvailableException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentNotSupportedException (NewPipeExtractor v0.22.0)</title>
<title>ContentNotSupportedException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ContentNotSupportedException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ExtractionException (NewPipeExtractor v0.22.0)</title>
<title>ExtractionException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ExtractionException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FoundAdException (NewPipeExtractor v0.22.0)</title>
<title>FoundAdException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="FoundAdException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>GeographicRestrictionException (NewPipeExtractor v0.22.0)</title>
<title>GeographicRestrictionException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="GeographicRestrictionException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PaidContentException (NewPipeExtractor v0.22.0)</title>
<title>PaidContentException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="PaidContentException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ParsingException (NewPipeExtractor v0.22.0)</title>
<title>ParsingException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ParsingException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PrivateContentException (NewPipeExtractor v0.22.0)</title>
<title>PrivateContentException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="PrivateContentException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ReCaptchaException (NewPipeExtractor v0.22.0)</title>
<title>ReCaptchaException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ReCaptchaException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SoundCloudGoPlusContentException (NewPipeExtractor v0.22.0)</title>
<title>SoundCloudGoPlusContentException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="SoundCloudGoPlusContentException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>YoutubeMusicPremiumContentException (NewPipeExtractor v0.22.0)</title>
<title>YoutubeMusicPremiumContentException (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="YoutubeMusicPremiumContentException (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.exceptions (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.exceptions Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FeedExtractor (NewPipeExtractor v0.22.0)</title>
<title>FeedExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="FeedExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FeedInfo (NewPipeExtractor v0.22.0)</title>
<title>FeedInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="FeedInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.feed (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.feed Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskExtractor (NewPipeExtractor v0.22.0)</title>
<title>KioskExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="KioskExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskInfo (NewPipeExtractor v0.22.0)</title>
<title>KioskInfo (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="KioskInfo (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskList.KioskExtractorFactory (NewPipeExtractor v0.22.0)</title>
<title>KioskList.KioskExtractorFactory (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="KioskList.KioskExtractorFactory (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>KioskList (NewPipeExtractor v0.22.0)</title>
<title>KioskList (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="KioskList (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.kiosk (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.kiosk Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LinkHandler (NewPipeExtractor v0.22.0)</title>
<title>LinkHandler (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="LinkHandler (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LinkHandlerFactory (NewPipeExtractor v0.22.0)</title>
<title>LinkHandlerFactory (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="LinkHandlerFactory (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListLinkHandler (NewPipeExtractor v0.22.0)</title>
<title>ListLinkHandler (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ListLinkHandler (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ListLinkHandlerFactory (NewPipeExtractor v0.22.0)</title>
<title>ListLinkHandlerFactory (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ListLinkHandlerFactory (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SearchQueryHandler (NewPipeExtractor v0.22.0)</title>
<title>SearchQueryHandler (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="SearchQueryHandler (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SearchQueryHandlerFactory (NewPipeExtractor v0.22.0)</title>
<title>SearchQueryHandlerFactory (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="SearchQueryHandlerFactory (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.linkhandler (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.linkhandler Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ContentCountry (NewPipeExtractor v0.22.0)</title>
<title>ContentCountry (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="ContentCountry (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DateWrapper (NewPipeExtractor v0.22.0)</title>
<title>DateWrapper (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="DateWrapper (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Localization (NewPipeExtractor v0.22.0)</title>
<title>Localization (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="Localization (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>TimeAgoParser (NewPipeExtractor v0.22.0)</title>
<title>TimeAgoParser (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="TimeAgoParser (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>TimeAgoPatternsManager (NewPipeExtractor v0.22.0)</title>
<title>TimeAgoPatternsManager (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="TimeAgoPatternsManager (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.localization (NewPipeExtractor v0.22.1)";
}
}
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.22.0)</title>
<title>org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor.localization Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.22.1)</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.22.0)</title>
<title>org.schabi.newpipe.extractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.22.0)</title>
<title>org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="org.schabi.newpipe.extractor Class Hierarchy (NewPipeExtractor v0.22.1)";
}
}
catch(err) {
@ -116,10 +116,10 @@
<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/StreamingService.LinkType.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">StreamingService.LinkType</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.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/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/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.LinkType.html" title="enum in org.schabi.newpipe.extractor"><span class="typeNameLink">StreamingService.LinkType</span></a></li>
</ul>
</li>
</ul>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PlaylistExtractor (NewPipeExtractor v0.22.0)</title>
<title>PlaylistExtractor (NewPipeExtractor v0.22.1)</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.22.0)";
parent.document.title="PlaylistExtractor (NewPipeExtractor v0.22.1)";
}
}
catch(err) {

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