baha-anime-dl
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -86,3 +86,3 @@ import * as crypto from 'crypto'; | ||
protected _download(sn: string | number, meta_resolver: (c: string) => void, playlist_resolver: (c: string) => void, segments: Segment[]): Promise<void>; | ||
download_m3u8(m3u8: string, base: string, results: Segment[]): Promise<Promise<ArrayBuffer>[]>; | ||
protected download_m3u8(m3u8: string, base: string, results: Segment[]): Promise<Promise<ArrayBuffer>[]>; | ||
decrypt(buffer: ArrayBuffer, key: ArrayBuffer, iv: Uint32Array): Promise<ArrayBuffer>; | ||
@@ -89,0 +89,0 @@ protected get_device(): Promise<void>; |
@@ -63,3 +63,3 @@ "use strict"; | ||
// package.json | ||
var version = "0.0.0"; | ||
var version = "0.0.1"; | ||
@@ -66,0 +66,0 @@ // src/log.ts |
{ | ||
"name": "baha-anime-dl", | ||
"description": "This tool is used to download low quality Anime from Bahamut.", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)", | ||
@@ -6,0 +6,0 @@ "license": "AGPL-3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58363