From 348d3cc1b23b44073d9f86858148affc8ae9f392 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:40:59 +0000 Subject: [PATCH] Remove YoutubeDL-Material (Unmaintained since Jan 2024) (#1112) --- .hecat/url-check.yml | 2 +- software/youtubedl-material.yml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 software/youtubedl-material.yml diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 0f3faf499b..6c673591c0 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -56,7 +56,7 @@ steps: - '^https://static-web-server.net/' # Always returns 403 but loads in browser - '^https://www.supportpal.com/' # Always returns 403 but loads in browser - '^https://www.octobot.cloud/' # Always returns 403 but loads in browser - - '^https://instant.io/' # Always returns 403 but loads in browser + - '^https://instant.io' # Always returns 403 but loads in browser - '^https://kiwiirc.com/' # Timesouts in actions but loads in browser - '^https://kiwiirc.com/nextclient/' # Timesouts in actions but loads in browser - '^https://www.qbittorrent.org/' # Always returns 403 but loads in browser diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml deleted file mode 100644 index 9b30945cfc..0000000000 --- a/software/youtubedl-material.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: YoutubeDL-Material -website_url: https://github.com/Tzahi12345/YoutubeDL-Material -description: Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. -licenses: - - MIT -platforms: - - Nodejs - - Docker -tags: - - Automation -source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2736 -updated_at: '2024-01-18' -archived: false