Add validation package #19

Merged
xbazzi merged 5 commits from issue-7 into master 2025-02-13 22:10:24 -07:00
Showing only changes of commit 69f8a58f37 - Show all commits

View File

@ -1,7 +1,6 @@
package validation
import (
"log"
"testing"
)
@ -42,7 +41,6 @@ func TestSchemeHandling(t *testing.T) {
func TestSupportedMusicUrls(t *testing.T) {
// Test actual music url
for _, url := range musicHosts {
log.Println(url)
is, _ := IsMusicUrl(url)
if !is {