Skip to content

Commit

Permalink
Regenerate the client library according to the new specs
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maestro-bot committed Sep 20, 2023
1 parent 07e9770 commit 16ca7d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ get the most popular series in the last 7 days
on Amazon Prime and Disney+ in the United Kingdom)
- Returned streaming availability info includes:
- Deep links into the streaming services for
movies, series, seasons and episodes.
- Available video qualities (eg. SD, HD, UHD).
- Available subtitles and audios.
- First detection time of the shows on the streaming services.
- Expiry date of the shows/seasons/episodes on the streaming services.
movies, series, seasons and episodes,
- Available video qualities (eg. SD, HD, UHD),
- Available subtitles and audios,
- First detection time of the shows on the streaming services,
- Expiry date of the shows/seasons/episodes on the streaming services,
- All the available options to stream a show
(e.g. via subscription, to buy/rent, for free, available via an addons)
(e.g. via subscription, to buy/rent, for free, available via an addons),
- Price and currency information for buyable/rentable shows
- Channel and addon support (e.g. Apple TV Channels, Hulu Addons, Prime Video Channels)
- Output also includes TMDB and IMDb ids for every show.
Expand All @@ -67,7 +67,7 @@ npm i streaming-availability
### Browser

```html
<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@2.1.0/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@v2.1.1/bundle.js"></script>
```

This script creates a global variable at `window.streamingAvailability`
Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h2>streaming-availability</h2></div>
on Amazon Prime and Disney+ in the United Kingdom)</li>
<li>Returned streaming availability info includes:<ul>
<li>Deep links into the streaming services for
movies, series, seasons and episodes.</li>
<li>Available video qualities (eg. SD, HD, UHD).</li>
<li>Available subtitles and audios.</li>
<li>First detection time of the shows on the streaming services.</li>
<li>Expiry date of the shows/seasons/episodes on the streaming services.</li>
movies, series, seasons and episodes,</li>
<li>Available video qualities (eg. SD, HD, UHD),</li>
<li>Available subtitles and audios,</li>
<li>First detection time of the shows on the streaming services,</li>
<li>Expiry date of the shows/seasons/episodes on the streaming services,</li>
<li>All the available options to stream a show
(e.g. via subscription, to buy/rent, for free, available via an addons)</li>
(e.g. via subscription, to buy/rent, for free, available via an addons),</li>
<li>Price and currency information for buyable/rentable shows</li>
</ul>
</li>
Expand All @@ -62,7 +62,7 @@ <h2>streaming-availability</h2></div>
<blockquote>
<p>Requires Node version <code>18.0.0</code> or higher.</p>
</blockquote>
<a id="md:browser" class="tsd-anchor"></a><h3><a href="#md:browser">Browser</a></h3><pre><code class="language-html"><span class="hl-2">&lt;</span><span class="hl-3">script</span><span class="hl-4"> </span><span class="hl-5">src</span><span class="hl-4">=</span><span class="hl-6">&quot;https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@2.1.0/bundle.js&quot;</span><span class="hl-2">&gt;&lt;/</span><span class="hl-3">script</span><span class="hl-2">&gt;</span>
<a id="md:browser" class="tsd-anchor"></a><h3><a href="#md:browser">Browser</a></h3><pre><code class="language-html"><span class="hl-2">&lt;</span><span class="hl-3">script</span><span class="hl-4"> </span><span class="hl-5">src</span><span class="hl-4">=</span><span class="hl-6">&quot;https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@v2.1.1/bundle.js&quot;</span><span class="hl-2">&gt;&lt;/</span><span class="hl-3">script</span><span class="hl-2">&gt;</span>
</code><button>Copy</button></pre>
<p>This script creates a global variable at <code>window.streamingAvailability</code>
where you can access to the module.</p>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"test": "ts-node test/test.ts"
},
"typings": "./dist/index.d.ts",
"version": "2.1.0"
"version": "v2.1.1"
}

0 comments on commit 16ca7d7

Please sign in to comment.