Add validation package #19
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user