Skip to content

Commit 81d0de5

Browse files
committed
core release v6.0.14
1 parent ab76011 commit 81d0de5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,12 @@ bun add btch-downloader
364364

365365
| Service | Link | Status |
366366
|:-------------:|:--------------------------------------------------:|:------:|
367-
| Documentation | [Visit](http://btch.foo.ng/module-btch-downloader) | ![Online](https://img.shields.io/badge/status-online-brightgreen) |
368-
| Backend | [Visit](https://backend1.tioo.eu.org/) | ![Online](https://img.shields.io/badge/status-online-brightgreen) |
367+
| Documentation | [Visit](http://btch.foo.ng/module-btch-downloader) | [![Online](https://img.shields.io/badge/status-online-brightgreen)](http://btch.foo.ng/module-btch-downloader) |
368+
| Backend | [Visit](https://backend1.tioo.eu.org/) | [![Online](https://img.shields.io/badge/status-online-brightgreen)](https://backend1.tioo.eu.org/) |
369369

370370
</div>
371371

372+
372373
## Usage
373374

374375
### Instagram

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
</code></pre><p>Using yarn:</p><pre class="prettyprint source lang-bash"><code>yarn add btch-downloader
282282
</code></pre><p>Using pnpm:</p><pre class="prettyprint source lang-bash"><code>pnpm add btch-downloader
283283
</code></pre><p>Using bun:</p><pre class="prettyprint source lang-bash"><code>bun add btch-downloader
284-
</code></pre><h2 id="services">Services</h2><div align="center"><table><thead><tr><th style="text-align:center">Service</th><th style="text-align:center">Link</th><th style="text-align:center">Status</th></tr></thead><tbody><tr><td style="text-align:center">Documentation</td><td style="text-align:center"><a href="http://btch.foo.ng/module-btch-downloader">Visit</a></td><td style="text-align:center"><img src="https://img.shields.io/badge/status-online-brightgreen" alt="Online"></td></tr><tr><td style="text-align:center">Backend</td><td style="text-align:center"><a href="https://backend1.tioo.eu.org/">Visit</a></td><td style="text-align:center"><img src="https://img.shields.io/badge/status-online-brightgreen" alt="Online"></td></tr></tbody></table></div><h2 id="usage">Usage</h2><h3 id="instagram">Instagram</h3><h4 id="esm">ESM</h4><pre class="prettyprint source lang-javascript"><code>import { igdl } from 'btch-downloader';
284+
</code></pre><h2 id="services">Services</h2><div align="center"><table><thead><tr><th style="text-align:center">Service</th><th style="text-align:center">Link</th><th style="text-align:center">Status</th></tr></thead><tbody><tr><td style="text-align:center">Documentation</td><td style="text-align:center"><a href="http://btch.foo.ng/module-btch-downloader">Visit</a></td><td style="text-align:center"><a href="http://btch.foo.ng/module-btch-downloader"><img src="https://img.shields.io/badge/status-online-brightgreen" alt="Online"></a></td></tr><tr><td style="text-align:center">Backend</td><td style="text-align:center"><a href="https://backend1.tioo.eu.org/">Visit</a></td><td style="text-align:center"><a href="https://backend1.tioo.eu.org/"><img src="https://img.shields.io/badge/status-online-brightgreen" alt="Online"></a></td></tr></tbody></table></div><h2 id="usage">Usage</h2><h3 id="instagram">Instagram</h3><h4 id="esm">ESM</h4><pre class="prettyprint source lang-javascript"><code>import { igdl } from 'btch-downloader';
285285

286286
const url = 'https://www.instagram.com/p/ByxKbUSnubS/?utm_source=ig_web_copy_link';
287287
igdl(url).then(data => console.log(data)).catch(err => console.error(err)); // JSON

0 commit comments

Comments
 (0)