Skip to content

Commit af48d4a

Browse files
committed
deploy: dfe8716
1 parent cd1c194 commit af48d4a

417 files changed

Lines changed: 1211 additions & 3874 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

javadoc/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (NewPipeExtractor v0.21.13)</title>
6+
<title>All Classes (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

javadoc/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (NewPipeExtractor v0.21.13)</title>
6+
<title>All Classes (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

javadoc/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (NewPipeExtractor v0.21.13)</title>
6+
<title>Constant Field Values (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Constant Field Values (NewPipeExtractor v0.21.13)";
14+
parent.document.title="Constant Field Values (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {

javadoc/deprecated-list.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (NewPipeExtractor v0.21.13)</title>
6+
<title>Deprecated List (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Deprecated List (NewPipeExtractor v0.21.13)";
14+
parent.document.title="Deprecated List (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {
@@ -113,13 +113,13 @@ <h2 title="Contents">Contents</h2>
113113
</td>
114114
</tr>
115115
<tr class="rowColor">
116-
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamInfo.getRelatedStreams()</a>
117-
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedItems--"><code>StreamInfo.getRelatedItems()</code></a></span></div>
116+
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamExtractor.getRelatedStreams()</a>
117+
<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>
118118
</td>
119119
</tr>
120120
<tr class="altColor">
121-
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamExtractor.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamExtractor.getRelatedStreams()</a>
122-
<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>
121+
<td class="colOne"><a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedStreams--">org.schabi.newpipe.extractor.stream.StreamInfo.getRelatedStreams()</a>
122+
<div class="block"><span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html#getRelatedItems--"><code>StreamInfo.getRelatedItems()</code></a></span></div>
123123
</td>
124124
</tr>
125125
<tr class="rowColor">

javadoc/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>API Help (NewPipeExtractor v0.21.13)</title>
6+
<title>API Help (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="API Help (NewPipeExtractor v0.21.13)";
14+
parent.document.title="API Help (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {

javadoc/index-all.html

Lines changed: 2 additions & 190 deletions
Large diffs are not rendered by default.

javadoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>NewPipeExtractor v0.21.13</title>
6+
<title>NewPipeExtractor v0.21.14</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Collector (NewPipeExtractor v0.21.13)</title>
6+
<title>Collector (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Collector (NewPipeExtractor v0.21.13)";
14+
parent.document.title="Collector (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Extractor (NewPipeExtractor v0.21.13)</title>
6+
<title>Extractor (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Extractor (NewPipeExtractor v0.21.13)";
14+
parent.document.title="Extractor (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Info (NewPipeExtractor v0.21.13)</title>
6+
<title>Info (NewPipeExtractor v0.21.14)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Info (NewPipeExtractor v0.21.13)";
14+
parent.document.title="Info (NewPipeExtractor v0.21.14)";
1515
}
1616
}
1717
catch(err) {

0 commit comments

Comments
 (0)