Skip to content

Commit

Permalink
[hentaistream.tv] disable tests because the site has been unusable fo…
Browse files Browse the repository at this point in the history
…r a couple of days
  • Loading branch information
gan-of-culture committed Apr 14, 2023
1 parent 2e0306d commit 1fed888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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,15 @@ 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 1fed888

Please sign in to comment.