mirror of
https://github.com/kunkunsh/kunkun-ext-youtube-downloader.git
synced 2025-04-03 17:56:45 +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",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"imports": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "kunkun-ext-youtube-dowloader",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"kunkun": {
|
||||
|
@ -180,7 +180,7 @@ class DownloadYouTubeExtension extends WorkerExtension {
|
||||
}
|
||||
|
||||
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
|
||||
if (!url.includes("youtube.com") && !url.includes("youtu.be")) {
|
||||
toast.warning("Invalid YouTube URL from clipboard");
|
||||
|
Loading…
x
Reference in New Issue
Block a user