discord-ytdl-core
Advanced tools
Comparing version 4.1.4 to 4.1.5
{ | ||
"name": "discord-ytdl-core", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/Snowflake107/discord-ytdl-core.git" | ||
"url": "git+https://github.com/DevSnowflake/discord-ytdl-core.git" | ||
}, | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Snowflake107/discord-ytdl-core/issues" | ||
"url": "https://github.com/DevSnowflake/discord-ytdl-core/issues" | ||
}, | ||
@@ -52,0 +52,0 @@ "homepage": "https://ytdl.snowflakedev.xyz", |
@@ -7,3 +7,3 @@ # discord-ytdl-core | ||
```sh | ||
npm i discord-ytdl-core | ||
$ npm i discord-ytdl-core | ||
``` | ||
@@ -181,3 +181,3 @@ | ||
```js | ||
const ytdl = require("../index.js"); | ||
const ytdl = require("discord-ytdl-core"); | ||
const { createWriteStream } = require ("fs"); | ||
@@ -184,0 +184,0 @@ |
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
31273