Download the PHP package jaymoulin/yamete without Composer

On this page you can find all versions of the php package jaymoulin/yamete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yamete

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

latest release Docker Pulls Docker stars PayPal donation Buy me a coffee Buy me a coffee

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?

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

If we trust 2019 or 2018 Pornhub stats (https://www.pornhub.com/insights/women-of-the-world, https://www.pornhub.com/insights/2018-year-in-review), 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

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 run --rm -ti -v </path/to/downloads>:/root/downloads jaymoulin/yamete download [...]

Composer

composer require jaymoulin/yamete

Usage

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

-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

Downloads

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

Docker

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

see usage to complete [...]

with \</path/to/downloads> 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: https://docs.docker.com/engine/reference/commandline/exec/#options)

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

To build this image locally

Supported sites

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

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


All versions of yamete with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-zip Version ^1.13
ext-gd Version *
paquettg/php-html-parser Version ^3.1.1
guzzlehttp/guzzle Version ^7.2
symfony/console Version ^5.0
crodas/class-info Version ^0.2.3
caseyamcl/guzzle_retry_middleware Version ^2.0
setasign/fpdf Version ^1.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jaymoulin/yamete contains the following files

Loading the files please wait ....