Skip to content

Commit

Permalink
update universal downloader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Jul 31, 2023
1 parent f9822ac commit 58c8dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extractors/universal/universal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ func TestExtract(t *testing.T) {
{
Name: "Imigur",
Args: test.Args{
URL: "http://i.imgur.com/06YTAjg.jpg",
Title: "06YTAjg",
URL: "https://i.imgur.com/CVTp6cK.jpeg",
Title: "CVTp6cK",
Quality: "",
Size: 582917,
Size: 384586,
},
},
{
Expand Down

0 comments on commit 58c8dbc

Please sign in to comment.