PHPackages                             loostie/yummy-dl - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. loostie/yummy-dl

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

loostie/yummy-dl
================

Provides a simple way to fetch data for videos on adult sites

v1.0.1(3y ago)211PHPPHP ^8.0

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/defnotloostie/Yummy-DL)[ Packagist](https://packagist.org/packages/loostie/yummy-dl)[ RSS](/packages/loostie-yummy-dl/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

YummyDL
=======

[](#yummydl)

YummyDL provides a simple way to fetch video-data on adult websites

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

[](#installation)

The best way to obtain YummyDL is to download it using composer

```
composer require loostie/yummy-dl
```

Usage
-----

[](#usage)

To keep everything simple all sites will return the same object, which will look like this:

```
{
    ["found"] => bool,
    ["vidLink"] => string,
    ["thumbnail"] => string,
    ["title"] => string,
    ["tags"] => array

}
```

If the video data for some reason could not be retrieved, all of the above will be `false`

### Example

[](#example)

```
