Skip to content

Commit

Permalink
deploy: d39fc43
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jul 11, 2024
1 parent 19aa55f commit b02efff
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 14 deletions.
2 changes: 1 addition & 1 deletion javadoc/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
<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">
Expand Down
6 changes: 5 additions & 1 deletion javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -5323,7 +5323,7 @@ <h2 class="title">L</h2>
<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>
Expand Down Expand Up @@ -5428,6 +5428,10 @@ <h2 class="title">M</h2>
<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
Expand Down
2 changes: 1 addition & 1 deletion javadoc/member-search-index.js

Large diffs are not rendered by default.

Binary file modified javadoc/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2 title="Class ListExtractor.InfoItemsPage" class="title">Class ListExtractor.
<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>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/org/schabi/newpipe/extractor/ListExtractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3>Nested Class Summary</h3>
<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>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/org/schabi/newpipe/extractor/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1 title="Package" class="title">Package&nbsp;org.schabi.newpipe.extractor</h1>
<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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h4>getImageUrl</h4>

<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>
Expand Down Expand Up @@ -455,7 +455,7 @@ <h4>getImagesFromImageUrl</h4>

<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>
Expand All @@ -478,7 +478,7 @@ <h4>getImagesFromImageId</h4>
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h4>getAvatarsFromOwnerAccountOrVideoChannelObject</h4>

<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>
Expand Down Expand Up @@ -467,7 +467,7 @@ <h4>getBannersFromAccountOrVideoChannelObject</h4>

<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ <h4>CPN</h4>

<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>
Expand Down
44 changes: 43 additions & 1 deletion javadoc/org/schabi/newpipe/extractor/utils/Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -220,6 +220,18 @@ <h3>Method Summary</h3>
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">
Expand Down Expand Up @@ -307,6 +319,36 @@ <h4>matchGroup</h4>
</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>
Expand Down
Binary file modified javadoc/package-search-index.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion javadoc/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h4>serviceId</h4>
<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>
Expand Down
Binary file modified javadoc/type-search-index.zip
Binary file not shown.

0 comments on commit b02efff

Please sign in to comment.