|
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | 5 | <!-- Generated by javadoc --> |
6 | | -<title>Index (NewPipeExtractor v0.24.3)</title> |
| 6 | +<title>Index (NewPipeExtractor v0.24.4)</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style"> |
|
21 | 21 | <script type="text/javascript"><!-- |
22 | 22 | try { |
23 | 23 | if (location.href.indexOf('is-external=true') == -1) { |
24 | | - parent.document.title="Index (NewPipeExtractor v0.24.3)"; |
| 24 | + parent.document.title="Index (NewPipeExtractor v0.24.4)"; |
25 | 25 | } |
26 | 26 | } |
27 | 27 | catch(err) { |
@@ -444,6 +444,8 @@ <h2 class="title">B</h2> |
444 | 444 | <dd> |
445 | 445 | <div class="block">Create a new <a href="org/schabi/newpipe/extractor/stream/VideoStream.Builder.html" title="class in org.schabi.newpipe.extractor.stream"><code>VideoStream.Builder</code></a> instance with its default values.</div> |
446 | 446 | </dd> |
| 447 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#bytes(int,byte%5B%5D)">bytes(int, byte[])</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 448 | +<dd> </dd> |
447 | 449 | </dl> |
448 | 450 | <a id="I:C"> |
449 | 451 | <!-- --> |
@@ -6259,6 +6261,10 @@ <h2 class="title">P</h2> |
6259 | 6261 | <dd> |
6260 | 6262 | <div class="block">Used for <a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream"><code>Stream</code></a>s served using the progressive HTTP streaming method.</div> |
6261 | 6263 | </dd> |
| 6264 | +<dt><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils"><span class="typeNameLink">ProtoBuilder</span></a> - Class in <a href="org/schabi/newpipe/extractor/utils/package-summary.html">org.schabi.newpipe.extractor.utils</a></dt> |
| 6265 | +<dd> </dd> |
| 6266 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#%3Cinit%3E()">ProtoBuilder()</a></span> - Constructor for class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 6267 | +<dd> </dd> |
6262 | 6268 | <dt><a href="org/schabi/newpipe/extractor/timeago/patterns/pt.html" title="class in org.schabi.newpipe.extractor.timeago.patterns"><span class="typeNameLink">pt</span></a> - Class in <a href="org/schabi/newpipe/extractor/timeago/patterns/package-summary.html">org.schabi.newpipe.extractor.timeago.patterns</a></dt> |
6263 | 6269 | <dd> </dd> |
6264 | 6270 | <dt><a href="org/schabi/newpipe/extractor/timeago/patterns/pt_PT.html" title="class in org.schabi.newpipe.extractor.timeago.patterns"><span class="typeNameLink">pt_PT</span></a> - Class in <a href="org/schabi/newpipe/extractor/timeago/patterns/package-summary.html">org.schabi.newpipe.extractor.timeago.patterns</a></dt> |
@@ -6287,6 +6293,8 @@ <h2 class="title">R</h2> |
6287 | 6293 | <dd> |
6288 | 6294 | <div class="block">Generates a random string from a predefined alphabet.</div> |
6289 | 6295 | </dd> |
| 6296 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.html#randomVisitorData(org.schabi.newpipe.extractor.localization.ContentCountry)">randomVisitorData(ContentCountry)</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> |
| 6297 | +<dd> </dd> |
6290 | 6298 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html#RB">RB</a></span> - org.schabi.newpipe.extractor.utils.jsextractor.<a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html" title="enum in org.schabi.newpipe.extractor.utils.jsextractor">Token</a></dt> |
6291 | 6299 | <dd> </dd> |
6292 | 6300 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html#RC">RC</a></span> - org.schabi.newpipe.extractor.utils.jsextractor.<a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html" title="enum in org.schabi.newpipe.extractor.utils.jsextractor">Token</a></dt> |
@@ -7123,6 +7131,8 @@ <h2 class="title">S</h2> |
7123 | 7131 | <dd> |
7124 | 7132 | <div class="block">An enum representing the stream type of a <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html" title="class in org.schabi.newpipe.extractor.stream"><code>StreamInfo</code></a> extracted by a <a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html" title="class in org.schabi.newpipe.extractor.stream"><code>StreamExtractor</code></a>.</div> |
7125 | 7133 | </dd> |
| 7134 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#string(int,java.lang.String)">string(int, String)</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 7135 | +<dd> </dd> |
7126 | 7136 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html#STRING">STRING</a></span> - org.schabi.newpipe.extractor.utils.jsextractor.<a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html" title="enum in org.schabi.newpipe.extractor.utils.jsextractor">Token</a></dt> |
7127 | 7137 | <dd> </dd> |
7128 | 7138 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/Utils.html#stringToURL(java.lang.String)">stringToURL(String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/Utils.html" title="class in org.schabi.newpipe.extractor.utils">Utils</a></dt> |
@@ -7205,6 +7215,8 @@ <h2 class="title">T</h2> |
7205 | 7215 | </dd> |
7206 | 7216 | <dt><a href="org/schabi/newpipe/extractor/localization/TimeAgoPatternsManager.html" title="class in org.schabi.newpipe.extractor.localization"><span class="typeNameLink">TimeAgoPatternsManager</span></a> - Class in <a href="org/schabi/newpipe/extractor/localization/package-summary.html">org.schabi.newpipe.extractor.localization</a></dt> |
7207 | 7217 | <dd> </dd> |
| 7218 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#toBytes()">toBytes()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 7219 | +<dd> </dd> |
7208 | 7220 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/JsonUtils.html#toJsonArray(java.lang.String)">toJsonArray(String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/JsonUtils.html" title="class in org.schabi.newpipe.extractor.utils">JsonUtils</a></dt> |
7209 | 7221 | <dd> </dd> |
7210 | 7222 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/JsonUtils.html#toJsonObject(java.lang.String)">toJsonObject(String)</a></span> - Static method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/JsonUtils.html" title="class in org.schabi.newpipe.extractor.utils">JsonUtils</a></dt> |
@@ -7245,6 +7257,8 @@ <h2 class="title">T</h2> |
7245 | 7257 | <dd> |
7246 | 7258 | <div class="block">Returns a string representation of the current <code>Pair</code>.</div> |
7247 | 7259 | </dd> |
| 7260 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#toUrlencodedBase64()">toUrlencodedBase64()</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 7261 | +<dd> </dd> |
7248 | 7262 | <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> |
7249 | 7263 | <dd> </dd> |
7250 | 7264 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/channel/tabs/ChannelTabs.html#TRACKS">TRACKS</a></span> - Static variable in class org.schabi.newpipe.extractor.channel.tabs.<a href="org/schabi/newpipe/extractor/channel/tabs/ChannelTabs.html" title="class in org.schabi.newpipe.extractor.channel.tabs">ChannelTabs</a></dt> |
@@ -7473,6 +7487,8 @@ <h2 class="title">V</h2> |
7473 | 7487 | </dd> |
7474 | 7488 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html#VAR">VAR</a></span> - org.schabi.newpipe.extractor.utils.jsextractor.<a href="org/schabi/newpipe/extractor/utils/jsextractor/Token.html" title="enum in org.schabi.newpipe.extractor.utils.jsextractor">Token</a></dt> |
7475 | 7489 | <dd> </dd> |
| 7490 | +<dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html#varint(int,long)">varint(int, long)</a></span> - Method in class org.schabi.newpipe.extractor.utils.<a href="org/schabi/newpipe/extractor/utils/ProtoBuilder.html" title="class in org.schabi.newpipe.extractor.utils">ProtoBuilder</a></dt> |
| 7491 | +<dd> </dd> |
7476 | 7492 | <dt><a href="org/schabi/newpipe/extractor/timeago/patterns/vi.html" title="class in org.schabi.newpipe.extractor.timeago.patterns"><span class="typeNameLink">vi</span></a> - Class in <a href="org/schabi/newpipe/extractor/timeago/patterns/package-summary.html">org.schabi.newpipe.extractor.timeago.patterns</a></dt> |
7477 | 7493 | <dd> </dd> |
7478 | 7494 | <dt><span class="memberNameLink"><a href="org/schabi/newpipe/extractor/services/youtube/ItagItem.ItagType.html#VIDEO">VIDEO</a></span> - org.schabi.newpipe.extractor.services.youtube.<a href="org/schabi/newpipe/extractor/services/youtube/ItagItem.ItagType.html" title="enum in org.schabi.newpipe.extractor.services.youtube">ItagItem.ItagType</a></dt> |
|
0 commit comments