Deployed d5bc1ce
with MkDocs version: 1.0.3
This commit is contained in:
parent
e4791f2a2e
commit
c9c47f81cf
|
@ -139,6 +139,11 @@ This Page will describe how you can implement and add your own. Please make sure
|
||||||
<a href="https://teamnewpipe.github.io/documentation/01_Concept_of_the_extractor/">Concept of Extractors</a>
|
<a href="https://teamnewpipe.github.io/documentation/01_Concept_of_the_extractor/">Concept of Extractors</a>
|
||||||
and the <a href="https://teamnewpipe.github.io/documentation/02_Concept_of_LinkHandler/">Concept of LinkHandler</a>
|
and the <a href="https://teamnewpipe.github.io/documentation/02_Concept_of_LinkHandler/">Concept of LinkHandler</a>
|
||||||
before implementing your own Service.</p>
|
before implementing your own Service.</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/ServiceList.html">ServiceList</a></li>
|
||||||
|
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/StreamingService.html">StreamingService</a></li>
|
||||||
|
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/StreamingService.ServiceInfo.html">ServiceInfo</a></li>
|
||||||
|
</ul>
|
||||||
<h3 id="search">Search</h3>
|
<h3 id="search">Search</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/search/SearchExtractor.html">SearchExtractor</a></li>
|
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/search/SearchExtractor.html">SearchExtractor</a></li>
|
||||||
|
|
|
@ -181,5 +181,5 @@ It focuses on making it possible for the creator of a scraper for a streaming se
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
MkDocs version : 1.0.3
|
MkDocs version : 1.0.3
|
||||||
Build Date UTC : 2018-09-11 18:21:54
|
Build Date UTC : 2018-09-11 18:25:12
|
||||||
-->
|
-->
|
||||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue