Skip to content

Commit

Permalink
[hentaistream.tv] disable tests because the site has been unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed May 7, 2023
1 parent b95931d commit 1f72777
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions extractors/vraven/vraven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ func TestParseURL(t *testing.T) {
URL: "https://hentaihaven.xxx/watch/ero-konbini-tenchou/",
Want: 4,
},
{
/*{
Name: "Single Episode hentaistream.tv",
URL: "https://hentaistream.tv/watch/papa-katsu/episode-1/",
Want: 1,
}, {
Name: "Series hentaistream.tv",
URL: "https://hentaistream.tv/watch/kyonyuu-elf-oyako-saimin/",
Want: 2,
},
},*/
}
for _, tt := range tests {
t.Run(tt.Name, func(t *testing.T) {
Expand All @@ -54,15 +54,16 @@ func TestExtract(t *testing.T) {
Quality: "1920x1080",
Size: 135890160,
},
}, {
},
/*{
Name: "Single Episode hentaistream.tv",
Args: test.Args{
URL: "https://hentaistream.tv/watch/papa-katsu/episode-1/",
Title: "Papa Katsu! - Episode 1",
Quality: "1920x1080",
Size: 365561300,
},
},
},*/
}
for _, tt := range tests {
t.Run(tt.Name, func(t *testing.T) {
Expand Down

0 comments on commit 1f72777

Please sign in to comment.