This commit is contained in:
Stypox 2024-07-11 09:24:49 +00:00
parent 19aa55f13a
commit b02efffd55
14 changed files with 60 additions and 14 deletions

View File

@ -699,7 +699,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<td class="colFirst"><a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html" title="class in org.schabi.newpipe.extractor">ListExtractor.InfoItemsPage</a>&lt;<a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html" title="type parameter in ListExtractor.InfoItemsPage">T</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>&gt;</td>
<th class="colLast" scope="row">
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (<a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
</th>
</tr>
<tr id="i132" class="altColor">

View File

@ -5323,7 +5323,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html" title="class in org.schabi.newpipe.extractor"><span class="typeNameLink">ListExtractor.InfoItemsPage</span></a>&lt;<a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html" title="type parameter in ListExtractor.InfoItemsPage">T</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>&gt; - Class in <a href="org/schabi/newpipe/extractor/package-summary.html">org.schabi.newpipe.extractor</a></dt>
<dd>
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (<a href="org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/localization/ContentCountry.html#listFrom(java.lang.String...)">listFrom(String...)</a></span> - Static method in class org.schabi.newpipe.extractor.localization.<a href="org/schabi/newpipe/extractor/localization/ContentCountry.html" title="class in org.schabi.newpipe.extractor.localization">ContentCountry</a></dt>
<dd>&nbsp;</dd>
@ -5428,6 +5428,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Parser.html#matchGroup1(java.util.regex.Pattern,java.lang.String)">matchGroup1(Pattern, String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Parser.html" title="class in org.schabi.newpipe.extractor.utils">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Parser.html#matchGroup1MultiplePatterns(java.util.regex.Pattern%5B%5D,java.lang.String)">matchGroup1MultiplePatterns(Pattern[], String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Parser.html" title="class in org.schabi.newpipe.extractor.utils">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Parser.html#matchMultiplePatterns(java.util.regex.Pattern%5B%5D,java.lang.String)">matchMultiplePatterns(Pattern[], String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Parser.html" title="class in org.schabi.newpipe.extractor.utils">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/jsextractor/JavaScriptExtractor.html#matchToClosingBrace(java.lang.String,java.lang.String)">matchToClosingBrace(String, String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.jsextractor.<a href="org/schabi/newpipe/extractor/utils/jsextractor/JavaScriptExtractor.html" title="class in org.schabi.newpipe.extractor.utils.jsextractor">JavaScriptExtractor</a></dt>
<dd>
<div class="block">Searches the given JavaScript code for the identifier of a function

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -142,7 +142,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<pre>public static class <span class="typeNameLabel">ListExtractor.InfoItemsPage&lt;T extends <a href="InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>&gt;</span>
extends java.lang.Object</pre>
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (<a href="#nextPage"><code>nextPage</code></a>).</div>
also contains a field that points to the next available page (<code>nextPage</code>).</div>
</li>
</ul>
</div>

View File

@ -172,7 +172,7 @@ extends <a href="Extractor.html" title="class in org.schabi.newpipe.extractor">E
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="ListExtractor.InfoItemsPage.html" title="class in org.schabi.newpipe.extractor">ListExtractor.InfoItemsPage</a>&lt;<a href="ListExtractor.InfoItemsPage.html" title="type parameter in ListExtractor.InfoItemsPage">T</a> extends <a href="InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>&gt;</span></code></th>
<td class="colLast">
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (<a href="ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
</td>
</tr>
</table>

View File

@ -159,7 +159,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<th class="colFirst" scope="row"><a href="ListExtractor.InfoItemsPage.html" title="class in org.schabi.newpipe.extractor">ListExtractor.InfoItemsPage</a>&lt;T extends <a href="InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>&gt;</th>
<td class="colLast">
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (<a href="ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
</td>
</tr>
<tr class="rowColor">

View File

@ -358,7 +358,7 @@ public static&nbsp;java.lang.String&nbsp;getImageUrl&#8203;(long&nbsp;id,
<p>
Other integer values are possible as well (e.g. 0 is a very large resolution, possibly the
original); see <a href="#IMAGE_URL_SUFFIXES_AND_RESOLUTIONS"><code>IMAGE_URL_SUFFIXES_AND_RESOLUTIONS</code></a> for more details about image
original); see <code>IMAGE_URL_SUFFIXES_AND_RESOLUTIONS</code> for more details about image
resolution IDs.
</p></div>
<dl>
@ -455,7 +455,7 @@ public static&nbsp;java.util.List&lt;<a href="../../../Image.html" title="class
<p>
This method will remove the image ID and its extension from the end of the URL and then call
<a href="#getImagesFromImageBaseUrl(java.lang.String)"><code>getImagesFromImageBaseUrl(String)</code></a>.
<code>getImagesFromImageBaseUrl(String)</code>.
</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@ -478,7 +478,7 @@ public static&nbsp;java.util.List&lt;<a href="../../../Image.html" title="class
<div class="block">Get all images which have resolutions preserving aspect ratio from an image ID.
<p>
This method will call <a href="#getImagesFromImageBaseUrl(java.lang.String)"><code>getImagesFromImageBaseUrl(String)</code></a>.
This method will call <code>getImagesFromImageBaseUrl(String)</code>.
</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>

View File

@ -431,7 +431,7 @@ public static&nbsp;java.util.List&lt;<a href="../../Image.html" title="class in
<p>
If the <code>avatars</code> <code>JsonArray</code> is present and non null or empty, avatars will be
extracted from this array using <a href="#getImagesFromAvatarOrBannerArray(java.lang.String,com.grack.nanojson.JsonArray)"><code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code></a>.
extracted from this array using <code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code>.
</p>
<p>
@ -467,7 +467,7 @@ public static&nbsp;java.util.List&lt;<a href="../../Image.html" title="class in
<p>
If the <code>banners</code> <code>JsonArray</code> is present and non null or empty, banners will be
extracted from this array using <a href="#getImagesFromAvatarOrBannerArray(java.lang.String,com.grack.nanojson.JsonArray)"><code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code></a>.
extracted from this array using <code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code>.
</p>
<p>

View File

@ -715,7 +715,7 @@ extends java.lang.Object</pre>
<p>
It is composed of 16 characters which are generated from
<a href="#CONTENT_PLAYBACK_NONCE_ALPHABET"><code>this alphabet</code></a>, with the use of strong random
<code>this alphabet</code>, with the use of strong random
values.
</p></div>
<dl>

View File

@ -27,7 +27,7 @@
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9};
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -220,6 +220,18 @@ extends java.lang.Object</pre>
java.lang.String&nbsp;input)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#matchGroup1MultiplePatterns(java.util.regex.Pattern%5B%5D,java.lang.String)">matchGroup1MultiplePatterns</a></span>&#8203;(java.util.regex.Pattern[]&nbsp;patterns,
java.lang.String&nbsp;input)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static java.util.regex.Matcher</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#matchMultiplePatterns(java.util.regex.Pattern%5B%5D,java.lang.String)">matchMultiplePatterns</a></span>&#8203;(java.util.regex.Pattern[]&nbsp;patterns,
java.lang.String&nbsp;input)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
@ -307,6 +319,36 @@ extends java.lang.Object</pre>
</dl>
</li>
</ul>
<a id="matchGroup1MultiplePatterns(java.util.regex.Pattern[],java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>matchGroup1MultiplePatterns</h4>
<pre class="methodSignature">public static&nbsp;java.lang.String&nbsp;matchGroup1MultiplePatterns&#8203;(java.util.regex.Pattern[]&nbsp;patterns,
java.lang.String&nbsp;input)
throws <a href="Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">Parser.RegexException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">Parser.RegexException</a></code></dd>
</dl>
</li>
</ul>
<a id="matchMultiplePatterns(java.util.regex.Pattern[],java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>matchMultiplePatterns</h4>
<pre class="methodSignature">public static&nbsp;java.util.regex.Matcher&nbsp;matchMultiplePatterns&#8203;(java.util.regex.Pattern[]&nbsp;patterns,
java.lang.String&nbsp;input)
throws <a href="Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">Parser.RegexException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">Parser.RegexException</a></code></dd>
</dl>
</li>
</ul>
<a id="isMatch(java.lang.String,java.lang.String)">
<!-- -->
</a>

Binary file not shown.

View File

@ -167,7 +167,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<li class="blockListLast">
<h4>url</h4>
<pre>java.lang.String url</pre>
<div class="block">Different than the <a href="org/schabi/newpipe/extractor/Info.html#originalUrl"><code>Info.originalUrl</code></a> in the sense that it <i>may</i> be set as a cleaned
<div class="block">Different than the <code>Info.originalUrl</code> in the sense that it <i>may</i> be set as a cleaned
url.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>

Binary file not shown.