File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44<script src="https://unpkg.com/btch-downloader/dist/browser/index.min.js"> </script>
55
66<!-- unpkg : use a specific version of btch-downloader (change the version numbers as necessary) -->
7- <script src="https://unpkg.com/btch-downloader@6.0.7 /dist/browser/index.min.js"> </script>
7+ <script src="https://unpkg.com/btch-downloader@6.0.8 /dist/browser/index.min.js"> </script>
88
99<!-- jsDelivr : use the latest version of btch-downloader -->
1010<script src="https://cdn.jsdelivr.net/npm/btch-downloader/dist/browser/index.min.js"> </script>
1111
1212<!-- jsDelivr : use a specific version of btch-downloader (change the version numbers as necessary) -->
13- <script src="https://cdn.jsdelivr.net/npm/btch-downloader@6.0.7 /dist/browser/index.min.js"> </script>
13+ <script src="https://cdn.jsdelivr.net/npm/btch-downloader@6.0.8 /dist/browser/index.min.js"> </script>
1414</ code > </ pre > < hr > < details > < summary style ="font-size:1.3em;font-weight:700;cursor:pointer "> 📘 Click here to see how to implement this downloader using CDN (HTML Example)</ summary > < pre class ="prettyprint source lang-html "> < code > <!DOCTYPE html>
1515<html lang="en">
1616<head>
121121 </ul>
122122
123123 <!-- Load btch CDN -->
124- <script src="https://cdn.jsdelivr.net/npm/btch-downloader@6.0.7 /dist/browser/index.min.js"> </script>
124+ <script src="https://cdn.jsdelivr.net/npm/btch-downloader/dist/browser/index.min.js"> </script>
125125
126126 <script>
127127 const output = document.getElementById("output");
Original file line number Diff line number Diff line change 44 * @module btch-downloader
55 * @description A lightweight TypeScript/JavaScript library for downloading media from social media platforms
66 * @see {@link https://github.com/hostinger-bot/btch-downloader|GitHub Repository} for contributions and issue reporting.
7- * @version 6.0.7
7+ * @version 6.0.8
88 * @author Tio
99 * @license MIT
1010 */
You can’t perform that action at this time.
0 commit comments