Deployed 9410de6 with MkDocs version: 1.0.4

This commit is contained in:
Christian Schabesberger 2018-11-16 19:23:26 +01:00
parent 6523757102
commit a5f9f3d560
6 changed files with 13 additions and 12 deletions

View File

@ -177,7 +177,7 @@ If all the checks are green you did everything right, and you are good to go to
<h4 id="running-test-in-android-studio">Running test in Android Studio</h4>
<p>Go to <em>run</em> &gt; <em>edit configurations</em> &gt; <em>add new configuration</em> and select "Gradle".
As Gradle Project, select NewPipeExtractor. As task add "test". Now save and you should be able to run.</p>
<p><img alt="tests passed on idea" src="/img/prepare_tests_passed.png" /></p>
<p><img alt="tests passed on idea" src="../img/prepare_tests_passed.png" /></p>
<h1 id="inclusion-criteria-for-services">Inclusion criteria for services</h1>
<p>After creating you own service you will need to submit it to our <a href="https://github.com/teamnewpipe/newpipeextractor">NewPipeExtractor</a>
repository. However in order to include your changes you need to follow these rules:</p>

View File

@ -182,7 +182,7 @@ try {
<a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/InfoItemsCollector.html">InfoItemsCollector</a>.
A InfoItemCollector will collect and assemble a list of <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/InfoItem.html">InfoItem</a>.
For each item that should be extracted a new Extractor must be created, and given to the InfoItemCollector via <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/InfoItemsCollector.html#commit-E-">commit()</a>.</p>
<p><img alt="InfoItemsCollector_objectdiagram.svg" src="/img/InfoItemsCollector_objectdiagram.svg" /></p>
<p><img alt="InfoItemsCollector_objectdiagram.svg" src="../img/InfoItemsCollector_objectdiagram.svg" /></p>
<p>If you are implementing a list for your service you need to extend InfoItem containing the extracted information,
and implement an <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/Extractor.html">InfoItemExtractor</a>
that will return the data of one InfoItem.</p>

View File

@ -163,12 +163,12 @@ Your browser does not support the video tag.
</video>
<p>If everything synced well then you should only see a screen with OK signs. Now you can go on an compile and run NewPipe
with the new extractor.
<img alt="image_sync_ok" src="/img/sync_ok.png" /></p>
with the new extractor.</p>
<p><img alt="image_sync_ok" src="../img/sync_ok.png" /></p>
<h3 id="trouble-shoot">Trouble shoot</h3>
<p>If something went wrong on jitpack site, you can check their build log, by selecting the commit you tried to build and
click on that little paper symbol next to the <code>GET IT</code> button. If it is red it already shows that the build failed.
<img alt="jitpack failed to build" src="/img/jitpack_fail.png" /></p>
<img alt="jitpack failed to build" src="../img/jitpack_fail.png" /></p>
</div>
</div>

View File

@ -126,6 +126,7 @@
<div class="section">
<h1 id="welcome-to-the-newpipe-documentation">Welcome to the NewPipe Documentation.</h1>
<p><img width=150 src="https://raw.githubusercontent.com/TeamNewPipe/NewPipe/dev/assets/new_pipe_icon_5.png"/></p>
<p>This side is/should be a beginner friendly tutorial and documentation for people who want to use, or write services for the <a href="https://github.com/TeamNewPipe/NewPipeExtractor">NewPipe Extractor</a>.
It is an addition to our auto generated <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/">jdoc documentation</a>.</p>
<p>Please be aware that it is also in an early state, so help and <a href="https://github.com/TeamNewPipe/documentation/issues">feedback</a> is always welcome :D</p>
@ -181,5 +182,5 @@ It focuses on making it possible for the creator of a scraper for a streaming se
<!--
MkDocs version : 1.0.4
Build Date UTC : 2018-11-14 09:19:30
Build Date UTC : 2018-11-16 18:23:26
-->

View File

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2018-11-14</lastmod>
<lastmod>2018-11-16</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.