Skip to content

Commit

Permalink
[DELETED] zhentube.com: the website has uptime and latency issues whi…
Browse files Browse the repository at this point in the history
…ch makes it very un-usable
  • Loading branch information
gan-of-culture committed Sep 5, 2022
1 parent 05e1e18 commit 6749207
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 229 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ The following links will direct you to adult content. Please keep that in mind!
| [uncensoredhentai.xxx (1080p, 720p, 480p, 360p)](https://uncensoredhentai.xxx/) | ? |:heavy_check_mark:|
| [v2.hentaihd.net (1080p, 720p, 480p)](https://v2.hentaihd.net) | ? |:heavy_check_mark:|
| [yandere.re](https://yande.re/post) | :heavy_check_mark: | ? |
| [zhentube.com (1080p, 720p)](https://zhentube.com) | ? |:heavy_check_mark:|

*you need a login for this site. You can supply it via the parameters -un and -up

Expand Down
6 changes: 3 additions & 3 deletions downloader/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ func printStream(key string, stream *static.Stream) {
}

// for HLS streams the size is only approximated
sizeFString := "%.2f MB (%d Bytes)\n"
sizeFString := "%s\n"
if stream.Ext != "" && stream.Size > 0 {
sizeFString = "~" + sizeFString
sizeFString = "~ " + sizeFString
}
fmt.Printf("\n Size: ")
fmt.Printf(sizeFString, float64(stream.Size)/(1_000_000), stream.Size)
fmt.Printf(sizeFString, utils.ByteCountSI(stream.Size))
fmt.Printf(" # download with: ")
fmt.Printf("get-sauce -s %s ...\n\n", key)
}
Expand Down
2 changes: 0 additions & 2 deletions extractors/extractors.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import (
"github.com/gan-of-culture/get-sauce/extractors/thehentaiworld"
"github.com/gan-of-culture/get-sauce/extractors/universal"
"github.com/gan-of-culture/get-sauce/extractors/vraven"
"github.com/gan-of-culture/get-sauce/extractors/zhentube"
"github.com/gan-of-culture/get-sauce/static"
)

Expand Down Expand Up @@ -106,7 +105,6 @@ func init() {
"www.simply-hentai.com": simplyhentai.New(),
"thehentaiworld.com": thehentaiworld.New(),
"uncensoredhentai.xxx": nhgroupExtractor,
"zhentube.com": zhentube.New(),
}
}

Expand Down
158 changes: 0 additions & 158 deletions extractors/zhentube/zhentube.go

This file was deleted.

65 changes: 0 additions & 65 deletions extractors/zhentube/zhentube_test.go

This file was deleted.

0 comments on commit 6749207

Please sign in to comment.