Skip to content

Commit

Permalink
[INTERNAL] htstreaming: added size to more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Sep 5, 2022
1 parent 6749207 commit f7910c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions extractors/nhgroup/nhgroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestExtract(t *testing.T) {
URL: "https://animeidhentai.com/31821/usamimi-bouken-tan-sekuhara-shinagara-sekai-o-sukue-episode-2-subbed/",
Title: "Usamimi Bouken-tan: Sekuhara Shinagara Sekai o Sukue Episode 2",
Quality: "1920x1080",
Size: 0,
Size: 143517696,
},
},
{
Expand All @@ -102,7 +102,7 @@ func TestExtract(t *testing.T) {
URL: "https://animeidhentai.com/36364/usamimi-bouken-tan-sekuhara-shinagara-sekai-o-sukue-episode-3/",
Title: "Usamimi Bouken-Tan Sekuhara Shinagara Sekai O Sukue Episode 3",
Quality: "1920x1080",
Size: 0,
Size: 143517696,
},
},
{
Expand All @@ -111,7 +111,7 @@ func TestExtract(t *testing.T) {
URL: "https://hentaihaven.com/usamimi-bouken-tan-sekuhara-shinagara-sekai-o-sukue-episode-3/",
Title: "Usamimi Bouken-Tan Sekuhara Shinagara Sekai O Sukue Episode 3",
Quality: "1920x1080",
Size: 0,
Size: 143517696,
},
},
{
Expand All @@ -129,7 +129,7 @@ func TestExtract(t *testing.T) {
URL: "https://hentaihaven.red/hentai/mako-chan-kaihatsu-nikki-episode-2/",
Title: "Mako chan Kaihatsu Nikki Episode 2",
Quality: "1920x1080",
Size: 0,
Size: 306057984,
},
},
{
Expand All @@ -138,7 +138,7 @@ func TestExtract(t *testing.T) {
URL: "https://hentai.tv/hentai/usamimi-bouken-tan-sekuhara-shinagara-sekai-o-sukue-episode-3/",
Title: "Usamimi Bouken-Tan Sekuhara Shinagara Sekai O Sukue Episode 3",
Quality: "1920x1080",
Size: 0,
Size: 143517696,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion extractors/nhplayer/nhplayer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestExtract(t *testing.T) {
URL: "https://nhplayer.com/v/zFXGrn9SlmjqDEi/",
Title: "Usamimi Bouken-Tan Sekuhara Shinagara Sekai O Sukue Episode 3",
Quality: "1920x1080",
Size: 0,
Size: 143517696,
},
},
}
Expand Down

0 comments on commit f7910c3

Please sign in to comment.