19
20
21
22
23
24
25
26
27
28
29
30
31
|
<item><p>Genres are similiar to Shoutcast.</p></item>
<item><p>Updating station lists is comperatively fast.</p></item>
<item><p>Uses HTML extraction (regex or pyquery) internally.</p></item>
</list>
<section id="options">
<title>Configuration</title>
<p>Note that this plugin has its own setting on how many
links to retrieve. Instead of stream numbers, it only counts pages.
Which however speeds up processing now.</p>
</section>
</page>
|
>
>
>
|
|
|
>
>
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<item><p>Genres are similiar to Shoutcast.</p></item>
<item><p>Updating station lists is comperatively fast.</p></item>
<item><p>Uses HTML extraction (regex or pyquery) internally.</p></item>
</list>
<section id="options">
<title>Configuration</title>
<list>
<item>
<title>🔟 pages to fetch</title>
<p>Note that this plugin has its own setting on how many
links to retrieve. Instead of stream numbers, it only counts pages.
Which is because this directly influences the stream loading time.</p>
</item>
</list>
</section>
</page>
|