Comparing version 2.1.0 to 2.1.1
@@ -17,3 +17,3 @@ const BASE_URL = 'https://www.barotube.cf'; | ||
v: value, | ||
key: this.key | ||
key: this.key | ||
}) | ||
@@ -31,3 +31,3 @@ }) | ||
v: value, | ||
key: this.key, | ||
key: this.key, | ||
}) | ||
@@ -50,3 +50,3 @@ }) | ||
v: value, | ||
key: this.key | ||
key: this.key | ||
}) | ||
@@ -64,3 +64,3 @@ }) | ||
v: value, | ||
key: this.key | ||
key: this.key | ||
}) | ||
@@ -67,0 +67,0 @@ }) |
{ | ||
"name": "barotube", | ||
"version": "2.1.0", | ||
"homepage": "https://barotube.cf/", | ||
"version": "2.1.1", | ||
"main": "index.js", | ||
@@ -17,4 +18,4 @@ "scripts": { | ||
"dependencies": { | ||
"node-fetch": "^2.6.0" | ||
"node-fetch": "^3.0.0" | ||
} | ||
} |
# barotube | ||
## Discord | ||
baris#0001 | ||
## **Info** | ||
In short, our module is a tool for extracting video and playlist information from the YouTube platform. | ||
#### **Get API Key** | ||
https://www.barotube.cf/ | ||
## **Install** | ||
@@ -10,4 +13,2 @@ ```bash | ||
``` | ||
## **Get API Key** | ||
https://www.barotube.cf/ | ||
@@ -71,32 +72,29 @@ ## **Usage** | ||
> { | ||
> id: '', | ||
> title: '', | ||
> videoId: '', | ||
> url: '', | ||
> duration: '', | ||
> durationMs: 0, | ||
> views: 0, | ||
> author: { | ||
> name: '', | ||
> url: '' | ||
> }, | ||
> thumbnail: '' | ||
> }, | ||
> { | ||
> title: '', | ||
> songs_size: '', | ||
> videoId: '', | ||
> url: '', | ||
> duration: '', | ||
> durationMs: 0, | ||
> views: 0, | ||
> last_updated: '', | ||
> author: { | ||
> id: '', | ||
> name: '', | ||
> avatar: '', | ||
> url: '' | ||
> } | ||
> } | ||
> songs: [ | ||
> { | ||
> title: '', | ||
> videoId: '', | ||
> url: '', | ||
> duration: '', | ||
> durationMs: 0, | ||
> views: 0, | ||
> author: { | ||
> name: '', | ||
> url: '' | ||
> }, | ||
> thumbnail: '' | ||
> }, | ||
> and more... | ||
> ] | ||
> }, | ||
> thumbnail: '' | ||
> }, | ||
> and 8 more... | ||
>] | ||
>``` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4021
98
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
Updatednode-fetch@^3.0.0