Skip to content

Commit f59980d

Browse files
committed
deploy: 1875788
1 parent 7bd4ee4 commit f59980d

483 files changed

Lines changed: 3313 additions & 1372 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-index.html

Lines changed: 324 additions & 301 deletions
Large diffs are not rendered by default.

javadoc/allclasses.html

Lines changed: 5 additions & 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 (NewPipe Extractor v0.26.0)</title>
6+
<title>All Classes (NewPipe Extractor v0.26.1)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
@@ -106,6 +106,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
106106
<li><a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">ExtractionException</a></li>
107107
<li><a href="org/schabi/newpipe/extractor/Extractor.html" title="class in org.schabi.newpipe.extractor">Extractor</a></li>
108108
<li><a href="org/schabi/newpipe/extractor/utils/ExtractorHelper.html" title="class in org.schabi.newpipe.extractor.utils">ExtractorHelper</a></li>
109+
<li><a href="org/schabi/newpipe/extractor/utils/ExtractorLogger.html" title="class in org.schabi.newpipe.extractor.utils">ExtractorLogger</a></li>
110+
<li><a href="org/schabi/newpipe/extractor/utils/ExtractorLogger.ConsoleLogger.html" title="class in org.schabi.newpipe.extractor.utils">ExtractorLogger.ConsoleLogger</a></li>
111+
<li><a href="org/schabi/newpipe/extractor/utils/ExtractorLogger.Level.html" title="enum in org.schabi.newpipe.extractor.utils">ExtractorLogger.Level</a></li>
109112
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/fa.html" title="class in org.schabi.newpipe.extractor.timeago.patterns">fa</a></li>
110113
<li><a href="org/schabi/newpipe/extractor/feed/FeedExtractor.html" title="class in org.schabi.newpipe.extractor.feed">FeedExtractor</a></li>
111114
<li><a href="org/schabi/newpipe/extractor/feed/FeedInfo.html" title="class in org.schabi.newpipe.extractor.feed">FeedInfo</a></li>
@@ -167,6 +170,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
167170
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/lo.html" title="class in org.schabi.newpipe.extractor.timeago.patterns">lo</a></li>
168171
<li><a href="org/schabi/newpipe/extractor/utils/LocaleCompat.html" title="class in org.schabi.newpipe.extractor.utils">LocaleCompat</a></li>
169172
<li><a href="org/schabi/newpipe/extractor/localization/Localization.html" title="class in org.schabi.newpipe.extractor.localization">Localization</a></li>
173+
<li><a href="org/schabi/newpipe/extractor/utils/Logger.html" title="interface in org.schabi.newpipe.extractor.utils"><span class="interfaceName">Logger</span></a></li>
170174
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/lt.html" title="class in org.schabi.newpipe.extractor.timeago.patterns">lt</a></li>
171175
<li><a href="org/schabi/newpipe/extractor/timeago/patterns/lv.html" title="class in org.schabi.newpipe.extractor.timeago.patterns">lv</a></li>
172176
<li><a href="org/schabi/newpipe/extractor/utils/ManifestCreatorCache.html" title="class in org.schabi.newpipe.extractor.utils">ManifestCreatorCache</a></li>

javadoc/allpackages-index.html

Lines changed: 2 additions & 2 deletions
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 Packages (NewPipe Extractor v0.26.0)</title>
6+
<title>All Packages (NewPipe Extractor v0.26.1)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="All Packages (NewPipe Extractor v0.26.0)";
24+
parent.document.title="All Packages (NewPipe Extractor v0.26.1)";
2525
}
2626
}
2727
catch(err) {

javadoc/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (NewPipe Extractor v0.26.0)</title>
6+
<title>Constant Field Values (NewPipe Extractor v0.26.1)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Constant Field Values (NewPipe Extractor v0.26.0)";
24+
parent.document.title="Constant Field Values (NewPipe Extractor v0.26.1)";
2525
}
2626
}
2727
catch(err) {

javadoc/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (NewPipe Extractor v0.26.0)</title>
6+
<title>Deprecated List (NewPipe Extractor v0.26.1)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Deprecated List (NewPipe Extractor v0.26.0)";
24+
parent.document.title="Deprecated List (NewPipe Extractor v0.26.1)";
2525
}
2626
}
2727
catch(err) {

javadoc/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>API Help (NewPipe Extractor v0.26.0)</title>
6+
<title>API Help (NewPipe Extractor v0.26.1)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="API Help (NewPipe Extractor v0.26.0)";
24+
parent.document.title="API Help (NewPipe Extractor v0.26.1)";
2525
}
2626
}
2727
catch(err) {

0 commit comments

Comments
 (0)