fast-dirpy 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ A simple library/CLI to download youtube(etc.) videos.
26
26
  </details>
27
27
 
28
28
 
29
- And `.m3u8` videos(using `ffmpeg`).
29
+ And `.m3u8` videos.
30
30
 
31
31
  > [!IMPORTANT]
32
32
  > From v0.2.1, .m3u8 downloader is no longer using ffmpeg.
@@ -77,11 +77,7 @@ export default defineConfig({
77
77
  // /Applications/Google Chrome.app will not work.
78
78
  executablePath: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
79
79
  headless: true
80
- },
81
- // binary file path of ffmpeg
82
- // in Windows, use: "xx/ffmpeg.exe"
83
- // if no ffmpeg path given, it will rely on your env variable.
84
- ffmpeg: "./ffmpeg"
80
+ }
85
81
  }
86
82
  ```
87
83
 
package/dist/cli.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { };
package/dist/cli.js ADDED
@@ -0,0 +1 @@
1
+ import{UrlType as e,downloadAnimeIdHentai as t,downloadBilibili as n,downloadDirpy as r,downloadKoreanPm as i,downloadMissav as a,getAnimeIdHentaiLink as o,getBilibiliLink as s,getDirpyLink as c,getKoreanPmLink as l,logger as u,remoteM3U8ToMP4 as d,setSilent as f}from"./types-LuYF6CB8.js";import{bold as p,dim as m}from"ansis";import{cac as h}from"cac";import g from"restore-cursor";var _={name:`fast-dirpy`,type:`module`,version:`0.3.1`,description:`A simple library/CLI to download video from several websites.`,author:`Vincent-the-gamer`,license:`MIT`,homepage:`https://github.com/Vincent-the-gamer/fast-dirpy#readme`,repository:{type:`git`,url:`git+https://github.com/Vincent-the-gamer/fast-dirpy.git`},bugs:{url:`https://github.com/Vincent-the-gamer/fast-dirpy/issues`},sideEffects:!1,main:`dist/index.js`,module:`dist/index.js`,types:`dist/index.d.ts`,typesVersions:{"*":{".":[`./dist/index.d.ts`,`./dist/cli.d.ts`]}},bin:{"fast-dirpy":`bin/fast-dirpy.js`},files:[`dist`],scripts:{tsx:`tsx`,build:`tsdown`,test:`vitest`,dep:`taze major -I`,"lint:fix":`eslint . --fix`,login:`pnpm login --registry https://registry.npmjs.com`},publishConfig:{registry:`https://registry.npmjs.com`,access:`public`},dependencies:{ansis:`^4.2.0`,axios:`^1.12.2`,cac:`^6.7.14`,cheerio:`^1.1.2`,consola:`^3.4.2`,m3u8stream:`^0.8.6`,"puppeteer-core":`^24.23.0`,"restore-cursor":`^5.1.0`,unconfig:`^7.3.3`},devDependencies:{"@antfu/eslint-config":`^5.4.1`,"@types/node":`^24.7.0`,deepmerge:`^4.3.1`,eslint:`^9.37.0`,taze:`^19.7.0`,tsdown:`^0.15.6`,tsx:`^4.20.6`,typescript:`^5.9.3`,vitest:`^3.2.4`}};function v(t){return t.includes(`bilibili`)||/BV[a-zA-Z0-9]+/.test(t)?e.Bilibili:t.includes(`animeidhentai`)?e.AnimeIdHentai:t.includes(`koreanpornmovie`)?e.KoreanPM:t.includes(`missav`)?e.MissAV:t.endsWith(`.m3u8`)?e.M3U8:e.Dirpy}const y=h(`fast-dirpy`),{version:b}=_;y.command(`get <url>`,`get video direct link.`).option(`--proxyHost, -H <proxyHost>`,`Proxy host.`).option(`--proxyPort, -P <proxyPort>`,`Proxy port.`).option(`--config, -c <path>`,`Specify an external config file.`).option(`--silent`,`Suppress non-error logs`).option(`--chromePath`,`Path to your Google Chrome browser`).action(async(t,n)=>{let r=v(t),{proxyHost:i,proxyPort:a,config:d,silent:h,chromePath:g}=n,_=i?{proxy:{host:i,port:a}}:void 0,y=g?{puppeteer:{executablePath:g}}:void 0;if(f(!!h),u.info(`fast-dirpy ${m(`v${b}`)} : ${p(`Direct Link Getter`)}.`),r===e.Bilibili){if(u.info(`Matched link source: Bilibili.`),!t.includes(`bilibili.com`)){u.error(`Please provide a valid Bilibili URL.`);return}let e=await s(t);console.log(e)}else if(r===e.Dirpy){u.info(`Matched link source: Dirpy.`);let e=await c({url:t,cwd:d},_);console.log(e)}else if(r===e.AnimeIdHentai){u.info(`Matched link source: Animeidhentai.`);let e=await o({url:t,cwd:d},{..._,...y});console.log(e)}else if(r===e.KoreanPM){u.info(`Matched link source: KoreanPM.`);let e=await l({url:t,cwd:d},_);console.log(e)}else u.error(`Your link is not supported!`)}),y.command(`download <url>`,`download a video.`).option(`--path, -p <path>`,`Download destination path + filename. e.g. /xxx/example.mp4.`).option(`--proxyHost, -H <proxyHost>`,`Proxy host.`).option(`--proxyPort, -P <proxyPort>`,`Proxy port.`).option(`--config, -c <path>`,`Specify an external config file.`).option(`--silent`,`Suppress non-error logs`).option(`--chromePath`,`Path to your Google Chrome browser`).action(async(o,s)=>{let c=v(o),{proxyHost:l,proxyPort:h,path:g,config:_,silent:y,chromePath:x}=s,S=l?{proxy:{host:l,port:h}}:void 0,C=x?{puppeteer:{executablePath:x}}:void 0;f(!!y),u.info(`fast-dirpy ${m(`v${b}`)} : ${p(`Video Downloader`)}.`),c===e.Bilibili?(u.info(`Matched link source: Bilibili.`),await n({url:o,path:g})):c===e.Dirpy?(u.info(`Matched link source: Dirpy.`),r({url:o,path:g||`./dirpy.mp4`,cwd:_},S)):c===e.AnimeIdHentai?(u.info(`Matched link source: AnimeIdHentai.`),await t({url:o,path:g||`./animeidhentai.mp4`,cwd:_},{...S,...C})):c===e.KoreanPM?(u.info(`Matched link source: KoreanPM.`),await i({url:o,path:g||`./korean-pm.mp4`,cwd:_},S)):c===e.MissAV?(u.info(`Matched link source: MissAV.`),await a({url:o,path:g,cwd:_})):c===e.M3U8?(u.info(`Matched link source: m3u8.`),await d({url:o,path:g||`./m3u8-download.mp4`,cwd:_})):u.error(`Your link is not supported!`)}),y.help(),y.version(_.version),y.parse(),g();export{};
@@ -0,0 +1 @@
1
+ function e(e){return e}export{e as defineConfig};
@@ -0,0 +1,38 @@
1
+ //#region src/types/index.d.ts
2
+ interface Options {
3
+ proxy?: {
4
+ protocol?: string;
5
+ host: string;
6
+ port: number;
7
+ };
8
+ timeout?: number;
9
+ puppeteer?: {
10
+ executablePath: string;
11
+ headless?: boolean;
12
+ };
13
+ }
14
+ interface DirectLinkParams {
15
+ url: string;
16
+ cwd?: string;
17
+ }
18
+ interface DownloadParams {
19
+ url: string;
20
+ path: string;
21
+ cwd?: string;
22
+ }
23
+ type M3U8Params = DownloadParams & {
24
+ ffmpegPath: string;
25
+ };
26
+ declare enum UrlType {
27
+ Bilibili = 0,
28
+ AnimeIdHentai = 1,
29
+ Dirpy = 2,
30
+ M3U8 = 3,
31
+ KoreanPM = 4,
32
+ MissAV = 5,
33
+ }
34
+ //#endregion
35
+ //#region src/config.d.ts
36
+ declare function defineConfig(options: Options): Options;
37
+ //#endregion
38
+ export { DirectLinkParams, DownloadParams, M3U8Params, Options, UrlType, defineConfig };
@@ -0,0 +1,2 @@
1
+ import { defineConfig } from "./config-nmMeP6kT.js";
2
+ export { defineConfig };
package/dist/config.js ADDED
@@ -0,0 +1 @@
1
+ import{defineConfig as e}from"./config-ld9QlYHr.js";export{e as defineConfig};
@@ -0,0 +1,32 @@
1
+ import { DirectLinkParams, DownloadParams, M3U8Params, Options, UrlType, defineConfig } from "./config-nmMeP6kT.js";
2
+
3
+ //#region src/core/animeidhentai.d.ts
4
+ declare function getAnimeIdHentaiLink(params: DirectLinkParams, options?: Partial<Options>): Promise<string>;
5
+ declare function downloadAnimeIdHentai(params: DownloadParams, options?: Partial<Options>): Promise<void>;
6
+ //#endregion
7
+ //#region src/core/bilibili.d.ts
8
+ declare function getBilibiliLink(link: string): string;
9
+ declare function downloadBilibili(params: DownloadParams): Promise<void>;
10
+ //#endregion
11
+ //#region src/core/dirpy.d.ts
12
+ declare function getDirpyLink(params: DirectLinkParams, options?: Partial<Options>): Promise<string>;
13
+ declare function downloadDirpy(params: DownloadParams, options?: Partial<Options>): Promise<void>;
14
+ //#endregion
15
+ //#region src/core/missav.d.ts
16
+ declare function getMissavLink(params: DirectLinkParams): Promise<string>;
17
+ declare function downloadMissav(params: Partial<DownloadParams>): Promise<void>;
18
+ //#endregion
19
+ //#region src/core/koreanpm.d.ts
20
+ declare function getKoreanPmLink(params: DirectLinkParams, options?: Partial<Options>): Promise<string>;
21
+ declare function downloadKoreanPm(params: DownloadParams, options?: Partial<Options>): Promise<void>;
22
+ //#endregion
23
+ //#region src/core/m3u8.d.ts
24
+ /**
25
+ * Get remote m3u8 stream, parse it to mp4.
26
+ */
27
+ declare function remoteM3U8ToMP4(params: Partial<M3U8Params>): void;
28
+ //#endregion
29
+ //#region src/core/index.d.ts
30
+ declare function downloadVideo(params: DownloadParams, options?: Partial<Options>): Promise<void>;
31
+ //#endregion
32
+ export { DirectLinkParams, DownloadParams, M3U8Params, Options, UrlType, defineConfig, downloadAnimeIdHentai, downloadBilibili, downloadDirpy, downloadKoreanPm, downloadMissav, downloadVideo, getAnimeIdHentaiLink, getBilibiliLink, getDirpyLink, getKoreanPmLink, getMissavLink, remoteM3U8ToMP4 };
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ import{UrlType as e,downloadAnimeIdHentai as t,downloadBilibili as n,downloadDirpy as r,downloadKoreanPm as i,downloadMissav as a,downloadVideo as o,getAnimeIdHentaiLink as s,getBilibiliLink as c,getDirpyLink as l,getKoreanPmLink as u,getMissavLink as d,remoteM3U8ToMP4 as f}from"./types-LuYF6CB8.js";import{defineConfig as p}from"./config-ld9QlYHr.js";export{e as UrlType,p as defineConfig,t as downloadAnimeIdHentai,n as downloadBilibili,r as downloadDirpy,i as downloadKoreanPm,a as downloadMissav,o as downloadVideo,s as getAnimeIdHentaiLink,c as getBilibiliLink,l as getDirpyLink,u as getKoreanPmLink,d as getMissavLink,f as remoteM3U8ToMP4};
@@ -0,0 +1,3 @@
1
+ import e,{createWriteStream as t}from"node:fs";import n from"axios";import r from"node:path";import{fileURLToPath as i}from"url";import{createConfigLoader as a}from"unconfig";import o from"node:process";import{consola as s}from"consola";import{load as c}from"cheerio";import l from"puppeteer-core";import u from"m3u8stream";var d=Object.create,f=Object.defineProperty,p=Object.getOwnPropertyDescriptor,m=Object.getOwnPropertyNames,h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty,_=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),v=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=m(t),a=0,o=i.length,s;a<o;a++)s=i[a],!g.call(e,s)&&s!==n&&f(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=p(t,s))||r.enumerable});return e},y=(e,t,n)=>(n=e==null?{}:d(h(e)),v(t||!e||!e.__esModule?f(n,`default`,{value:e,enumerable:!0}):n,e));const b={timeout:2e4},x=i(import.meta.url),S=r.dirname(x);var C=_(((e,t)=>{var n=function(e){return r(e)&&!i(e)};function r(e){return!!e&&typeof e==`object`}function i(e){var t=Object.prototype.toString.call(e);return t===`[object RegExp]`||t===`[object Date]`||o(e)}var a=typeof Symbol==`function`&&Symbol.for?Symbol.for(`react.element`):60103;function o(e){return e.$$typeof===a}function s(e){return Array.isArray(e)?[]:{}}function c(e,t){return t.clone!==!1&&t.isMergeableObject(e)?g(s(e),e,t):e}function l(e,t,n){return e.concat(t).map(function(e){return c(e,n)})}function u(e,t){if(!t.customMerge)return g;var n=t.customMerge(e);return typeof n==`function`?n:g}function d(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function f(e){return Object.keys(e).concat(d(e))}function p(e,t){try{return t in e}catch{return!1}}function m(e,t){return p(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function h(e,t,n){var r={};return n.isMergeableObject(e)&&f(e).forEach(function(t){r[t]=c(e[t],n)}),f(t).forEach(function(i){m(e,i)||(p(e,i)&&n.isMergeableObject(t[i])?r[i]=u(i,n)(e[i],t[i],n):r[i]=c(t[i],n))}),r}function g(e,t,r){r||={},r.arrayMerge=r.arrayMerge||l,r.isMergeableObject=r.isMergeableObject||n,r.cloneUnlessOtherwiseSpecified=c;var i=Array.isArray(t);return i===Array.isArray(e)?i?r.arrayMerge(e,t,r):h(e,t,r):c(t,r)}g.all=function(e,t){if(!Array.isArray(e))throw Error(`first argument should be an array`);return e.reduce(function(e,n){return g(e,n,t)},{})},t.exports=g}));const w=s.withTag(`fast-dirpy`);function T(e){`CONSOLA_LEVEL`in o.env||(w.level=e?0:3)}var E=y(C(),1);async function D(e,t){let n=b,{config:r,sources:i}=await a({sources:[{files:[`fast-dirpy.config`],extensions:[`ts`,`mts`,`cts`,`js`,`mjs`,`cjs`,`json`]}],cwd:t||process.cwd(),merge:!1}).load();return i.length?(w.info(`Config file found: ${i[0]}`),(0,E.default)((0,E.default)(n,r),e)):(0,E.default)(n,e)}function O(e){return e[Math.floor(Math.random()*e.length)]}const k=[`Mozilla/5.0 (X11; U; Linux x86_64; zh-CN; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10`,`Mozilla/5.0 (Windows NT 6.1; rv,2.0.1) Gecko/20100101 Firefox/4.0.1`,`Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36`,`Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36`,`Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/27.0.1453.93 Chrome/27.0.1453.93 Safari/537.36`];function A(){return O(k)}async function j(e){return await l.launch(e)}async function M(e,t=b){let{url:r,cwd:i}=e,{proxy:a,timeout:o}=await D(t,i),s=a?.host===``?void 0:a,{data:l}=await n.get(r,{headers:{"User-Agent":A()},proxy:s,timeout:o}),u=c(l),d=``,f=u(`div.embed.rad2 > iframe`).attr();return f&&(d=f.src),d}async function N(e,t=b){let{url:n,cwd:r}=e,{proxy:i,puppeteer:a}=await D(t,r),o=i?.host===``?void 0:i,s=await M({url:n},{proxy:o}),{executablePath:c,headless:l}=a,u=await j({executablePath:c,headless:l,args:[`--proxy-server=http://${o?.host}:${i?.port}`]}),d=A(),f=await u.newPage();await f.setUserAgent(d),await f.goto(s),await f.waitForSelector(`div.play.p-pulse`),await f.click(`div.play.p-pulse`),await f.waitForSelector(`div.frame > iframe`);let p=await f.$eval(`div.frame > iframe`,e=>e.src),m=await u.newPage();await m.goto(`${p}`),await m.waitForSelector(`video.jw-video.jw-reset`);let h=await m.$eval(`video.jw-video.jw-reset`,e=>e.src);return await u.close(),h}async function P(e,t=b){let{path:n,url:r,cwd:i}=e;await J({url:await N({url:r},t),path:n,cwd:i},t)}function F(e){let t=e.match(/BV[a-zA-Z0-9]+/);return t?`https://bilibili-real-url.deno.dev/${t[0]}.mp4`:``}async function I(e){let{path:t,url:n}=e,r=F(n);r===``?console.error(`Extract direct link failed!`):await J({url:r,path:t||`./download.mp4`})}async function L(e,t=b){let{url:r,cwd:i}=e,{proxy:a,timeout:o}=await D(t,i),s=a?.host===``?void 0:a,{data:l}=await n.get(`https://dirpy.com/studio`,{params:{url:r},headers:{"User-Agent":A(),Referer:`https://dirpy.com/studio?url=${r}`},proxy:s,timeout:o}),u=c(l),d=``,f=u(`#media-source`).attr();return f&&(d=f.src),d}async function R(e,t=b){let{path:n,url:r,cwd:i}=e;await J({url:await L({url:r},t),path:n,cwd:i},t)}function z(e){return new Promise(t=>setTimeout(t,e*1e3))}function B(e){let{url:n,path:i}=e,a=i??r.resolve(S,`../m3u8-download.mp4`),o=u(n);o.pipe(t(a)),o.on(`progress`,(e,t,n)=>{w.info(`Segment: ${JSON.stringify(e)},
2
+ Total Segments: ${t},
3
+ downloaded: ${(n/1024/1024).toFixed(2)}MB Downloaded`),e.num>=t&&o.end()})}async function V(e,t=b){let{url:n,cwd:r}=e,{proxy:i,puppeteer:a}=await D(t,r),o=i?.host===``?void 0:i,{executablePath:s,headless:c}=a,l=await j({executablePath:s,headless:c,args:[`--proxy-server=http://${o?.host}:${i?.port}`,`--disable-features=IsolateOrigins,site-per-process`,`--disable-site-isolation-trials`,`--disable-web-security`,`--disable-setuid-sandbox`,`--no-sandbox`,`--disable-gpu`,`--disable-dev-shm-usage`,`--disable-accelerated-2d-canvas`,`--no-first-run`,`--no-zygote`,`--single-process`,`--window-size=1920,1080`],slowMo:50,timezoneId:`America/New_York`,locale:`en-US`}),u=await l.newPage(),d=A();await u.setUserAgent(d);try{let e=await u.goto(n,{waitUntil:`domcontentloaded`});e&&w.info(`http status: ${e.status()}`);let t=await u.title(),r=await u.content();if(w.info(`Page title: ${t}`),t.includes(`Just a moment`)||r.includes(`Checking your browser`)){w.info(`Cloudflare challenge detected, waiting for it to complete...`);try{w.info(`Waiting for page title to change...`),await u.waitForFunction(`document.title != 'Just a moment...'`,{timeout:3e4}),w.info(`Page title has changed`)}catch(e){w.error(`Timeout waiting for title change: ${e}`);try{for(let e of[`input[type='checkbox']`,`.ray-button`,`#challenge-stage button`,`button:has-text('Verify')`,`button:has-text('Continue')`])if(await u.$(e)){w.info(`Found possible verification button: ${e}`),await u.click(e),z(5);break}}catch(e){w.error(`Failed to click verification button: ${e}`)}}}let i=await u.title();w.info(`current page title: ${i}`),w.info(`Simulating page scroll...`);for(let e=0;e<3;e++)await u.evaluate(`window.scrollBy(0, window.innerHeight / 2)`),await u.evaluate(`window.scrollBy(0, window.innerHeight / 4)`);w.info(`Getting page content...`);let a=await u.content();return w.info(`Page content retrieved successfully.`),a}catch(e){w.error(`Error during scraping: ${e}`)}finally{w.info(`Closing browser`),await l.close()}}async function H(e){let t=e.match(/m3u8\|([a-f0-9\|]+)\|com\|surrit\|https\|video/);return t?t[1].split(`|`).reverse().join(`-`):(w.error(`Failed to extract UUID from HTML.`),null)}function U(e){return e.split(`/`).pop()||(w.error(`Failed to extract movie ID from URL.`),null)}async function W(e){let{url:t,cwd:r}=e,i=await H(await V({url:t,cwd:r})),a=`https://surrit.com/${i}/playlist.m3u8`,{data:o}=await n.get(a),s=o.match(/(?:\d+p|\d+x\d+)\/video\.m3u8/g);return`https://surrit.com/${i}/${s[s.length-1]}`}async function G(e){let{url:t,cwd:n,path:r}=e,i=U(t);await B({url:await W({url:t,cwd:n}),cwd:n,path:r||`${i}.mp4`})}async function K(e,t=b){let{url:r,cwd:i}=e,{proxy:a,timeout:o}=await D(t,i),s=a?.host===``?void 0:a,{data:l}=await n.get(r,{headers:{"User-Agent":A()},proxy:s,timeout:o}),u=c(l),d=``,f=u(`meta[itemprop="contentURL"]`).attr();return f&&(d=f.content),d}async function q(e,t=b){let{path:n,url:r,cwd:i}=e;await J({url:await K({url:r},t),path:n,cwd:i},t)}async function J(t,r=b){let{path:i,url:a}=t,{proxy:o,timeout:s}=await D(r),c=o?.host===``?void 0:o;if(a===``)return Promise.reject(`Extract direct link failed!`);let l=e.createWriteStream(i);return(await n({url:a,headers:{"User-Agent":A()},method:`GET`,responseType:`stream`,proxy:c,timeout:s,onDownloadProgress:e=>{let{loaded:t,total:n,progress:r}=e,i=`loaded:${t} total: ${n} progress: ${(r*100).toFixed(2)}%`;w.info(i)}})).data.pipe(l),new Promise((e,t)=>{l.on(`finish`,e),l.on(`error`,t)})}let Y=function(e){return e[e.Bilibili=0]=`Bilibili`,e[e.AnimeIdHentai=1]=`AnimeIdHentai`,e[e.Dirpy=2]=`Dirpy`,e[e.M3U8=3]=`M3U8`,e[e.KoreanPM=4]=`KoreanPM`,e[e.MissAV=5]=`MissAV`,e}({});export{Y as UrlType,P as downloadAnimeIdHentai,I as downloadBilibili,R as downloadDirpy,q as downloadKoreanPm,G as downloadMissav,J as downloadVideo,N as getAnimeIdHentaiLink,F as getBilibiliLink,L as getDirpyLink,K as getKoreanPmLink,W as getMissavLink,w as logger,B as remoteM3U8ToMP4,T as setSilent};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fast-dirpy",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.3.1",
5
5
  "description": "A simple library/CLI to download video from several websites.",
6
6
  "author": "Vincent-the-gamer",
7
7
  "license": "MIT",