Deployed 412da23
with MkDocs version: 1.0.4
This commit is contained in:
parent
3b9002696a
commit
68c59d0f27
|
@ -234,7 +234,7 @@ a <strong>SuggestionExtractor</strong>. This will make it possible for the front
|
|||
<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/linkhandler/SearchQueryHandlerFactory.html">SearchQueryHandlerFactory</a></li>
|
||||
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/SuggestionExtractor.html">SuggestionExtractor</a> <em>(optional)</em></li>
|
||||
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/suggestion/SuggestionExtractor.html">SuggestionExtractor</a> <em>(optional)</em></li>
|
||||
</ul>
|
||||
<h3 id="playlist">Playlist</h3>
|
||||
<p>Playlists are lists of streams provided by the service (you might not have to be concerned over locally saved playlists, those will be handled by the frontend).
|
||||
|
|
|
@ -164,7 +164,20 @@ you might experience some trouble running your compiled app on a real device, es
|
|||
sometimes have to adjust the udev rules in order to
|
||||
<a href="https://www.janosgyerik.com/adding-udev-rules-for-usb-debugging-android-devices/">make your device accessible</a>.</p>
|
||||
<h3 id="run-your-changes-on-the-extractor">Run Your Changes on the Extractor</h3>
|
||||
<p>In order to use the extractor in our app, we use <a href="https://jitpack.io">JitPack</a>. This is a build service that can build
|
||||
<p>There are several ways to test your extractor version in NewPipe. We will show you the most convenient ones:</p>
|
||||
<h4 id="using-local-folder">Using local folder</h4>
|
||||
<p>In NewPipe app root folder, edit <a href="https://github.com/TeamNewPipe/NewPipe/blob/dev/settings.gradle">settings.gradle</a> file and add this:</p>
|
||||
<pre><code>includeBuild('../NewPipeExtractor') {
|
||||
dependencySubstitution {
|
||||
substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
|
||||
}
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><code>includeBuild</code> should have the relative path as argument. <code>../NewPipeExtractor</code> means one folder up in hierarchy,
|
||||
and the folder is exactly named <code>NewPipeExtractor</code>. If that's not the case, edit this part.</p>
|
||||
<h4 id="using-jitpack">Using JitPack</h4>
|
||||
<p>Another way is to use <a href="https://jitpack.io">JitPack</a>. This is a build service that can build
|
||||
maven *.jar packages for Android and Java based on GitHub or GitLab repositories. </p>
|
||||
<p>To use the extractor through JitPack, you need to push it to your online repository of
|
||||
your copy that you host either on <a href="https://github.com">GitHub</a> or <a href="https://gitlab.com">GitLab</a>. It's important to host
|
||||
|
|
|
@ -198,5 +198,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 : 2020-04-16 10:22:19
|
||||
Build Date UTC : 2020-04-19 21:34:19
|
||||
-->
|
||||
|
|
File diff suppressed because one or more lines are too long
18
sitemap.xml
18
sitemap.xml
|
@ -2,47 +2,47 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-16</lastmod>
|
||||
<lastmod>2020-04-19</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue