add channelRawURL
whoops
This commit is contained in:
@ -21,9 +21,12 @@ import (
|
|||||||
"github.com/wader/osleaktest"
|
"github.com/wader/osleaktest"
|
||||||
)
|
)
|
||||||
|
|
||||||
const testVideoRawURL = "https://www.youtube.com/watch?v=C0DPdy98e4c"
|
const (
|
||||||
const playlistRawURL = "https://soundcloud.com/mattheis/sets/kindred-phenomena"
|
testVideoRawURL = "https://www.youtube.com/watch?v=C0DPdy98e4c"
|
||||||
const subtitlesTestVideoRawURL = "https://www.youtube.com/watch?v=QRS8MkLhQmM"
|
playlistRawURL = "https://soundcloud.com/mattheis/sets/kindred-phenomena"
|
||||||
|
channelRawURL = "https://www.youtube.com/channel/UCHDm-DKoMyJxKVgwGmuTaQA"
|
||||||
|
subtitlesTestVideoRawURL = "https://www.youtube.com/watch?v=QRS8MkLhQmM"
|
||||||
|
)
|
||||||
|
|
||||||
func leakChecks(t *testing.T) func() {
|
func leakChecks(t *testing.T) func() {
|
||||||
leakFn := leaktest.Check(t)
|
leakFn := leaktest.Check(t)
|
||||||
|
Reference in New Issue
Block a user