Skip to content

Commit

Permalink
removed tests of broken websites
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Jul 27, 2022
1 parent 49f6a4e commit fad9729
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions extractors/hentaiguru/hentaiguru_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package hentaiguru

import (
/*import (
"testing"
"github.com/gan-of-culture/get-sauce/test"
Expand Down Expand Up @@ -58,4 +58,4 @@ func TestExtract(t *testing.T) {
test.Check(t, tt.Args, data[0])
})
}
}
}*/
6 changes: 2 additions & 4 deletions extractors/jwplayer/jwplayer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ package jwplayer

import (
"testing"

"github.com/gan-of-culture/get-sauce/test"
)

func TestExtract(t *testing.T) {
/*func TestExtract(t *testing.T) {
tests := []struct {
Name string
Args test.Args
Expand All @@ -28,7 +26,7 @@ func TestExtract(t *testing.T) {
test.Check(t, tt.Args, data[0])
})
}
}
}*/

func TestFindJWPlayerURL(t *testing.T) {
tests := []struct {
Expand Down
8 changes: 4 additions & 4 deletions extractors/vraven/vraven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ func TestParseURL(t *testing.T) {
URL: "https://hentaistream.tv/watch/kyonyuu-elf-oyako-saimin/",
Want: 2,
},
{
/*{
Name: "Single Episode hentaistream.io",
URL: "https://hentaistream.io/watch/kyonyuu-elf-oyako-saimin/episode-1/",
Want: 1,
}, {
Name: "Series hentaistream.io",
URL: "https://hentaistream.io/watch/kyonyuu-elf-oyako-saimin/",
Want: 2,
},
},*/
}
for _, tt := range tests {
t.Run(tt.Name, func(t *testing.T) {
Expand All @@ -63,15 +63,15 @@ func TestExtract(t *testing.T) {
Quality: "1920x1080",
Size: 135890160,
},
}, {
}, /*{
Name: "Single Episode hentaistream.io",
Args: test.Args{
URL: "https://hentaistream.io/watch/onaho-kyoushitsu-joshi-zenin-ninshin-keikaku-the-animation/episode-1/",
Title: "Onaho Kyoushitsu: Joshi Zenin Ninshin Keikaku The Animation - Episode 1",
Quality: "1920x1080",
Size: 275457600,
},
}, {
},*/{
Name: "Single Episode hentaistream.tv",
Args: test.Args{
URL: "https://hentaistream.tv/watch/papa-katsu/episode-1/",
Expand Down
4 changes: 2 additions & 2 deletions extractors/zhentube/zhentube_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package zhentube

import (
/*import (
"testing"
"github.com/gan-of-culture/get-sauce/test"
Expand Down Expand Up @@ -62,4 +62,4 @@ func TestExtract(t *testing.T) {
test.Check(t, tt.Args, data[0])
})
}
}
}*/

0 comments on commit fad9729

Please sign in to comment.