Regexp fixup.

master
Robert Gerus 2015-12-22 14:24:04 +01:00
parent 0712fc1438
commit 4eb280fad0
1 changed files with 1 additions and 1 deletions

View File

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