PHPackages                             jaymoulin/yamete - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jaymoulin/yamete

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

jaymoulin/yamete
================

Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system

1.22.0(4y ago)741257MITPHPPHP ^8.0CI failing

Since Sep 23Pushed 1mo ago5 watchersCompare

[ Source](https://github.com/jaymoulin/yamete)[ Packagist](https://packagist.org/packages/jaymoulin/yamete)[ Fund](https://streamlabs.com/cursedware/tip)[ Fund](https://www.buymeacoffee.com/jaymoulin)[ RSS](/packages/jaymoulin-yamete/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (11)Versions (77)Used By (0)

[![logo](logo.png)](logo.png)

Yamete - Hentai downloader in PHP CLI - Easy PHP Site downloader
================================================================

[](#yamete---hentai-downloader-in-php-cli---easy-php-site-downloader)

[![latest release](https://camo.githubusercontent.com/8e74460c7842ee4df5c550f211d33d7cbf516e319779b484b1ac67b0bfd37971/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a61796d6f756c696e2f79616d6574652e737667 "latest release")](http://github.com/jaymoulin/yamete/releases)[![Docker Pulls](https://camo.githubusercontent.com/759d1c2329b7105164e355433bbecd25a9e9a3c6e9deea12198e92fb60dceb2f/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f70756c6c732f6a61796d6f756c696e2f79616d6574652e737667)](https://hub.docker.com/r/jaymoulin/yamete/)[![Docker stars](https://camo.githubusercontent.com/34303524cee9a4ea10b047bae1fa3eba64aa43e34d8f337219444d877f75b94f/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f73746172732f6a61796d6f756c696e2f79616d6574652e737667)](https://hub.docker.com/r/jaymoulin/yamete/)[![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png "PayPal donation")](https://www.paypal.me/jaymoulin)[![Buy me a coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67 "Buy me a coffee")](https://www.buymeacoffee.com/jaymoulin)[![Buy me a coffee](https://camo.githubusercontent.com/201ef269611db7eb6b5d08e9f756ab8980df3014b64492770bdf13a6ed924641/68747470733a2f2f6b6f2d66692e636f6d2f696d672f676974687562627574746f6e5f736d2e737667 "Buy me a coffee")](https://www.ko-fi.com/jaymoulin)

DISCLAIMER: As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support on Patreon.

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

This image allows you easily download specific assets of a site

But why?
--------

[](#but-why)

You should not ask why I made it but why is it so popular?

If we trust 2019 or 2018 Pornhub stats (, ), Hentai is the top 3 search for both women and men and growing.

At the beginning, this repo purpose was to download resources from web sites with PHP... It just took a strange turn... (trust me dude, it's named `EZ site downloader` for a reason) BUT you can still use it for its former purpose by coding your own drivers! (`-d` parameter exists for this purpose)

Installation
------------

[](#installation)

Easy install with a single line of code Please note that this package is also hosted on Github Container Registry, just add `ghcr.io/` before the image name (`docker pull ghcr.io/jaymoulin/yamete` instead of `jaymoulin/yamete`)

### Docker

[](#docker)

`docker run --rm -ti -v :/root/downloads jaymoulin/yamete download [...]`

### Composer

[](#composer)

`composer require jaymoulin/yamete`

Usage
-----

[](#usage)

```
Usage:
  download [options]

Options:
  -u, --url[=URL]             Url to download from
  -l, --list[=LIST]           List file with multiple urls
  -i, --interactive           Interactive (send url to STDIN, never ends)
  -p, --pdf                   Optional to create a PDF
  -z, --zip                   Optional to create a zip file
  -e, --errors[=ERRORS]       Optional file path to create artifacts error urls
  -d, --drivers[=DRIVERS]     Optional array of drivers to add (multiple values allowed)
  -h, --help                  Display this help message
  -q, --quiet                 Do not output any message
  -V, --version               Display this application version
      --ansi                  Force ANSI output
      --no-ansi               Disable ANSI output
  -n, --no-interaction        Do not ask any interactive question
  -v|vv|vvv, --verbose        Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Download an URL resources

```

NOTE : Yamete just downloads what it's asked to. If you want to download the same URL multiple times, assets will be downloaded multiple times. The output name could be the same depending on how the driver is coded (All drivers provided with Yametee are designed to give the same output name each time run IF the source file has the same name)

### Mandatory parameter

[](#mandatory-parameter)

`-u` or `--url` : the URL to download assets from

OR

`-l` or `--list` : the path to a file containing all URLs to download from on each line

OR

`-i` or `--interactive` : each url entry must be sent separately in the STDIN input. EOF or ^C (CTRL + C)

### Optional parameter

[](#optional-parameter)

- `-d` or `--drivers`: the path to custom drivers to handle some URL
- `-p` or `--pdf`: Add this parameter to download a single PDF file instead of multiple images
- `-e` or `--errors`: Add this parameter to put all urls that failed in another file

### Downloads

[](#downloads)

All assets will be downloaded to the *downloads* folder at the root folder of this project.

Docker
------

[](#docker-1)

You can use Docker image to use this program easily without knowing code or installing PHP etc...

```
docker run --rm -ti -v :/app/downloads -u $(id -u) jaymoulin/yamete download [...]

```

see usage to complete *\[...\]*

with *&lt;/path/to/downloads&gt;* the path where downloaded assets will be downloaded to.

Note: Use the `-u $(id -u)` part for yamete to run as a specific user. It's recommanded to use static values (see: )

Note: Add `--init` parameter before `jaymoulin/yamete` if you intend to use interactive mode (`-i` parameter of Yamete), this is mandatory with `-ti` parameter. Otherwise, you will not be able to quit interactive mode. If you forgot the `--init` parameter or this parameter is not before the image, use (CTRL+P then CTRL+Q to detach your running container)

### Build Docker Image

[](#build-docker-image)

To build this image locally

```
docker build -t jaymoulin/yamete -f docker/Dockerfile .

```

Supported sites
---------------

[](#supported-sites)

Here's is the list of supported sites for now:

- asmhentai.com
- comicspornoxxx.com
- e-hentai.org
- 8muses.com
- 8muses.download
- freeadultcomix.com
- hbrowse.com
- hentai2read.com
- hentaifromhell.org
- nhentai.net
- hentaiporns.net
- luscious.net
- myhentaicomics.com
- nxt-comics.net
- porncomixonline.net
- simply-hentai.com
- xyzcomics.com
- hentaifantasy.it
- vercomicsporno.com
- hitomi.la
- comicsmanics.com
- hentaifr.net
- hentai4manga.com
- hentaiporn.pics
- warcraftporn.pro
- 3dsexpictures.net
- hentaimanga.pro
- sexcartoonpics.com
- xsexcomics.com
- sexy3dcomics.club
- xxxtooncomics.com
- toonsex.pics
- toonpornpics.com
- furrypornpics.net
- xxxhentaipics.pro
- lolporn.pro
- 3dsexcomics.pro
- xxxmangacomix.com
- sexytoonporn.com
- cartoonsexcomix.com
- xxx3dcomix.com
- xxxcomicporn.com
- 3dsextoons.net
- 3dcartoons.net
- 3dpics.pro
- freefamouscartoonporn.com
- cartoonpornimages.com
- cartoontumblrporn.com
- cartoonsexpic.com
- comicporn.info
- cartoonsex.name
- toonporn.me
- cartoonpornimages.com
- cartooncomicporn.com
- cartoonporncomics.name
- cartoonpornfr.com
- cartoonpicsporn.com
- cartoonpornpicture.com
- cartoonxxxcomix.com
- sexualhentai.net
- hcomicbook.com
- hentairules.net
- thehentaicomics.com
- palcomix.com
- hentaifox.com
- perveden.com
- chochox.com
- doujin-th.com
- hentaithai.com
- doujins.com
- erofus.com
- mangakakalot.com
- hentaihere.com
- 9hentai.ru
- mintmanga.live
- hentai-archive.net
- hentai-ita.net
- sankakucomplex.com
- multporn.net
- theyiffgallery.com
- hdporncomics.com
- xcartx.com
- hentaihand.com
- poringa.com
- ver-comics-porno.com
- hentaicloud.com
- hentaigratis.biz
- doujinhentai.net
- hentaiworld.fr
- vercomicsporno.xxx
- pornoanimexxx.com
- verpornocomic.com
- myhentaigallery.com
- pornocomics.net
- hdhentaicomics.com
- cartoonporncomics.info
- hentaischool.com
- megapornpics.com
- freesexcomics.pro
- hentai-id.tv
- superhentais.com
- rajahentai.com
- upcomics.org
- tnaflix.com
- hentaicomics.pro
- porncomics.me
- sexcomix.me
- hentaipornpics.net
- comicsporn.net
- cartoonporn.pics
- mangaporno.pro
- superhq.net
- animephile.com
- yuri-ism.net
- readhent.ai
- tmohentai.com
- comicsporno.xxx
- hentairead.com
- doujinreader.com
- myhentaigallery.com
- manytoon.com
- mysexgamer.com
- lolhentai.net
- hmangasearcher.com
- mangaowl.com
- hentaishark.com
- 18comic.org
- g6hentai.com
- naughtyhentai.com
- hentai-paradise.fr
- truyenhentai18.net
- xxxmanga.pro
- hentaixxxcomics.com
- allporncomic.com
- hentaikai.com
- hqhentai.online
- hentaizone.me
- mymangacomics.com
- zizki.com
- milftoon.xxx
- yiffer.xyz
- avangard-iv.ru
- sexporncomics.com
- eggporncomics.com
- world-hentai.com
- mangatown.com
- yaoihavenreborn.com
- porngameshd.com
- onlineporngames.xyz
- onlinesexgames.cc
- gamesofdesired.com
- 66games.net
- sexgamesx.com
- ipadsexgames.com
- porngamesapp.com
- porngames.cc
- porngames.zone
- sexgamescc.com
- comicsporn.me
- xlecx.com
- kingcomix.com
- savitahd.net
- bestporncomix.com
- tenmanga.com
- ninemanga.com
- mangabat.com
- isekaiscan.com
- wiemanga.com
- fanfox.net
- mangaeden.com
- mangahere.cc
- manganelo.com
- komikstation.com
- hennojin.com
- imgbox.com
- mangahentai.me
- manhwahentai.me
- boyslove.me
- freecomiconline.me
- freewebtooncoins.com
- mangabob.com
- manganeloteam.com
- mangatx.com
- toomics.com
- 365manga.com
- mangainn.net
- lovehug.net
- manga3s.com
- manhuas.net
- twhentai.com
- lectortmo.com
- mangairo.com
- mangatoon.mobi
- readm.org
- rawdevart.com
- the-simpsonsporn.com
- bobsvagene.club
- readmng.com
- kisslove.net
- taadd.com
- hentaikun.com
- nhentai.xxx
- nhentai.io
- hentai.desi
- xxxmilftoon.com
- xxxcartoonpic.com
- overwatchporn.pro
- porncomix.pro
- heaventoon.com
- readfreecomics.com
- mangaread.co
- porncomixinfo.net
- funmanga.com
- mangakakalots.com
- manga4life.com
- comixzilla.com
- mult34.com
- joyhentai.com
- 8muses.com/forum
- hentaixxxpic.com
- comicsporn.pro
- fadadosexo.com
- terceiroz.com
- xxxtoonpic.com
- hentaihome.net
- seuhentai.com
- superhentai.blog
- hentaixxx.me
- hentai-img.com
- hentaipornpic.com
- 3dhentaicomics.com
- xxxcomicsex.com
- comicsarmy.com
- xxxcomixporn.com
- hentaicomics.me
- imagearn.com

You must pass the URL to the album for the program to download it!

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance61

Regular maintenance activity

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~19 days

Recently: every ~61 days

Total

76

Last Release

1660d ago

Major Versions

0.8.4 → 1.0.02018-12-27

PHP version history (2 changes)0.7.0PHP ^7.1

1.21.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2da54bd9b281d016477dc5c7224e7da8622e73bd4c47d14914b5d663370ac70?d=identicon)[jaymoulin](/maintainers/jaymoulin)

---

Top Contributors

[![jaymoulin](https://avatars.githubusercontent.com/u/14236493?v=4)](https://github.com/jaymoulin "jaymoulin (990 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1 commits)")

---

Tags

dockerdocker-imagedownloadereasy-to-usehentaihentai-downloadermultiarchphpphp-cliraspberryraspberry-piraspberry-pi-3raspberrypisitesite-downloader

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jaymoulin-yamete/health.svg)

```
[![Health](https://phpackages.com/badges/jaymoulin-yamete/health.svg)](https://phpackages.com/packages/jaymoulin-yamete)
```

###  Alternatives

[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[typo3/surf

TYPO3 Surf is a deployment tool, suited for a wide variety of applications

104268.1k14](/packages/typo3-surf)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
