Skip to content

Commit b02efff

Browse files
committed
deploy: d39fc43
1 parent 19aa55f commit b02efff

14 files changed

Lines changed: 60 additions & 14 deletions

javadoc/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
699699
<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>
700700
<th class="colLast" scope="row">
701701
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
702-
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>
702+
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
703703
</th>
704704
</tr>
705705
<tr id="i132" class="altColor">

javadoc/index-all.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5323,7 +5323,7 @@ <h2 class="title">L</h2>
53235323
<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>
53245324
<dd>
53255325
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
5326-
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>
5326+
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
53275327
</dd>
53285328
<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>
53295329
<dd>&nbsp;</dd>
@@ -5428,6 +5428,10 @@ <h2 class="title">M</h2>
54285428
<dd>&nbsp;</dd>
54295429
<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>
54305430
<dd>&nbsp;</dd>
5431+
<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>
5432+
<dd>&nbsp;</dd>
5433+
<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>
5434+
<dd>&nbsp;</dd>
54315435
<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>
54325436
<dd>
54335437
<div class="block">Searches the given JavaScript code for the identifier of a function

javadoc/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javadoc/member-search-index.zip

36 Bytes
Binary file not shown.

javadoc/org/schabi/newpipe/extractor/ListExtractor.InfoItemsPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2 title="Class ListExtractor.InfoItemsPage" class="title">Class ListExtractor.
142142
<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>
143143
extends java.lang.Object</pre>
144144
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
145-
also contains a field that points to the next available page (<a href="#nextPage"><code>nextPage</code></a>).</div>
145+
also contains a field that points to the next available page (<code>nextPage</code>).</div>
146146
</li>
147147
</ul>
148148
</div>

javadoc/org/schabi/newpipe/extractor/ListExtractor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h3>Nested Class Summary</h3>
172172
<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>
173173
<td class="colLast">
174174
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
175-
also contains a field that points to the next available page (<a href="ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
175+
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
176176
</td>
177177
</tr>
178178
</table>

javadoc/org/schabi/newpipe/extractor/package-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h1 title="Package" class="title">Package&nbsp;org.schabi.newpipe.extractor</h1>
159159
<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>
160160
<td class="colLast">
161161
<div class="block">A class that is used to wrap a list of gathered items and eventual errors, it
162-
also contains a field that points to the next available page (<a href="ListExtractor.InfoItemsPage.html#nextPage"><code>ListExtractor.InfoItemsPage.nextPage</code></a>).</div>
162+
also contains a field that points to the next available page (<code>ListExtractor.InfoItemsPage.nextPage</code>).</div>
163163
</td>
164164
</tr>
165165
<tr class="rowColor">

javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h4>getImageUrl</h4>
358358

359359
<p>
360360
Other integer values are possible as well (e.g. 0 is a very large resolution, possibly the
361-
original); see <a href="#IMAGE_URL_SUFFIXES_AND_RESOLUTIONS"><code>IMAGE_URL_SUFFIXES_AND_RESOLUTIONS</code></a> for more details about image
361+
original); see <code>IMAGE_URL_SUFFIXES_AND_RESOLUTIONS</code> for more details about image
362362
resolution IDs.
363363
</p></div>
364364
<dl>
@@ -455,7 +455,7 @@ <h4>getImagesFromImageUrl</h4>
455455

456456
<p>
457457
This method will remove the image ID and its extension from the end of the URL and then call
458-
<a href="#getImagesFromImageBaseUrl(java.lang.String)"><code>getImagesFromImageBaseUrl(String)</code></a>.
458+
<code>getImagesFromImageBaseUrl(String)</code>.
459459
</p></div>
460460
<dl>
461461
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -478,7 +478,7 @@ <h4>getImagesFromImageId</h4>
478478
<div class="block">Get all images which have resolutions preserving aspect ratio from an image ID.
479479

480480
<p>
481-
This method will call <a href="#getImagesFromImageBaseUrl(java.lang.String)"><code>getImagesFromImageBaseUrl(String)</code></a>.
481+
This method will call <code>getImagesFromImageBaseUrl(String)</code>.
482482
</p></div>
483483
<dl>
484484
<dt><span class="paramLabel">Parameters:</span></dt>

javadoc/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h4>getAvatarsFromOwnerAccountOrVideoChannelObject</h4>
431431

432432
<p>
433433
If the <code>avatars</code> <code>JsonArray</code> is present and non null or empty, avatars will be
434-
extracted from this array using <a href="#getImagesFromAvatarOrBannerArray(java.lang.String,com.grack.nanojson.JsonArray)"><code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code></a>.
434+
extracted from this array using <code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code>.
435435
</p>
436436

437437
<p>
@@ -467,7 +467,7 @@ <h4>getBannersFromAccountOrVideoChannelObject</h4>
467467

468468
<p>
469469
If the <code>banners</code> <code>JsonArray</code> is present and non null or empty, banners will be
470-
extracted from this array using <a href="#getImagesFromAvatarOrBannerArray(java.lang.String,com.grack.nanojson.JsonArray)"><code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code></a>.
470+
extracted from this array using <code>getImagesFromAvatarOrBannerArray(String, JsonArray)</code>.
471471
</p>
472472

473473
<p>

javadoc/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ <h4>CPN</h4>
715715

716716
<p>
717717
It is composed of 16 characters which are generated from
718-
<a href="#CONTENT_PLAYBACK_NONCE_ALPHABET"><code>this alphabet</code></a>, with the use of strong random
718+
<code>this alphabet</code>, with the use of strong random
719719
values.
720720
</p></div>
721721
<dl>

0 commit comments

Comments
 (0)