Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Commit

Permalink
added masterani.me; extended Hoster
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Mar 10, 2018
1 parent 7439a74 commit 525fcd2
Show file tree
Hide file tree
Showing 21 changed files with 404 additions and 283 deletions.
4 changes: 2 additions & 2 deletions docs/assets/js/search.js

Large diffs are not rendered by default.

27 changes: 22 additions & 5 deletions docs/classes/hoster.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h3>Constructors</h3>
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class"><a href="hoster.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="hoster.html#quality" class="tsd-kind-icon">quality</a></li>
</ul>
</section>
<section class="tsd-index-section ">
Expand Down Expand Up @@ -115,7 +116,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Hoster.ts#L7">Hoster.ts:7</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L8">Hoster.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -126,6 +127,9 @@ <h5>__namedParameters: <span class="tsd-signature-type">object</span></h5>
<li class="tsd-parameter">
<h5>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
</li>
<li class="tsd-parameter">
<h5>quality<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
</li>
<li class="tsd-parameter">
<h5>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
</li>
Expand All @@ -145,7 +149,17 @@ <h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Hoster.ts#L7">Hoster.ts:7</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L7">Hoster.ts:7</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="quality" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> quality</h3>
<div class="tsd-signature tsd-kind-icon">quality<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L8">Hoster.ts:8</a></li>
</ul>
</aside>
</section>
Expand All @@ -163,15 +177,15 @@ <h3>url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Hoster.ts#L14">Hoster.ts:14</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L16">Hoster.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Hoster.ts#L17">Hoster.ts:17</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L19">Hoster.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -197,7 +211,7 @@ <h3>toJSON</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Hoster.ts#L21">Hoster.ts:21</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Hoster.ts#L23">Hoster.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
Expand Down Expand Up @@ -227,6 +241,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</s
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="hoster.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="hoster.html#quality" class="tsd-kind-icon">quality</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class">
<a href="hoster.html#url" class="tsd-kind-icon">url</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/hosterinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterInfo.ts#L9">HosterInfo.ts:9</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterInfo.ts#L9">HosterInfo.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>title</h3>
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterInfo.ts#L9">HosterInfo.ts:9</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterInfo.ts#L9">HosterInfo.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -168,15 +168,15 @@ <h3>hoster</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterInfo.ts#L17">HosterInfo.ts:17</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterInfo.ts#L17">HosterInfo.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="hoster.html" class="tsd-signature-type">Hoster</a><span class="tsd-signature-symbol">[]</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterInfo.ts#L20">HosterInfo.ts:20</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterInfo.ts#L20">HosterInfo.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -202,7 +202,7 @@ <h3>toJSON</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterInfo.ts#L24">HosterInfo.ts:24</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterInfo.ts#L24">HosterInfo.ts:24</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
Expand Down
26 changes: 13 additions & 13 deletions docs/classes/hosterscrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/HosterScrapper.ts#L7">HosterScrapper.ts:7</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/HosterScrapper.ts#L7">HosterScrapper.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3>exec</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#exec">exec</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L20">Scrapper.ts:20</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L20">Scrapper.ts:20</a></li>
</ul>
</aside>
</section>
Expand All @@ -202,7 +202,7 @@ <h3>name</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#name">name</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L17">Scrapper.ts:17</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L17">Scrapper.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -213,7 +213,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> runner</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#runner">runner</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L18">Scrapper.ts:18</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L18">Scrapper.ts:18</a></li>
</ul>
</aside>
</section>
Expand All @@ -224,7 +224,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> runner<wbr>Options</h
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#runneroptions">runnerOptions</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L19">Scrapper.ts:19</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L19">Scrapper.ts:19</a></li>
</ul>
</aside>
</section>
Expand All @@ -243,7 +243,7 @@ <h3>domain</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#domain">domain</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L40">Scrapper.ts:40</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L40">Scrapper.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
Expand All @@ -252,7 +252,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#domain">domain</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L43">Scrapper.ts:43</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L43">Scrapper.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -277,7 +277,7 @@ <h3>type</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#type">type</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L34">Scrapper.ts:34</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L34">Scrapper.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand All @@ -286,7 +286,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#type">type</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L37">Scrapper.ts:37</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L37">Scrapper.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -313,7 +313,7 @@ <h3>is<wbr>Applicable</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#isapplicable">isApplicable</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L53">Scrapper.ts:53</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L53">Scrapper.ts:53</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -337,7 +337,7 @@ <h3>run</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#run">run</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L58">Scrapper.ts:58</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L58">Scrapper.ts:58</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -361,7 +361,7 @@ <h3>set<wbr>Runner<wbr>ByType</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#setrunnerbytype">setRunnerByType</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L47">Scrapper.ts:47</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L47">Scrapper.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -385,7 +385,7 @@ <h3>toJSON</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="scrapper.html">Scrapper</a>.<a href="scrapper.html#tojson">toJSON</a></p>
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Scrapper.ts#L78">Scrapper.ts:78</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Scrapper.ts#L78">Scrapper.ts:78</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
Expand Down
6 changes: 3 additions & 3 deletions docs/classes/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Runner.ts#L9">Runner.ts:9</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Runner.ts#L9">Runner.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -129,7 +129,7 @@ <h3>run</h3>
<div class="tsd-signature tsd-kind-icon">run<span class="tsd-signature-symbol">:</span> <a href="../globals.html#runnerfunction" class="tsd-signature-type">RunnerFunction</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Runner.ts#L9">Runner.ts:9</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Runner.ts#L9">Runner.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -139,7 +139,7 @@ <h3>type</h3>
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/2b18b83/lib/Runner.ts#L8">Runner.ts:8</a></li>
<li>Defined in <a href="https://github.com/OpenByteDev/SourceScrapper/blob/7439a74/lib/Runner.ts#L8">Runner.ts:8</a></li>
</ul>
</aside>
</section>
Expand Down
Loading

0 comments on commit 525fcd2

Please sign in to comment.