File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
286286const url = 'https://www.instagram.com/p/ByxKbUSnubS/?utm_source=ig_web_copy_link';
287287igdl(url).then(data => console.log(data)).catch(err => console.error(err)); // JSON
You can’t perform that action at this time.
0 commit comments