Deployed 0ab13c6
with MkDocs version: 1.0.4
This commit is contained in:
parent
32c0aac0d5
commit
7e555877e9
|
@ -191,6 +191,7 @@ which inherits from LinkHandler and adds the fields <a href="https://teamnewpipe
|
|||
which is used to filter by resource type like stream or playlist, and
|
||||
<a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/ListLinkHandler.html#sortFilter">SortFilter</a>
|
||||
which is used to sort by name, date or view count.</p>
|
||||
<p><strong>!!ATENTION!!</strong> Be careful when you implement content filter: No selected filter equals all filters selected. So if your get an empty content filter list in your extractor make sure you return everything. By means use if statements like this <code>contentFilter.contains("video") || contentFilter.isEmpty()</code>.</p>
|
||||
<p>ListLinkHandler are also created by overriding the <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/ListLinkHandlerFactory.html">ListLinkHandlerFactory</a>
|
||||
additionally to the abstract methods this factory inherits from the LinkHandlerFactory you can override
|
||||
<a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/ListLinkHandlerFactory.html#getAvailableContentFilter--">getAvailableContentFilter()</a>
|
||||
|
|
|
@ -187,5 +187,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 : 2019-01-18 15:51:52
|
||||
Build Date UTC : 2019-01-29 16:14:49
|
||||
-->
|
||||
|
|
File diff suppressed because one or more lines are too long
14
sitemap.xml
14
sitemap.xml
|
@ -2,37 +2,37 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2019-01-18</lastmod>
|
||||
<lastmod>2019-01-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue