From 0d8b5927704052cb55889b623b8eab1a47e4d69d Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 23 Feb 2024 23:23:47 +0000 Subject: [PATCH] update video title --- goutubedl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutubedl_test.go b/goutubedl_test.go index 49cd334..08c3153 100644 --- a/goutubedl_test.go +++ b/goutubedl_test.go @@ -135,7 +135,7 @@ func TestParseInfo(t *testing.T) { expectedTitle string }{ {"https://soundcloud.com/avalonemerson/avalon-emerson-live-at-printworks-london-march-2017", "Avalon Emerson Live at Printworks London 2017"}, - {"https://www.infoq.com/presentations/Simple-Made-Easy", "Simple Made Easy"}, + {"https://www.infoq.com/presentations/Simple-Made-Easy", "Simple Made Easy - InfoQ"}, {"https://www.youtube.com/watch?v=uVYWQJ5BB_w", "A Radiolab Producer on the Making of a Podcast"}, } { t.Run(c.url, func(t *testing.T) {