master
Robert Gerus 2015-12-22 11:04:23 +01:00
parent 8f4345e7d0
commit 66f207023e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ var customDataFetchers = []struct {
fetcher func(l string) string
}{
{
re: regexp.MustCompile("//(www.)?youtube.com)/"),
re: regexp.MustCompile("//(www.)?youtube.com/"),
fetcher: youtubeLong,
},
{