mirror of
https://github.com/kunkunsh/kunkun-ext-youtube-downloader.git
synced 2025-04-04 10:16:44 +00:00
chore: bump package version to 0.1.3 and remove hardcoded development URL
This commit is contained in:
parent
a8eca4392a
commit
cf9cf9f9d0
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-youtube-downloader",
|
"name": "@kunkun/kunkun-ext-youtube-downloader",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"imports": {
|
"imports": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-youtube-dowloader",
|
"name": "kunkun-ext-youtube-dowloader",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
|
@ -180,7 +180,7 @@ class DownloadYouTubeExtension extends WorkerExtension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let url = await clipboard.readText();
|
let url = await clipboard.readText();
|
||||||
url = "https://youtu.be/-b1FogYHTZc"; // for development only
|
// url = "https://youtu.be/-b1FogYHTZc"; // for development only
|
||||||
// check if url is a valid youtube url
|
// check if url is a valid youtube url
|
||||||
if (!url.includes("youtube.com") && !url.includes("youtu.be")) {
|
if (!url.includes("youtube.com") && !url.includes("youtu.be")) {
|
||||||
toast.warning("Invalid YouTube URL from clipboard");
|
toast.warning("Invalid YouTube URL from clipboard");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user