Update
This commit is contained in:
@@ -55,6 +55,7 @@ class MemeMedia extends Model
|
||||
'name',
|
||||
'description',
|
||||
'keywords',
|
||||
'group',
|
||||
'mov_uuid',
|
||||
'webm_uuid',
|
||||
'gif_uuid',
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"laravel/socialite": "^5.21",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"league/flysystem-aws-s3-v3": "^3.0",
|
||||
"maatwebsite/excel": "^3.1",
|
||||
"pbmedia/laravel-ffmpeg": "^8.7",
|
||||
"pgvector/pgvector": "^0.2.2",
|
||||
"spatie/laravel-responsecache": "^7.7",
|
||||
|
||||
674
composer.lock
generated
674
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ecff179adc53ee04811bc89973ebe7f5",
|
||||
"content-hash": "2ec5e47e5246683315eb1f220ccd493b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "artesaos/seotools",
|
||||
@@ -357,6 +357,166 @@
|
||||
],
|
||||
"time": "2024-02-09T16:56:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/pcre",
|
||||
"version": "3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/pcre.git",
|
||||
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
||||
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpstan/phpstan": "<1.11.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.12 || ^2",
|
||||
"phpstan/phpstan-strict-rules": "^1 || ^2",
|
||||
"phpunit/phpunit": "^8 || ^9"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"phpstan": {
|
||||
"includes": [
|
||||
"extension.neon"
|
||||
]
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Composer\\Pcre\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jordi Boggiano",
|
||||
"email": "j.boggiano@seld.be",
|
||||
"homepage": "http://seld.be"
|
||||
}
|
||||
],
|
||||
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
||||
"keywords": [
|
||||
"PCRE",
|
||||
"preg",
|
||||
"regex",
|
||||
"regular expression"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/composer/pcre/issues",
|
||||
"source": "https://github.com/composer/pcre/tree/3.3.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://packagist.com",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/composer",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-12T16:29:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/semver",
|
||||
"version": "3.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/semver.git",
|
||||
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
|
||||
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3.2 || ^7.0 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.11",
|
||||
"symfony/phpunit-bridge": "^3 || ^7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Composer\\Semver\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nils Adermann",
|
||||
"email": "naderman@naderman.de",
|
||||
"homepage": "http://www.naderman.de"
|
||||
},
|
||||
{
|
||||
"name": "Jordi Boggiano",
|
||||
"email": "j.boggiano@seld.be",
|
||||
"homepage": "http://seld.be"
|
||||
},
|
||||
{
|
||||
"name": "Rob Bast",
|
||||
"email": "rob.bast@gmail.com",
|
||||
"homepage": "http://robbast.nl"
|
||||
}
|
||||
],
|
||||
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
||||
"keywords": [
|
||||
"semantic",
|
||||
"semver",
|
||||
"validation",
|
||||
"versioning"
|
||||
],
|
||||
"support": {
|
||||
"irc": "ircs://irc.libera.chat:6697/composer",
|
||||
"issues": "https://github.com/composer/semver/issues",
|
||||
"source": "https://github.com/composer/semver/tree/3.4.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://packagist.com",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/composer",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-19T14:15:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
"version": "v3.0.3",
|
||||
@@ -779,6 +939,67 @@
|
||||
},
|
||||
"time": "2023-08-08T05:53:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ezyang/htmlpurifier",
|
||||
"version": "v4.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ezyang/htmlpurifier.git",
|
||||
"reference": "cb56001e54359df7ae76dc522d08845dc741621b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
|
||||
"reference": "cb56001e54359df7ae76dc522d08845dc741621b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"cerdic/css-tidy": "^1.7 || ^2.0",
|
||||
"simpletest/simpletest": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
||||
"ext-bcmath": "Used for unit conversion and imagecrash protection",
|
||||
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
||||
"ext-tidy": "Used for pretty-printing HTML"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"library/HTMLPurifier.composer.php"
|
||||
],
|
||||
"psr-0": {
|
||||
"HTMLPurifier": "library/"
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/library/HTMLPurifier/Language/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-2.1-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Edward Z. Yang",
|
||||
"email": "admin@htmlpurifier.org",
|
||||
"homepage": "http://ezyang.com"
|
||||
}
|
||||
],
|
||||
"description": "Standards compliant HTML filter written in PHP",
|
||||
"homepage": "http://htmlpurifier.org/",
|
||||
"keywords": [
|
||||
"html"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
||||
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
|
||||
},
|
||||
"time": "2024-11-01T03:51:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
"version": "v6.11.1",
|
||||
@@ -3043,6 +3264,272 @@
|
||||
],
|
||||
"time": "2024-12-08T08:18:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maatwebsite/excel",
|
||||
"version": "3.1.64",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/SpartnerNL/Laravel-Excel.git",
|
||||
"reference": "e25d44a2d91da9179cd2d7fec952313548597a79"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/e25d44a2d91da9179cd2d7fec952313548597a79",
|
||||
"reference": "e25d44a2d91da9179cd2d7fec952313548597a79",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer/semver": "^3.3",
|
||||
"ext-json": "*",
|
||||
"illuminate/support": "5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0||^12.0",
|
||||
"php": "^7.0||^8.0",
|
||||
"phpoffice/phpspreadsheet": "^1.29.9",
|
||||
"psr/simple-cache": "^1.0||^2.0||^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/scout": "^7.0||^8.0||^9.0||^10.0",
|
||||
"orchestra/testbench": "^6.0||^7.0||^8.0||^9.0||^10.0",
|
||||
"predis/predis": "^1.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": {
|
||||
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
|
||||
},
|
||||
"providers": [
|
||||
"Maatwebsite\\Excel\\ExcelServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Maatwebsite\\Excel\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Patrick Brouwers",
|
||||
"email": "patrick@spartner.nl"
|
||||
}
|
||||
],
|
||||
"description": "Supercharged Excel exports and imports in Laravel",
|
||||
"keywords": [
|
||||
"PHPExcel",
|
||||
"batch",
|
||||
"csv",
|
||||
"excel",
|
||||
"export",
|
||||
"import",
|
||||
"laravel",
|
||||
"php",
|
||||
"phpspreadsheet"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
|
||||
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.64"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://laravel-excel.com/commercial-support",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/patrickbrouwers",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-24T11:12:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maennchen/zipstream-php",
|
||||
"version": "3.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/maennchen/ZipStream-PHP.git",
|
||||
"reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/aeadcf5c412332eb426c0f9b4485f6accba2a99f",
|
||||
"reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"ext-zlib": "*",
|
||||
"php-64bit": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"brianium/paratest": "^7.7",
|
||||
"ext-zip": "*",
|
||||
"friendsofphp/php-cs-fixer": "^3.16",
|
||||
"guzzlehttp/guzzle": "^7.5",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"php-coveralls/php-coveralls": "^2.5",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"vimeo/psalm": "^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"guzzlehttp/psr7": "^2.4",
|
||||
"psr/http-message": "^2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ZipStream\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Paul Duncan",
|
||||
"email": "pabs@pablotron.org"
|
||||
},
|
||||
{
|
||||
"name": "Jonatan Männchen",
|
||||
"email": "jonatan@maennchen.ch"
|
||||
},
|
||||
{
|
||||
"name": "Jesse Donat",
|
||||
"email": "donatj@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "András Kolesár",
|
||||
"email": "kolesar@kolesar.hu"
|
||||
}
|
||||
],
|
||||
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
||||
"keywords": [
|
||||
"stream",
|
||||
"zip"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
||||
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/maennchen",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-27T12:07:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "markbaker/complex",
|
||||
"version": "3.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
||||
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||||
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||||
"phpcompatibility/php-compatibility": "^9.3",
|
||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Complex\\": "classes/src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mark Baker",
|
||||
"email": "mark@lange.demon.co.uk"
|
||||
}
|
||||
],
|
||||
"description": "PHP Class for working with complex numbers",
|
||||
"homepage": "https://github.com/MarkBaker/PHPComplex",
|
||||
"keywords": [
|
||||
"complex",
|
||||
"mathematics"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
||||
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
||||
},
|
||||
"time": "2022-12-06T16:21:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "markbaker/matrix",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MarkBaker/PHPMatrix.git",
|
||||
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
||||
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||||
"phpcompatibility/php-compatibility": "^9.3",
|
||||
"phpdocumentor/phpdocumentor": "2.*",
|
||||
"phploc/phploc": "^4.0",
|
||||
"phpmd/phpmd": "2.*",
|
||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
"sebastian/phpcpd": "^4.0",
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Matrix\\": "classes/src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mark Baker",
|
||||
"email": "mark@demon-angel.eu"
|
||||
}
|
||||
],
|
||||
"description": "PHP Class for working with matrices",
|
||||
"homepage": "https://github.com/MarkBaker/PHPMatrix",
|
||||
"keywords": [
|
||||
"mathematics",
|
||||
"matrix",
|
||||
"vector"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
||||
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
||||
},
|
||||
"time": "2022-12-02T22:17:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "masterminds/html5",
|
||||
"version": "2.9.0",
|
||||
@@ -4110,6 +4597,112 @@
|
||||
},
|
||||
"time": "2025-04-01T20:36:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/phpspreadsheet",
|
||||
"version": "1.29.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||||
"reference": "05b6c4378ddf3e81b460ea645c42b46432c0db25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/05b6c4378ddf3e81b460ea645c42b46432c0db25",
|
||||
"reference": "05b6c4378ddf3e81b460ea645c42b46432c0db25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer/pcre": "^1||^2||^3",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-xmlreader": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"ext-zip": "*",
|
||||
"ext-zlib": "*",
|
||||
"ezyang/htmlpurifier": "^4.15",
|
||||
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
||||
"markbaker/complex": "^3.0",
|
||||
"markbaker/matrix": "^3.0",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
||||
"dompdf/dompdf": "^1.0 || ^2.0 || ^3.0",
|
||||
"friendsofphp/php-cs-fixer": "^3.2",
|
||||
"mitoteam/jpgraph": "^10.3",
|
||||
"mpdf/mpdf": "^8.1.1",
|
||||
"phpcompatibility/php-compatibility": "^9.3",
|
||||
"phpstan/phpstan": "^1.1",
|
||||
"phpstan/phpstan-phpunit": "^1.0",
|
||||
"phpunit/phpunit": "^8.5 || ^9.0",
|
||||
"squizlabs/php_codesniffer": "^3.7",
|
||||
"tecnickcom/tcpdf": "^6.5"
|
||||
},
|
||||
"suggest": {
|
||||
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||||
"ext-intl": "PHP Internationalization Functions",
|
||||
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
||||
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||||
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maarten Balliauw",
|
||||
"homepage": "https://blog.maartenballiauw.be"
|
||||
},
|
||||
{
|
||||
"name": "Mark Baker",
|
||||
"homepage": "https://markbakeruk.net"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre",
|
||||
"homepage": "https://rootslabs.net"
|
||||
},
|
||||
{
|
||||
"name": "Erik Tilt"
|
||||
},
|
||||
{
|
||||
"name": "Adrien Crivelli"
|
||||
}
|
||||
],
|
||||
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||||
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
||||
"keywords": [
|
||||
"OpenXML",
|
||||
"excel",
|
||||
"gnumeric",
|
||||
"ods",
|
||||
"php",
|
||||
"spreadsheet",
|
||||
"xls",
|
||||
"xlsx"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.11"
|
||||
},
|
||||
"time": "2025-06-23T01:22:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoption/phpoption",
|
||||
"version": "1.9.3",
|
||||
@@ -8890,85 +9483,6 @@
|
||||
],
|
||||
"time": "2025-03-24T13:50:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/pcre",
|
||||
"version": "3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/pcre.git",
|
||||
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
||||
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpstan/phpstan": "<1.11.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.12 || ^2",
|
||||
"phpstan/phpstan-strict-rules": "^1 || ^2",
|
||||
"phpunit/phpunit": "^8 || ^9"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"phpstan": {
|
||||
"includes": [
|
||||
"extension.neon"
|
||||
]
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Composer\\Pcre\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jordi Boggiano",
|
||||
"email": "j.boggiano@seld.be",
|
||||
"homepage": "http://seld.be"
|
||||
}
|
||||
],
|
||||
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
||||
"keywords": [
|
||||
"PCRE",
|
||||
"preg",
|
||||
"regex",
|
||||
"regular expression"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/composer/pcre/issues",
|
||||
"source": "https://github.com/composer/pcre/tree/3.3.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://packagist.com",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/composer",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-12T16:29:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "4.2.3",
|
||||
|
||||
BIN
database/.DS_Store
vendored
Normal file
BIN
database/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('meme_medias', function (Blueprint $table) {
|
||||
$table->integer('group')->nullable()->after('id');
|
||||
$table->index('group');
|
||||
});
|
||||
|
||||
// Update existing records to be labeled as 'g1'
|
||||
DB::table('meme_medias')->whereNull('group')->update(['group' => 1]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('meme_medias', function (Blueprint $table) {
|
||||
$table->dropIndex(['group']);
|
||||
$table->dropColumn('group');
|
||||
});
|
||||
}
|
||||
};
|
||||
BIN
database/seeders/.DS_Store
vendored
Normal file
BIN
database/seeders/.DS_Store
vendored
Normal file
Binary file not shown.
342
database/seeders/G2MemeMediaSeeder.php
Normal file
342
database/seeders/G2MemeMediaSeeder.php
Normal file
@@ -0,0 +1,342 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* MemeMediaSeeder - Simple Laravel Seeder
|
||||
*
|
||||
* Usage: php artisan db:seed --class=MemeMediaSeeder
|
||||
*
|
||||
* Setup:
|
||||
* 1. Place webm_metadata.csv in: database/seeders/data/webm_metadata.csv
|
||||
* 2. Run: php artisan db:seed --class=MemeMediaSeeder
|
||||
*
|
||||
* What it does:
|
||||
* - Reads 223 meme records from CSV
|
||||
* - Creates 4 MediaEngine entries per meme (webm, mov, webp, gif)
|
||||
* - Creates MemeMedia records with all UUIDs and URLs
|
||||
* - Uses save_url mode for fast CDN references
|
||||
* - Processes each record individually without transactions
|
||||
*/
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use App\Helpers\FirstParty\AI\CloudflareAI;
|
||||
use App\Helpers\FirstParty\Maintenance\MemeMediaMaintenance;
|
||||
use App\Helpers\FirstParty\MediaEngine\MediaEngine;
|
||||
use App\Models\MediaCollection;
|
||||
use App\Models\MemeMedia;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Log;
|
||||
use Maatwebsite\Excel\Facades\Excel;
|
||||
|
||||
class G2MemeMediaSeeder extends Seeder
|
||||
{
|
||||
private const CDN_BASE_URL = 'https://cdn.memefa.st/g2';
|
||||
|
||||
private const FORMATS = [
|
||||
'webm' => ['ext' => 'webm', 'mime' => 'video/webm'],
|
||||
'mov' => ['ext' => 'mov', 'mime' => 'video/quicktime'],
|
||||
'webp' => ['ext' => 'webp', 'mime' => 'image/webp'],
|
||||
'gif' => ['ext' => 'gif', 'mime' => 'image/gif'],
|
||||
];
|
||||
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$this->command->info('🚀 Starting meme media import...');
|
||||
|
||||
// Ensure media collection exists
|
||||
$this->ensureMediaCollectionExists();
|
||||
|
||||
// Read CSV file
|
||||
$csv_path = database_path('seeders/data/g2.csv');
|
||||
$meme_data = $this->parseCsvFile($csv_path);
|
||||
|
||||
$this->command->info('📊 Found ' . count($meme_data) . ' memes to import');
|
||||
|
||||
// Process records individually for PostgreSQL compatibility
|
||||
$total_processed = 0;
|
||||
$total_skipped = 0;
|
||||
$total_failed = 0;
|
||||
|
||||
foreach ($meme_data as $index => $meme_record) {
|
||||
$this->command->info('Processing ' . ($index + 1) . '/' . count($meme_data) . ': ' . $meme_record['filename']);
|
||||
|
||||
// Skip empty or malformed records
|
||||
if (empty($meme_record['filename']) || empty($meme_record['type']) || empty($meme_record['name'])) {
|
||||
$this->command->warn("⏭️ Skipping malformed CSV record at line " . ($index + 1) . ": missing filename, type, or name");
|
||||
$total_skipped++;
|
||||
continue;
|
||||
}
|
||||
|
||||
$meme_record['keywords'] = $this->stringToCleanArray($meme_record['keywords']);
|
||||
|
||||
try {
|
||||
// Check for duplicates OUTSIDE of transaction
|
||||
$base_filename = pathinfo($meme_record['filename'], PATHINFO_FILENAME);
|
||||
|
||||
if ($this->isDuplicate($base_filename)) {
|
||||
$this->command->warn("⏭️ Skipping existing: {$meme_record['filename']} ({$meme_record['name']})");
|
||||
$total_skipped++;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
// Process single meme
|
||||
$result = $this->importSingleMeme($meme_record);
|
||||
|
||||
if ($result) {
|
||||
$total_processed++;
|
||||
if ($total_processed % 10 === 0) {
|
||||
$this->command->info("✅ Processed {$total_processed} memes...");
|
||||
}
|
||||
} else {
|
||||
$this->command->error("❌ Failed to import: {$meme_record['filename']} - Import returned false");
|
||||
$this->command->error("🛑 Halting seeder to investigate the issue");
|
||||
throw new \RuntimeException("Import failed for {$meme_record['filename']}");
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
$this->command->error("❌ Failed to import: {$meme_record['filename']} - {$e->getMessage()}");
|
||||
$this->command->error("🛑 Halting seeder to investigate the issue");
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
// Summary
|
||||
$this->command->info("\n🎯 Import Summary:");
|
||||
$this->command->info("✅ Successfully imported: {$total_processed} memes");
|
||||
if ($total_skipped > 0) {
|
||||
$this->command->info("⏭️ Skipped (existing): {$total_skipped} memes");
|
||||
}
|
||||
if ($total_failed > 0) {
|
||||
$this->command->error("❌ Failed: {$total_failed} memes");
|
||||
}
|
||||
|
||||
$total_media_records = $total_processed * 4;
|
||||
$this->command->info("📊 Created {$total_media_records} media records and {$total_processed} meme_media records");
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if meme already exists (outside transaction)
|
||||
*/
|
||||
private function isDuplicate(string $base_filename): bool
|
||||
{
|
||||
try {
|
||||
return MemeMedia::where('webm_url', 'like', "%/{$base_filename}.webm")
|
||||
->where('group', 2)
|
||||
->exists();
|
||||
} catch (\Exception $e) {
|
||||
$this->command->warn("⚠️ Could not check duplicate for {$base_filename}: {$e->getMessage()}");
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse CSV file and return array of meme data
|
||||
*/
|
||||
private function parseCsvFile(string $csv_path): array
|
||||
{
|
||||
if (! file_exists($csv_path)) {
|
||||
throw new \RuntimeException("CSV file not found: {$csv_path}");
|
||||
}
|
||||
|
||||
// Use Laravel Excel to parse CSV with proper handling of multi-line fields
|
||||
$collection = Excel::toCollection(null, $csv_path)->first();
|
||||
|
||||
if ($collection->isEmpty()) {
|
||||
throw new \RuntimeException("CSV file is empty or could not be parsed");
|
||||
}
|
||||
|
||||
// Get headers from first row
|
||||
$headers = $collection->first()->toArray();
|
||||
|
||||
// Convert remaining rows to associative arrays
|
||||
$meme_data = [];
|
||||
foreach ($collection->skip(1) as $row) {
|
||||
$row_array = $row->toArray();
|
||||
|
||||
// Skip empty rows
|
||||
if (empty(array_filter($row_array))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Ensure row has same number of columns as headers
|
||||
if (count($row_array) === count($headers)) {
|
||||
$record = array_combine($headers, $row_array);
|
||||
$meme_data[] = $record;
|
||||
}
|
||||
}
|
||||
|
||||
return $meme_data;
|
||||
}
|
||||
|
||||
private function stringToCleanArray($string)
|
||||
{
|
||||
// Split by comma, clean each element, and filter empty ones
|
||||
return array_filter(array_map(function ($item) {
|
||||
$item = trim($item); // Remove whitespace
|
||||
$item = preg_replace('/[^\w\s]/', '', $item); // Remove punctuation
|
||||
|
||||
return trim(preg_replace('/\s+/', ' ', $item)); // Clean extra spaces
|
||||
}, explode(',', $string)), function ($value) {
|
||||
return $value !== '';
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Import a single meme with all its formats
|
||||
*/
|
||||
private function importSingleMeme(array $meme_record): bool
|
||||
{
|
||||
try {
|
||||
// Extract base filename (remove .webm extension)
|
||||
$base_filename = pathinfo($meme_record['filename'], PATHINFO_FILENAME);
|
||||
|
||||
$media_uuids = [];
|
||||
$media_urls = [];
|
||||
|
||||
// Create MediaEngine entries for each format
|
||||
foreach (self::FORMATS as $format => $config) {
|
||||
$url = $this->generateCdnUrl($base_filename, $config['ext']);
|
||||
|
||||
try {
|
||||
// Create media entry using save_url mode
|
||||
$media = MediaEngine::addMedia(
|
||||
'temps', // Media collection key
|
||||
$meme_record['type'], // video or image
|
||||
'system_uploaded', // Media source
|
||||
'meme_cdn', // Media provider
|
||||
null, // No file content
|
||||
$url, // CDN URL
|
||||
'save_url', // Mode: just save URL reference
|
||||
null, // Auto-generate filename
|
||||
'r2', // Disk (not used for URL mode)
|
||||
trim($meme_record['name']) . " ({$format})", // Name with format
|
||||
null, // No specific user
|
||||
$config['mime'] // MIME type
|
||||
);
|
||||
|
||||
$media_uuids[$format . '_uuid'] = $media->uuid;
|
||||
$media_urls[$format . '_url'] = $url;
|
||||
} catch (\Exception $e) {
|
||||
$this->command->error("Failed to create {$format} media for {$meme_record['filename']}: {$e->getMessage()}");
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
//dump($meme_record);
|
||||
|
||||
// // Generate embedding
|
||||
// try {
|
||||
// $embedding = CloudflareAI::getVectorEmbeddingBgeSmall(
|
||||
// $meme_record['name'] . ' ' . $meme_record['description'] . ' ' . implode(' ', $meme_record['keywords'])
|
||||
// );
|
||||
// } catch (\Exception $e) {
|
||||
// $this->command->warn("Failed to generate embedding for {$meme_record['filename']}: {$e->getMessage()}");
|
||||
// $embedding = null; // Continue without embedding
|
||||
// }
|
||||
|
||||
//dd($embedding);
|
||||
|
||||
// Check if record exists one more time within transaction
|
||||
$existing_meme = MemeMedia::where('original_id', $meme_record['filename'])
|
||||
->where('group', 2)
|
||||
->first();
|
||||
|
||||
if ($existing_meme) {
|
||||
$this->command->warn("Record already exists for {$meme_record['filename']}, skipping...");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Check for null description before creating record
|
||||
if ($meme_record['description'] === null) {
|
||||
$this->command->error("❌ NULL DESCRIPTION DETECTED:");
|
||||
$this->command->error(" Filename: {$meme_record['filename']}");
|
||||
$this->command->error(" Name: {$meme_record['name']}");
|
||||
$this->command->error(" Description field is NULL in CSV data");
|
||||
$this->command->error(" CSV row data: " . json_encode($meme_record));
|
||||
$this->command->error("🛑 HALTING SEEDER - FIX THE CSV DATA");
|
||||
throw new \RuntimeException("NULL description found for {$meme_record['filename']} - CSV data needs to be fixed");
|
||||
}
|
||||
|
||||
// Create MemeMedia record
|
||||
$meme_media = MemeMedia::create([
|
||||
'is_enabled' => true,
|
||||
'original_id' => $meme_record['filename'],
|
||||
'type' => $meme_record['type'],
|
||||
'sub_type' => $meme_record['sub_type'],
|
||||
'name' => trim($meme_record['name']),
|
||||
'description' => $meme_record['description'],
|
||||
'keywords' => $meme_record['keywords'],
|
||||
'group' => 2,
|
||||
|
||||
// UUIDs from MediaEngine
|
||||
'mov_uuid' => $media_uuids['mov_uuid'],
|
||||
'webm_uuid' => $media_uuids['webm_uuid'],
|
||||
'gif_uuid' => $media_uuids['gif_uuid'],
|
||||
'webp_uuid' => $media_uuids['webp_uuid'],
|
||||
|
||||
// Direct CDN URLs
|
||||
'mov_url' => $media_urls['mov_url'],
|
||||
'webm_url' => $media_urls['webm_url'],
|
||||
'gif_url' => $media_urls['gif_url'],
|
||||
'webp_url' => $media_urls['webp_url'],
|
||||
]);
|
||||
|
||||
$meme_media->duration = MemeMediaMaintenance::getDurationUsingFfmpeg($meme_media);
|
||||
//$meme_media->embedding = $embedding;
|
||||
$meme_media->save();
|
||||
|
||||
// Add keywords as tags
|
||||
$this->attachKeywordsAsTags($meme_media, $meme_record['keywords']);
|
||||
|
||||
$this->command->info('✅ Imported: ' . trim($meme_record['name']));
|
||||
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
$this->command->error("Error importing {$meme_record['filename']}: {$e->getMessage()}");
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
private function attachKeywordsAsTags(MemeMedia $meme_media, array $keywords): void
|
||||
{
|
||||
try {
|
||||
$meme_media->attachTags($keywords, 'meme_media');
|
||||
} catch (\Exception $e) {
|
||||
$this->command->warn("Failed to attach tags to meme media '{$meme_media->name}': " . $e->getMessage());
|
||||
Log::warning('Failed to attach tags', [
|
||||
'category_id' => $meme_media->id,
|
||||
'keywords' => $keywords,
|
||||
'error' => $e->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate CDN URL for specific format
|
||||
*/
|
||||
private function generateCdnUrl(string $base_filename, string $extension): string
|
||||
{
|
||||
return self::CDN_BASE_URL . "/{$extension}/{$base_filename}.{$extension}";
|
||||
}
|
||||
|
||||
/**
|
||||
* Ensure the temps media collection exists
|
||||
*/
|
||||
private function ensureMediaCollectionExists(): void
|
||||
{
|
||||
$collection = MediaCollection::firstOrCreate([
|
||||
'key' => 'temps',
|
||||
], [
|
||||
'name' => 'Temp Files',
|
||||
'description' => 'Temporary and external file references',
|
||||
'is_system' => true,
|
||||
]);
|
||||
|
||||
$this->command->info("📁 Using media collection: {$collection->key}");
|
||||
}
|
||||
}
|
||||
737
database/seeders/data/g2.csv
Normal file
737
database/seeders/data/g2.csv
Normal file
@@ -0,0 +1,737 @@
|
||||
"filename","type","sub_type","name","description","audio_description","keywords","media_1_mime_type"
|
||||
"100-of-me-dgaf.webm","video","overlay","100 Percent of Me Don’t Give a F**","A lady reported humurously reporting a recent study of her not giving a f**k","","idfag,i don’t give a f","video/webm"
|
||||
"40-cents.webm","video","overlay","40 Cents","Guy looks around to see no one’s around, lowers the phone brightness to prevent others from seeing the app, only to be seen by another guy that he has only 40 cents left","","40 cents,not enough money,savings","video/webm"
|
||||
"5-witches-slay-walk.webm","video","overlay","5 Witches Slay Walk","5 witch ladies, walks dramatically in slow motion, slaying","","slay,dramatic entrance,ladies,witch","video/webm"
|
||||
"50-cent-i-cant-believe-that.webm","video","overlay","50 Cent I Can’t Believe I Did That","Artist 50 Cent said “I can’t believe I did that, I’m so stupid, I don’t know what I was thinking""","","i can’t believe i did that,i’m so stupid,i don’t know what i was thinking,50 cent","video/webm"
|
||||
"7-bucks.webm","video","overlay","7 Bucks","3 guys, one guy counting the money, and confronted another guy for giving only 7 bucks, presumably not enough money received","","are you fucking serious,not enough money,7 bucks","video/webm"
|
||||
"a-wow-wow.webm","video","overlay","Oh Wow-wow","A guy saying wow, like i care","","like i care,i don’t care","video/webm"
|
||||
"aaron-pierre-mufasa.webm","video","overlay","Aaron Pierre That's Mufasa","Actor Aaron Pierre dance to a crowd chanting and clapping to ""Aaron Pierre That's Mufasa""","","vibe,aaron pierra,mufasa,moves","video/webm"
|
||||
"adin-ross-vs-ishowspeed.webm","video","overlay","Adin Ross vs iShowSpeed","Adin Ross and iShowSpeed in a wrestling match, iShowSpeed manages to choke out Adin Ross","","wrestle,ishowspeed,adin ross,match,wrestling","video/webm"
|
||||
"adventure-character-dancing.webm","video","overlay","Adventure Time Finn Dancing","Finn the Human from Adventure Time cartoon doing a dance","","dance,moves,finn the human,adventure time","video/webm"
|
||||
"african-50-cent.webm","video","overlay","African 50 Cent","African man wearing large chains with locks, walks in style to 50 Cent’s song P.I.M.P","","50 cent,african,cool,snoop dogg","video/webm"
|
||||
"ahahah-damn-laugh.webm","video","overlay","Ahahaha Damn Laugh","A man laughs hysterically, and says damn","","haha,hahaha","video/webm"
|
||||
"ai-cat-and-baby-laugh.webm","video","overlay","AI Cat & Baby Laugh","AI-animation of a cat and baby laughs together","","cat,baby,cheerful,happy","video/webm"
|
||||
"ai-cat-drinking-beer.webm","video","overlay","AI Cat Drinking Beer","AI animation of a cat holding a cup of beer, drinks and laughs hysterically","","cat,beer,cat drinking beer,chill,laugh","video/webm"
|
||||
"ai-cat-playing-accordion-jingle-bells.webm","video","overlay","AI Cat Playing Accordion Jingle Bells","AI-animated cat, wearing a santa hat, plays accordion to the song “Jingle Bells""","","cat,santa,christmas,accordion,jingle bells","video/webm"
|
||||
"ai-cat-playing-guitar-in-riding-horse.webm","video","overlay","Cat Playing Guitar and Riding Horse","Cat wearing a black eye mask, rides on a moving horse","","cat,guitar,horse,playing,riding,escape","video/webm"
|
||||
"ai-cat-playing-guitar.webm","video","overlay","Cat Playing Guitar","AI-animated cat playing a guitar","","cat,guitar,playing","video/webm"
|
||||
"ai-dog-running-on-treadmill.webm","video","overlay","Dog Running On Treadmill","AI-animation of a dog wearing headband and sportswear, jogging on a threadmill","","dog,running,treadmill","video/webm"
|
||||
"ai-frog.webm","video","overlay","Frog Talking","Animation of a frog talking","","frog,talking","video/webm"
|
||||
"ai-kitten-playing-guitar-1.webm","video","overlay","Kitten Playing Guitar","AI-animation of a cat playing guitar to the song “Just the Two of Us""","","guitar,kitten,playing,chill,cat","video/webm"
|
||||
"ai-kitten-playing-guitar.webm","video","overlay","Kitten Playing Guitar","AI-animation of kitten playing guitar","","guitar,kitten,playing,cat","video/webm"
|
||||
"ai-monkey-working-on-keyboard-at-office.webm","video","overlay","Monkey Typing on a Keyboard at Office","Monkey wearing spectacles, wears an office badge, typing on a keyboard, working.","","keyboard,monkey,office,working,typing,computer,work","video/webm"
|
||||
"ai-puppy-and-cat-playing-guitar.webm","video","overlay","Puppy And Cat Playing Guitar","A puppy and a cat playing guitar together","","cat,guitar,playing,puppy,band,guitar band,dog","video/webm"
|
||||
"ai-wizard-cat-eating-pizza.webm","video","overlay","Wizard Cat Eating Pizza","Cat wearing a wizard hat, holding and eating pizza with its two paws","","cat,eating,pizza,wizard","video/webm"
|
||||
"ai-wizard-cat-with-sunflowers.webm","video","overlay","Wizard Cat With Sunflowers","Cat with wizard cat, magically spawns sunflowers on a stick it’s holding","","cat,sunflowers,wizard,magic","video/webm"
|
||||
"aint-no-party-like-a-diddy-party.webm","video","overlay","Aint No Party Like A Diddy Party","A person says “Everybody know ain’t no party like a diddy party so”, clapping sounds","","aint,diddy,party,man,bro","video/webm"
|
||||
"akward-dog.webm","video","overlay","Awkward Dog","Dog looking around awkwardly","","akward,dog,looking,finding,missing","video/webm"
|
||||
"ale-ale-halla.webm","video","overlay","Ale Ale Halla","A man with white hair, wearing black spectacles, shouts ""Ale Ale Halla""","","ale,halla,shouts,screams,stress,man","video/webm"
|
||||
"all-i-want-is-wine.webm","video","overlay","All I Want Is Wine","Girl popping champagne bottles to the song of “All I Want for Christmas""","","wine,christmas,champange,bottle,pop,woman,lady","video/webm"
|
||||
"altai-rave.webm","video","overlay","Kid Rave","A little girl rave dances to a hysterical song, cheerfully","","altai,rave,dance,hysterical,aiyo,cheerful,girl","video/webm"
|
||||
"amelia-dancing.webm","video","overlay","Amelia Dimoldenberg Dancing","Amelia Dimoldenberg holds a shaker instrument and dances to a tune","","amelia,dancing,shaker,lady","video/webm"
|
||||
"america-yaaa.webm","video","overlay","America Yaaa","Crydiaa says “America yaaa” and the rest says “hello""","","america,yaaa,Crydiaa,hello america,vtuber,youtuber","video/webm"
|
||||
"american-bad-ass.webm","video","overlay","American Bad Ass","An American man wearing a cap, pointing and completing a third party American by calling ‘bad ass'","","american,ass,bad,don’t give a shit,idgaf,i don’t care,man","video/webm"
|
||||
"ana-dance-with-me.webm","video","overlay","Ana Dance With Me","A lady (Ana de Armas), asks to be dance with","","dance,ana de armas,dance with me,lady,cuban,spanish","video/webm"
|
||||
"andrew-rizzing.webm","video","overlay","Andrew Garfield Rizzing","Andrew Garfield slowly looks towards you in slow motion, in a rizz and charismatic way","","rizzing,andrew garfield,charm,charimastic,celebrity","video/webm"
|
||||
"angry-cat-staring.webm","video","overlay","Angry Cat Staring","An angry cat stares at the camera, looking unimpressed","","angry,cat,staring,unimpressed","video/webm"
|
||||
"angry-dog.webm","video","overlay","Angry Dog","Angry dog growls and barks at the owner","","angry,dog,growl,bark","video/webm"
|
||||
"angry-doggie.webm","video","overlay","Angry Doggie","Angry dog argues with owner wh","","angry,doggie","video/webm"
|
||||
"angry-grandma-stupid-a-mf.webm","video","overlay","Angry Grandma Stupid Ass Mf","An angry grandma cursing someone or something","","angry,grandma,stupid,ass,motherf","video/webm"
|
||||
"angry-grandpa-wtf.webm","video","overlay","Angry Grandpa WTF","Angry grandpa minding own business and eating, looks towards someone and says “WTF?”","","angry,grandpa,wtf,minding own business","video/webm"
|
||||
"angry-penguin.webm","video","overlay","Angry Penguin","A crying penguin suddenly wipes off tears and starts scolding while waving arms angrily","","angry,penguin,upset,crying,scold","video/webm"
|
||||
"anime-ritual.webm","video","overlay","Summoning Ritual","Animation of a group summoning intensively until a monster is released","","ritual,summon,intenstive,monster","video/webm"
|
||||
"annatha-parthiyaa.webm","video","overlay","Annathi Pattaye","A man singings a vibe song that starts with “Annatha Pathiya","","annatha,parthiyaa,pathiya,man,singing,vibe,vibe music,Pattaye","video/webm"
|
||||
"annoyed-baby-1.webm","video","overlay","Annoyed Baby","Parent laughs at a baby, baby is annoyed from tasting something annoying","","annoyed,baby,parenting,irritated","video/webm"
|
||||
"annoyed-baby.webm","video","overlay","Annoyed Baby","Baby was peacefully drinking from milk bottled, startled by a sneeze, baby’s moment ruined
|
||||
","","annoyed,baby,startled,minding own business,ruined","video/webm"
|
||||
"annoyed-cat.webm","video","overlay","Annoyed Cat","A cat annoyed by terrible singing of ""Abracadabra Amor Oo Na Na""","","annoyed,cat,terrible singing,abracadabra,not impressed,unimpressed,noisy","video/webm"
|
||||
"annoyed-look.webm","video","overlay","Annoyed Look","A guy scrolls at phone, rolls eye, and looks annoyed","","annoyed,look,roll eye,scroll phone","video/webm"
|
||||
"anooyed-cat.webm","video","overlay","Annoyed Cat","Cat forced to wear a funny frog head cap, cat annoyed","","cat,annoyed,dressup","video/webm"
|
||||
"anthony-hopkins-dancing.webm","video","overlay","Anthony Hopkins Dancing","British actor Antony Hopkins dancing happily to a song","","dancing,happy,anthony hopkins,actor,celebrity","video/webm"
|
||||
"antman-and-thor-dancing.webm","video","overlay","Antman And Thor Dancing","Actor Paul Rudd and actor Chris Hemsworth does a hybrid between dance and exercise moves","","antman,dancing,thor,celebrity,actor,paul rudd,christ hemsworth","video/webm"
|
||||
"anything-you-can-dream-about-here-you-can-make-zero-limits.webm","video","overlay","Steve Minecraft Zero Limits","Steve (Jack Black) shares that anything you can dream, you can make","","jack black,zero limits,anything you can dream,minecraft,steve","video/webm"
|
||||
"ape-running-with-food.webm","video","overlay","Ape Running With Food","Ape hastily runs away, carrying alot of food","","ape,food,running","video/webm"
|
||||
"ape-side-eye.webm","video","overlay","Ape Side Eye","Ape gives a side eye","","ape,side eye,scorn,suspicion,disapproval,contempt","video/webm"
|
||||
"apple-guy-running.webm","video","overlay","Apple Guy Running","Apple VP of Software Engineering Craig Federighi does a dramatic run","","running,apple guy,apple,craig federighi,dramatic","video/webm"
|
||||
"are-you-cold-no.webm","video","overlay","Are You Cold No","Minion character stubornly insists not cold when being asked if it’s cold","","cold,stuborn,not cold","video/webm"
|
||||
"are-you-worried-dont-worry.webm","video","overlay","Are You Worried? Dont Worry","A guy with long hair walks and asks if you’re worried, and says don’t worry","","worry,are you worried,don’t worry","video/webm"
|
||||
"arguing-cats.webm","video","overlay","Arguing Cats","Two cats argues and fights","","arguing,cats,provoke,fight,cat","video/webm"
|
||||
"arguing-couple.webm","video","overlay","Arguing Couple","A guy looks stressed out, suddenly wife appears","","arguing,couple,stressed,wife,guy,tension","video/webm"
|
||||
"arguing-with-a-gorilla.webm","video","overlay","Arguing With A Gorilla","A man debates, argues, and tries to reason with a gorilla","","arguing,gorilla,debate,argue,reasoning,ape","video/webm"
|
||||
"ariana-n-cynthia-thank-you.webm","video","overlay","Ariana N Cynthia Thank You","‘Wicked’ Stars Cynthia Erivio & Ariana Grande wishes thank you","","wicked,celebrity,Cynthia Erivio,Ariana Grande,thank you","video/webm"
|
||||
"arnold-smashing-clay.webm","video","overlay","Arnold Smashing Clay","Arnold Schwarzenegger punches, smashes and folds clay","","clay,smashing,stress release,laundry,beat,Arnold Schwarzenegger,celebrity","video/webm"
|
||||
"arnold-staring.webm","video","overlay","Arnold Staring","Arnold Schwarzenegger stares intensely","","staring,arnold schwarzenegger,intense,stare,celebrity","video/webm"
|
||||
"ashton-hall-running.webm","video","overlay","Ashton Hall Running","Ashton Hall running, dramatic camera effects","","running,ashton hall,workout,dramatic,intense","video/webm"
|
||||
"austin-mcbroom-are-you-okay.webm","video","overlay","Austin Mcbroom Are You Okay","Austin Mcbroom suddenly spits water and asks if you’re okay","","Austin Mcbroom,are you okay,shock","video/webm"
|
||||
"avengers-eating.webm","video","overlay","Avengers Eating","Marvel Avengers team silently eating their meals quietly","","avengers,eating,bored,meal,food,marvel,terrible food","video/webm"
|
||||
"awkward-dance.webm","video","overlay","Awkward Dance","Guy does an awkward dance","","awkward,dance,beginner,guy,awkward dance","video/webm"
|
||||
"aye-aye-aye-dance.webm","video","overlay","Aye Aye Aye Aye Dance","Guy does aye dance","","aye,dance,aye aye,aye dance","video/webm"
|
||||
"baby-china.webm","video","overlay","Baby China","Chinese baby raps to a chinese hip hop song","","baby,china,hip hop,rap","video/webm"
|
||||
"baby-crying-1-mp4.webm","video","overlay","Baby Crying","Baby breaks into tears when parent asks if she’s okay","","baby,crying,tears,sad,are you okay,cute","video/webm"
|
||||
"baby-crying.webm","video","overlay","Baby Crying","Baby tries to sleep, presumably having nightmares, crying","","baby,crying,nightmare,cute,cries","video/webm"
|
||||
"baby-dont-hurt-me-stare.webm","video","overlay","Baby Dont Hurt Me Stare","Muscular guy stares charmingly, wears sunglasses and looks away","","stare,baby dont hurt me,charm,charming,cool,muscular,strong,exercise","video/webm"
|
||||
"baby-eye-roll.webm","video","overlay","Baby Eye Roll","Baby saws something and does an eye roll","","baby,eye roll,annoyed,disbelief,boredom,uninteresting","video/webm"
|
||||
"baby-fake-crying.webm","video","overlay","Baby Fake Crying","Baby does a fake cry after being rejected by mother","","baby,fake crying,crying,rejected,rejection,parenting","video/webm"
|
||||
"baby-on-laptop.webm","video","overlay","Baby On Laptop","Baby tries to hold and fumbles with a laptop","","baby,laptop,office,work,no idea","video/webm"
|
||||
"baby-penguin-walking.webm","video","overlay","Baby Penguin Walking","A cute baby penguin walking","","penguin,walking,cute,baby penguine","video/webm"
|
||||
"baby-picking-nose.webm","video","overlay","Baby Picking Nose","Baby picks nose and licks away with mouth","","baby,disgusting,booger,nose picking,cute","video/webm"
|
||||
"baby-raising-eyebrows.webm","video","overlay","Baby Raising Eyebrows","Baby charmingly raises eyebrow","","baby,raising eyebrows,charming,rizz","video/webm"
|
||||
"baby-reaction.webm","video","overlay","Baby Reaction to Car Engine","Baby looks surprised and impressed to the car revving engine sounds","","baby,reaction,car,revving,engine rev,impressed,wow","video/webm"
|
||||
"baby-waking-up-to-party.webm","video","overlay","Baby Waking Up To Party","Baby looks sleepy, but nods to the beats","","baby,party,beat drop,sleepy,drunk,music,club,dance,waking up","video/webm"
|
||||
"bad-boys-who-tf-are-you.webm","video","overlay","Bad Boys Who The Fuck Are You","A kid knocks on the door, a man opens door and answers “Who the fuck are you""","","door knock,intrusion,triggered,who the fuck are you,who are you","video/webm"
|
||||
"bad-hair-day.webm","video","overlay","Bad Hair Day","A kid girl is stressed out, messes up her hair","","bad hair day,frustrated,stress,hair mess,kid,girl","video/webm"
|
||||
"banana-slow-motion.webm","video","overlay","Banana Slow Motion","A person in a banana costume, does a reveal as the banana skin peels off","","banana,reveal,costume","video/webm"
|
||||
"bany-crawling.webm","video","overlay","Baby Crawling","Baby cheerfully crawls over","","crawling,baby,excited,happy,cheerful,impatient,eager","video/webm"
|
||||
"barking-man.webm","video","overlay","Barking Man","A man imitates a realistic, vicious, angry dog barking sound","","barking,man,vicious,angry,dog","video/webm"
|
||||
"bart-n-buddies-cruising.webm","video","overlay","Bart N Buddies Cruising","Bart Simpson cruising with their friends with a lowrider, in style","","bart,buddies,cruising,ride,new ride,lowrider,car","video/webm"
|
||||
"batman-dancing.webm","video","overlay","Batman Dancing","Animated batman does a booty twerk dance","","batman,dancing,booty,booty dance,sensual,sexy,twerk","video/webm"
|
||||
"batman-nasty-dance-trend.webm","video","overlay","Batman Nasty Dance Trend","Animated batman does a booty twerk dance on top of a car","","batman,dance,nasty,trend,sensual,sexy,twerk,booty","video/webm"
|
||||
"bear-dancing.webm","video","overlay","Bear Dancing","Bear pulling dance moves to a song","","bear,dancing,dance moves","video/webm"
|
||||
"bear-eating-carrot.webm","video","overlay","Bear Eating Carrot","Bear minds own business while eating a carrot","","bear,carrot,eating,hungry","video/webm"
|
||||
"bear-walking.webm","video","overlay","Bear Walking","Muscular bear walks in slow motion","","bear,walking,slow motion,rizz","video/webm"
|
||||
"beatboxing.webm","video","overlay","Beatboxing","A person asks if he has good information, guy starts beatboxing","","beatboxing,jibberish,not answering,wrong answers,inappropriate reply","video/webm"
|
||||
"beautiful-singing-echoing.webm","video","overlay","Beautiful Singing Echoing","Girl sings beautifully with echos around","","beautiful,echoing,singing,dramatic,epic,angelic,echo","video/webm"
|
||||
"beaver-wakes-up.webm","video","overlay","Beaver Wakes Up","Beaver sleeps, and wakes up","","beaver,wakes up,awake,bliss,interrupted,peaceful,interruption,annoyed","video/webm"
|
||||
"beetlejuice-ill-see-you-again.webm","video","overlay","Beetlejuice I'll See You Again","A heartfelt conversion between good friends / best friends, wishing good bye to each other.","","beetlejuice,best friend,see you again,bro,gentle soul,farewell,memorable,unforgettable,emotional,departure,goodbye","video/webm"
|
||||
"being-shy.webm","video","overlay","Being Shy","A girl saws someone (potentially hot guy), appears shy and looks away","","shy,hot guy,looks away","video/webm"
|
||||
"belly-dancer.webm","video","overlay","Belly Dancer","Girl does belly dancing","","girl,belly dancer","video/webm"
|
||||
"benny-hill-smiling.webm","video","overlay","Benny Hill Smiling","A man slowly looks to you and smiles","","smiling,benny hill","video/webm"
|
||||
"betelgeuse-youve-been-scrolling-for-a-long-time.webm","video","overlay","Betelgeuse Youve Been Scrolling For A Long Time","Betelgeuse asks you to put your phone down and get a life","","betelgeuse,doom scrolling,put your phone down,get a life,stop scrolling,no phone","video/webm"
|
||||
"beyonce-shocked-after-winning-award.webm","video","overlay","Beyonce Shocked Winning Award","Artist Beyonche shocked after winning an award.","","award,beyonce,shocked,winning,win award,won","video/webm"
|
||||
"big-dawgs-by-dog.webm","video","overlay","Big Dawgs Dog","Dog looking chill, in various camera angles","","dog,big dawgs,uh yeah,rizz,cool,chill","video/webm"
|
||||
"big-deer-ran-away.webm","video","overlay","Big Deer Ran Away","Kid cried beause a big deer ran away","","deer,ran away,crying,missed opportunity,missed out,lost a chance,missing chance","video/webm"
|
||||
"big-dude-tryna-shower-with-kai.webm","video","overlay","Big Dude Tryna Shower With Kai","A guy evading another big guy from shower","","big dude,shower,kai","video/webm"
|
||||
"big-foot-saxophone.webm","video","overlay","Big Foot Saxophone","Big Foot plays epic sax guy song using saxophone","","saxophone,big foot,epic sax guy","video/webm"
|
||||
"big-luggage.webm","video","overlay","Big Luggage","Lady carries a supersized luggage 2 to 3 times taller than her","","big,luggage,big luggage,travel","video/webm"
|
||||
"big-speaker.webm","video","overlay","Big Speaker","Lady carries a big boombox and dances","","speaker,boombox,big speaker,dance,lady","video/webm"
|
||||
"bike-wheelie.webm","video","overlay","Bike Wheelie","Guy does a wheely on a bike without front handle and front tires","","bike,wheelie,stunt,dangerous,guy","video/webm"
|
||||
"billi-concert-intro.webm","video","overlay","Billie Eilish Concert Intro","Artist Billie Eilish does a surprise reveal on her concert intro
|
||||
","","concert,intro,Billie Eilish,celebrity,artist,surprise reveal","video/webm"
|
||||
"billie-eilish-upset.webm","video","overlay","Billie Eilish Upset","Billie Eilish is upset","","billie,eilish,upset,celebrity,artist","video/webm"
|
||||
"billie-humming.webm","video","overlay","Billie Eilish Humming","Billie Eilish hums to a song","","humming,Billie Eilish,singing,artist,celebrity","video/webm"
|
||||
"bird-in-love.webm","video","overlay","Bird In Love","Animated bird character heart beating fast","","bird,love,heart beat,in love,heart beating fast","video/webm"
|
||||
"bird-stare.webm","video","overlay","Bird Stare","Shoebill bird slowly turns head and looks at you intensely","","bird,stare,shoebill,intense,epic","video/webm"
|
||||
"birthday-dance.webm","video","overlay","Birthday Dance","Boy does a birthday dance","","birthday,dance,boy,celebration","video/webm"
|
||||
"black-adam-meets-superman.webm","video","overlay","Black Adam Meets Superman","Two superheros, Black Adam and Superman meets each other","","superman,black adam,superhero","video/webm"
|
||||
"blob-bob-stare.webm","video","overlay","Blob Bob Stare","Bob, a one-eyed blob monster looking fazed","","blob,bob,stare","video/webm"
|
||||
"blowing-steam-off.webm","video","overlay","Blowing Steam Off","Girl blowing steam off by using shooting with two handguns","","handguns,pistols,girl,blowing off steam","video/webm"
|
||||
"bob-cat-ai.webm","video","overlay","Bob Marley Cat","AI-animated of a cat dressed like Bob Marley plays guitar","","cat,bob marley,guitar,music","video/webm"
|
||||
"bobby-brown-and-jimmy-fallon-dancing.webm","video","overlay","Millie Bobby Brown And Jimmy Fallon Dancing","Millie Bobby Brown And Jimmy Fallon Dancing","","dancing,jimmy fallon,bobby brown,rocking,music","video/webm"
|
||||
"bomboclat.webm","video","overlay","Bomboclaat","Girl scolds using the term Bomboclaat","","Bomboclaat,girl,scolds,angry,vulgar","video/webm"
|
||||
"bonde-do-bruno-dance-trend.webm","video","overlay","Bonde do Brunão Dance","Lady does a trending Bonde do Brunão dance","","dance,trend","video/webm"
|
||||
"boss-baby-chilling.webm","video","overlay","Boss Baby Chilling","Baby sitting on an armrest, chilling like a boss","","baby,boss,chilling,chill,zen","video/webm"
|
||||
"boy-dancing.webm","video","overlay","Boy Dancing","Boy dances to a song","","boy,dancing","video/webm"
|
||||
"boy-walking.webm","video","overlay","Boy Walking","Boy wearing an apron, walking with confidence and style","","boy,walking,style,confident,smiling","video/webm"
|
||||
"boy-with-purse.webm","video","overlay","Boy With Purse","Boy dress like a man, holding a purse / handbag","","boy,purse,handbag,man","video/webm"
|
||||
"boys-are-shocked.webm","video","overlay","Boys Are Shocked","Group of boys watching a game over the TV, and looked shocked by the results of the game","","boys,shocked,tv,game","video/webm"
|
||||
"brainrot-cat.webm","video","overlay","OIIA Cat","OIIA Cat dancing to a song","","cat,oiia cat,oiia,dancing","video/webm"
|
||||
"bro-dancing.webm","video","overlay","Bro Dancing","Bro dancing","","bro,dancing","video/webm"
|
||||
"bro-help-me-out-we-we.webm","video","overlay","Bro Help Me Out We We","Boy refuses to help out another bro","","bro,help,refuse","video/webm"
|
||||
"bro-is-not-going-home.webm","video","overlay","Bro Is Not Going Home","Bro is not going back home","","bro,home,not going home,not going,not going back","video/webm"
|
||||
"bug-foot-with-a-drink.webm","video","overlay","Big Foot With A Drink","Female Big Foot walks stylishly with a d
|
||||
rink","","bug,drink,foot,stylish walk,female","video/webm"
|
||||
"bugs-bunny-touching-carrot.webm","video","overlay","Bugs Bunny Touching Carrot","Hand of a rabbit (bugs bunny) touches a carrot, founds it and quickly takes it away","","carrot,touching,bugs bunny,taking","video/webm"
|
||||
"bunny-chewing.webm","video","overlay","Bunny Chewing","Cute bunny chewing on food","","bunny,chewing,eating,food,meal,cute","video/webm"
|
||||
"bunny-stretching-yoga.webm","video","overlay","Bunny Stretching Yoga","B","","bunny,stretching,yoga","video/webm"
|
||||
"butterflies-in-stomach.webm","video","overlay","Butterflies In Stomach","Guy smilling happily, having butterflies in stomach","","butterflies,stomach,smiling,happy,guy","video/webm"
|
||||
"can-you-stfu-man.webm","video","overlay","Can You Stfu Man","Man asks someone to shut up for being too talkative","","man,stfu,talkative,annoying","video/webm"
|
||||
"cant-get-comfy.webm","video","overlay","Cant Get Comfy","Couple sleeps together, however woman can’t get comfy and rolls on bed frequently","","not comfy,not comfortable,can’t get comfy,couple","video/webm"
|
||||
"capybara-yawning.webm","video","overlay","Capybara Yawning","Cabybara yawning loudly","","capybara,yawning","video/webm"
|
||||
"cardi-b-gets-scared.webm","video","overlay","Cardi B Gets Scared","Cardi B presses something on a computer and gets scared","","scared,cardi b","video/webm"
|
||||
"cardi-b-laughing.webm","video","overlay","Cardi B Laughing","Cardi B laughing hard during an interview","","laughing,interview,cardi b,celebrity","video/webm"
|
||||
"cassandra-screen-face-robot.webm","video","overlay","Cassandra Screen Face Robot","Person with a tablet on face, pretending to be android, does a dance","","cassandra,face,robot,screen,dance","video/webm"
|
||||
"cat-and-chicken-fighting.webm","video","overlay","Cat And Chicken Fighting","Cat and chicken fights","","cat,chicken,fighting","video/webm"
|
||||
"cat-and-dog-snuggle.webm","video","overlay","Cat And Dog Snuggle","Dog snuggles a cat","","cat,dog,snuggle","video/webm"
|
||||
"cat-asking-for-cheetos.webm","video","overlay","Cat Asking For Cheetos","Cat pats on a Cheeto, but owner rejects it","","asking,cat,cheetos,no eating,no food","video/webm"
|
||||
"cat-barking.webm","video","overlay","Cat Barking","Tied cat barks to owner","","barking,cat,pet,tired,sleepy","video/webm"
|
||||
"cat-belly-dance.webm","video","overlay","Cat Belly Dance","Cat is trying to vomit out a swallowed food, ends up like a belly dancing","","cat,belly dance,vomit,food","video/webm"
|
||||
"cat-biting-dog.webm","video","overlay","Cat Biting Dog","Cat bites dog on face, dog did not retaliate but tries to avoid being bitten","","biting,cat,dog","video/webm"
|
||||
"cat-biting.webm","video","overlay","Cat Biting","Cat is biting the owner’s forehead","","biting,cat,forehead,pet","video/webm"
|
||||
"cat-bouncing.webm","video","overlay","Cat Bouncing","Cat bounces to a song","","bouncing,cat,cheerful,happy,hopping","video/webm"
|
||||
"cat-catwalking.webm","video","overlay","Cat Catwalking","Cat does a catwalk with style,","","cat,catwalking,catwalk,walking","video/webm"
|
||||
"cat-chewing.webm","video","overlay","Cat Chewing","Cat chews food and meows to ask for more food","","cat,chewing,more food,meow,food,hungry","video/webm"
|
||||
"cat-chilling.webm","video","overlay","Cat Chilling","Cat lies on the floor, chilling","","cat,chilling,meditation,zen,chill,lies on floor,healing,sleep","video/webm"
|
||||
"cat-coming-out-of-keyhole.webm","video","overlay","Cat Coming Out Of Keyhole","Cat comes out from a keyhole","","cat,coming,keyhole","video/webm"
|
||||
"cat-coughing.webm","video","overlay","Cat Coughing","Cat tries to sing but keeps coughing","","cat,coughing,sing,sick","video/webm"
|
||||
"cat-covering-with-paw.webm","video","overlay","Cat Covering With Paw","A cat is covering another cat’s back entrance using it’s paw","","cat,covering,paw,butthole","video/webm"
|
||||
"cat-crawling.webm","video","overlay","Cat Crawling","Cat slowly and stealthily crawls forward","","cat,crawling,stealth,spy","video/webm"
|
||||
"cat-dance-party.webm","video","overlay","Cat Dance Party","Group consisting of cats and human with costumes dance together in a party","","cat,dance,party","video/webm"
|
||||
"cat-dancing-1.webm","video","overlay","Cat Dancing","Animated cat dancing to various song mixes","","cat,dancing","video/webm"
|
||||
"cat-dancing-chippi-chippi.webm","video","overlay","Cat Dancing Chippi Chippi","Cat dancing to viral chippi chippi chappa chappa song","","cat,dancing,chippi chappa,chippi chippi,chappa chappa","video/webm"
|
||||
"cat-doing-turbo-sound.webm","video","overlay","Cat Doing Turbo Sound","Cat mimicks an engine gear shifting and turbo whistling sound","","cat,doing,sound,turbo","video/webm"
|
||||
"cat-driving.webm","video","overlay","Cats Driving","Two cats in a car, one is driving","","cat,driving","video/webm"
|
||||
"cat-evil-stare.webm","video","overlay","Cat Evil Stare","Cat stands at a high place, staring down, like batman","","cat,evil,stare,vengence,evil stare,batman","video/webm"
|
||||
"cat-family-nap.webm","video","overlay","Cat Family Nap","A family of cats blissfully napping","","cat,family,nap,blissful,resting,peace,zen,serence","video/webm"
|
||||
"cat-fancy-walk.webm","video","overlay","Cat Fancy Walk","Cat walks in a fancy manner","","cat,fancy,walk,dainty","video/webm"
|
||||
"cat-fight.webm","video","overlay","Cat Fight","Two cats fighting and confronting each other","","cat,fight,argument,confront,negotiation,cats","video/webm"
|
||||
"cat-flying-on-broom.webm","video","overlay","Cat Flying On Broom","Cat wears a magic hat, sits on the magical broom and flies away","","broom,cat,flying","video/webm"
|
||||
"cat-going-crazy.webm","video","overlay","Cat Going Crazy","Cat stares intensely, looking around","","cat,crazy,going,intense","video/webm"
|
||||
"cat-hanging-on-the-ledge.webm","video","overlay","Cat Hanging On The Ledge","A cat hanging on the ledge, while another cat is not bothered to save it","","cat,hanging,ledge,betrayal,sabotage","video/webm"
|
||||
"cat-happy-dance.webm","video","overlay","Cat Happy Dance","Cat jumps and dances happily","","cat,dance,happy,kitten,cheerful","video/webm"
|
||||
"cat-hitting-sleeping-cat.webm","video","overlay","Cat Hitting Sleeping Cat","A sleeping cat is awakened by another cat","","cat,hitting,sleeping,awaken,disturbed","video/webm"
|
||||
"cat-holding-a-door.webm","video","overlay","Cat Holding A Door","Nosey cat peeks out from a door","","cat,door,holding,peek,busybody,eavesdropping,nosey","video/webm"
|
||||
"cat-kicking-himself.webm","video","overlay","Cat Kicking Himself","Cat losses control, bites and hits itself","","cat,kicking,self sabotage,self injury,biting","video/webm"
|
||||
"cat-laying-down.webm","video","overlay","Cat Laying Down","Cat lying down with eyes wide open, pondering","","cat,pondering,laying down,deep thoughts,thinking,thinking hard,self reflect","video/webm"
|
||||
"cat-leaning-back-n-forth.webm","video","overlay","Cat Leaning Back & Forth","cat wearing clothes, leans back and forth while looking","","back,cat,forth,leaning","video/webm"
|
||||
"cat-listening.webm","video","overlay","Cat Listening","Nosey cat overhearing an argument from afar","","cat,listening,nosey,busybody","video/webm"
|
||||
"cat-looking-1.webm","video","overlay","Cat Looking","Cat looking, showing fangs","","cat,looking,fangs,hunt,prey","video/webm"
|
||||
"cat-looking.webm","video","overlay","Cat Looking","Cat looking at you, rizzing","","cat,looking,pickup,love","video/webm"
|
||||
"cat-making-horror-soundtrack.webm","video","overlay","Cat Making Horror","Cat makes horror sounds while being pat on","","cat,horror,scary,scared,fearful,patting","video/webm"
|
||||
"cat-massage.webm","video","overlay","Cat Massage","A cat provides back massages to another cat","","cat,massage,back massage,resting,zen,peaceful","video/webm"
|
||||
"cat-meowing.webm","video","overlay","Cat Meowing","Cat looks at you, meow, rizz","","cat,meowing,rizz,staring,big eyes,cute","video/webm"
|
||||
"cat-microwave.webm","video","overlay","OIIA Cat Microwave","OIIA cat does a full rotation, like a microwave","","cat,microwave,oiia,oiia cat,rotation","video/webm"
|
||||
"cat-missing-food.webm","video","overlay","Cat Missing Food","Cat impatiently eats but misses","","cat,food,impatient,eating,missed","video/webm"
|
||||
"cat-pissing.webm","video","overlay","Cat Pissing","Cat urinates","","cat,pissing,urine,idgaf","video/webm"
|
||||
"cat-playing-friends.webm","video","overlay","Cat Playing Friends","AI animated cat holds a guitar, playing “Friends” theme song","","cat,playing,guitar,friends sitcom","video/webm"
|
||||
"cat-playing-guitar-on-beach.webm","video","overlay","Cat Playing Guitar On Beach","AI animated cat plays “My Heart Will Go On” song with guitar","","beach,cat,guitar,playing,titanic","video/webm"
|
||||
"cat-playing-guitar.webm","video","overlay","Cat Playing Guitar","AI animated cat plays a mexican song, with three hamsters as backup dancer","","cat,guitar,playing,hamster","video/webm"
|
||||
"cat-prey-watching.webm","video","overlay","Cat Prey Watching","Black cat watching closely, awaiting prey","","cat,prey,watching","video/webm"
|
||||
"cat-salutes.webm","video","overlay","Cat Salutes","Cat salutes like a soldier","","cat,salutes,soldier,army","video/webm"
|
||||
"cat-saying-oh-no.webm","video","overlay","Cat Saying Oh No","Cat stares intensely and says “Oh no""","","cat,saying,oh no","video/webm"
|
||||
"cat-saying-waw.webm","video","overlay","Cat Saying Waw","Cat wiggles tail and says “waw""","","cat,saying,waw","video/webm"
|
||||
"cat-scratching.webm","video","overlay","Cat Scratching","Cat scratches quickly, owner sighs because it’s noisy","","cat,scratching","video/webm"
|
||||
"cat-self-pleassure-clean.webm","video","overlay","Cat Self Pleasure Clean","Cat scratches private parts, notices someone looking at it, cat walks away","","cat,clean,self,pleasure,ashamed","video/webm"
|
||||
"cat-singing.webm","video","overlay","Cat Singing","AI animated cat raps to a chinese rap song","","cat,singing,rap,chill,cool","video/webm"
|
||||
"cat-sipping-tea.webm","video","overlay","Cat Sipping Tea","Cat wearing sunglasses, and sips tea loudly","","cat,sipping,tea","video/webm"
|
||||
"cat-sitting-1-mp4.webm","video","overlay","Cat Sitting","Cat sitting aimlessly, or waiting for something","","cat,sitting,aimless","video/webm"
|
||||
"cat-sitting.webm","video","overlay","Cat Sitting","Cat with enlarged fisheyed head looks around","","cat,sitting,blur,looking around","video/webm"
|
||||
"cat-sleeping.webm","video","overlay","Cat Sleeping","Cat lying on floor, looks up, stretches and lies back down","","cat,sleeping,resting,do not disturb,chill","video/webm"
|
||||
"cat-smacks-sealion.webm","video","overlay","Cat Smacks Sealion","Sealion scolds cat, cat slaps sealion","","cat,sealion,smacks,shut up,noisy","video/webm"
|
||||
"cat-stare.webm","video","overlay","Cat Stare","Cat raises leg as if it’s listening to a phone","","cat,stare,phone call,listening","video/webm"
|
||||
"cat-staring.webm","video","overlay","Cat Staring","Cat stares at you","","cat,staring,rizz","video/webm"
|
||||
"cat-stretching.webm","video","overlay","Cat Stretching","Cat stretches and lies down on floor, yawns","","cat,stretching,resting,tired,yawn,sleepy","video/webm"
|
||||
"cat-sus-look.webm","video","overlay","Cat Sus Look","Cat looking suspicious at you","","cat,look,sus","video/webm"
|
||||
"cat-tadaaa.webm","video","overlay","Cat Tadaaa","Cat does a tap dance","","cat,tadaaa,tap dance,dance","video/webm"
|
||||
"cat-talking.webm","video","overlay","Cat Talking","Cat talking","","cat,talking,viral","video/webm"
|
||||
"cat-walk.webm","video","overlay","Cat Walk","Lady catwalks in dramatic fashion","","slow motion,dramatic,catwalk,lady","video/webm"
|
||||
"cat-whispering.webm","video","overlay","Cat Whispering","First cat whispers to second cat, second cat looks surprised, and picks a fight with the first cat","","cat,whispering,whisper secrets,secret,misunderstanding,fight,argument","video/webm"
|
||||
"cat-wiggling-tail.webm","video","overlay","Cat Wiggling Tail","Cat hops to a ledge, wiggles tail before climbs over","","cat,tail,wiggling,climb","video/webm"
|
||||
"cat-with-long-beard.webm","video","overlay","Cat With Long Beard","Old cat with long bear, like an old, wise, master
|
||||
","","beard,cat,long,master,wise,wisdom","video/webm"
|
||||
"cat-with-open-mouth.webm","video","overlay","Cat With Open Mouth","Cat is being shaken and rattled, opens mouth
|
||||
","","cat,open mouth,shaken,rattled,shock,earthquake","video/webm"
|
||||
"catching-vibes.webm","video","overlay","Catching Vibes","Kid lies on a leisure chair, chilling and drinking","","catching,vibes,beach,chill,drinking,lying down","video/webm"
|
||||
"cats-arguing-1.webm","video","overlay","Cats Arguing","Two cats confronting each other, arguing","","arguing,cats,conflict,confront,argue,misunderstanding","video/webm"
|
||||
"cats-arguing.webm","video","overlay","Cats Arguing","Two cats confronting and arguing with each other","","arguing,cats,confront,misunderstanding,argument","video/webm"
|
||||
"cats-dancing-to-round-n-round-squid-game-2.webm","video","overlay","Cats Dancing To Round N Round Squid Game","Two cats holding each other, dancing to Round and Round Squid Game","","cats,dancing,round,squid game,round game","video/webm"
|
||||
"cats-fighting.webm","video","overlay","Cats Fighting","Two cats fighting and arguing","","cats,fighting,argument,misunderstanding","video/webm"
|
||||
"cats-in-heat.webm","video","overlay","Cats In Heat","Two cats hugging each other","","cats,in heat,hugging","video/webm"
|
||||
"cats-licking.webm","video","overlay","Cats Licking","Three cats licking each other","","cats,licking,each other,rizz","video/webm"
|
||||
"cats-playing-wrestling.webm","video","overlay","Cats Playing Wrestling","A cat is being knocked down from another cat, like in WWF","","cats,playing,wrestling,WWF,knockout","video/webm"
|
||||
"cats-staring.webm","video","overlay","Cats Staring","Three cats staring sideways, impatiently","","cats,staring,impatient","video/webm"
|
||||
"catwalk.webm","video","overlay","Catwalk","AI animated cats of doing fashion cat walk","","catwalk,fashion,stylish","video/webm"
|
||||
"celebration-dance.webm","video","overlay","Celebration Dance","A guy in his car, happy and cheerful, is doing a celebration dance","","celebration,dance,we did it,enthusiasm,happy","video/webm"
|
||||
"chad-head-bopping.webm","video","overlay","Chad Head Bopping","Guy and a girl wearing sun glasses, bopping their head to music","","bopping,chad,head","video/webm"
|
||||
"changed-my-mind.webm","video","overlay","Changed My Mind","Girl presumably looking at a menu and decides not to order at the last minute","","girl,menu,order,changed mind,not ordering,nope","video/webm"
|
||||
"charlie-dancing.webm","video","overlay","Charlie Dancing","Animation of Charlie Brown and a friend dancing to music","","charlie,dancing","video/webm"
|
||||
"cheerleaders-pikki-pikki-dance.webm","video","overlay","Cheerleaders Pikki Pikki Dance","4 Korean cheerleaders does viral Pikki Pikki dance routine","","cheerleaders,dance,pikki,korean,pikki pikki,girls","video/webm"
|
||||
"cheers.webm","video","overlay","Cheers","2 ladies holding a big wine cup and cheers","","cheers,wine,ladies","video/webm"
|
||||
"cheesy-smile-dog.webm","video","overlay","Cheesy Smile Dog","A dog with very cheesy smile","","cheesy,dog,smile","video/webm"
|
||||
"chicken-wing-hot-dog-and-balony-song.webm","video","overlay","Chicken Wing Hot Dog And Balony Song","Capybaras dancing while holding to hot dogs and chicken wings","","balony,chicken wings,hot dogs,capybara,dance","video/webm"
|
||||
"childish-gambino-dancing.webm","video","overlay","Childish Gambino Dancing","Artist Childish Gambino does a wiggly dance","","dancing,childish gambino","video/webm"
|
||||
"chill-dog.webm","video","overlay","Chill Dog","Dog wearing hoodie,jacket and pants, standing outside while snowing, chilling outside","","chill,dog,snowing,outside,winter","video/webm"
|
||||
"chill-guy-sipping-coffee.webm","video","overlay","Chill Guy Sipping Coffee","Chill Guy character sipping coffee, enjoying","","coffee,sipping,enjoy,blissful,chill guy","video/webm"
|
||||
"chill-guy-wait-they-dont-love-you-like-i-love-you.webm","video","overlay","Chill Guy Wait They Dont Love You Like I Love You","Chill guy does a hand waiting sign, dancing to a song","","chill guy,dance,wait","video/webm"
|
||||
"chilling-lil-dude.webm","video","overlay","Chilling Lil Dude","Baby leans arm in a chilling pose","","chilling,lil dude,lean arm,chill pose,rest,comfortable","video/webm"
|
||||
"chinese-guy-sideeye.webm","video","overlay","Chinese Guy Side-eye","Chinese guy sees something interesting with his phone and gives a side eye while smiling","","chinese,guy,smiling,side eye,phone","video/webm"
|
||||
"chipmunk-running.webm","video","overlay","Chipmunk Running","Chipmunk runs in slow motion","","chipmunk,running","video/webm"
|
||||
"chocking-on-noodles.webm","video","overlay","Choking On Noodles","lady chokes on noodles, coughs and sneezes","","noodles,choking,cough,sneeze,sensitive","video/webm"
|
||||
"chris-rock-i-cant-believe-this-shit.webm","video","overlay","Chris Rock I Cant Believe This Shit","Chris Rocks says “I can’t believe this shit""","","chris rock,can’t believe this shit,this shit,can’t believe,impossible,ridiculous","video/webm"
|
||||
"christmas-bonus.webm","video","overlay","Christmas Bonus","An old gentleman hands over a cash bonus during christmas","","bonus,christmas,money,cash bonus","video/webm"
|
||||
"christmas-oooiiiaaa-cat.webm","video","overlay","Christmas OIIA Cat","OIIA cat sings Last Christmas
|
||||
","","cat,christmas,oiia cat,last christmas,singing,song","video/webm"
|
||||
"chuck-cleaning-tongue.webm","video","overlay","Chuck Cleaning Tongue","Chuck character scraping and cleaning tongue, possibly from a terrible meal it had","","chuck,cleaning,tongue,terrible meal,awful meal","video/webm"
|
||||
"ciara-slow-motion-walking.webm","video","overlay","Ciara Slow Motion Walking","Ciara does a slow motion walk","","ciara,walking,slow motion,dramatic,epic","video/webm"
|
||||
"clap-cheeks.webm","video","overlay","Clap Cheeks","guy sings about booty cheeks","","cheeks,clap,booty checks,clap cheeks","video/webm"
|
||||
"clapping.webm","video","overlay","Clapping","3 guys clapping to you","","clapping,cheering,wishing,celebrating,success","video/webm"
|
||||
"cloudy-chance-meatballs-suprised.webm","video","overlay","Cloudy Chance Meatballs Surprised","Scene of characters from “Cloudy Chance of Meatballs” looking surprised, something is about to happen","","surprised,cloud chance of meatballs,shocked","video/webm"
|
||||
"cockroach-dancing-1.webm","video","overlay","Cockroach Dancing","Animation of a cockroach dancing to a music","","cockroach,dancing","video/webm"
|
||||
"cockroach-dancing.webm","video","overlay","Cockroach Dancing","Animation of a cockcroach dancing","","cockroach,dancing","video/webm"
|
||||
"coffee-and-coughing.webm","video","overlay","Coffee And Coughing","Person holding a glass of coffee with pack of cigarettes, coughing intensely","","coffee,coughing,cigarettes,smoking,bad cough,sick","video/webm"
|
||||
"coffee-is-not-an-option.webm","video","overlay","Coffee Is Not An Option","ladies about to drink coffee, when a friend comes over to kick off the coffees and gives them wine to drink instead","","no coffee,drink wine,ladies,no to coffee","video/webm"
|
||||
"colored-eyes-cat.webm","video","overlay","Colored Eyes Cat","Big, colored eyes staring awkwardly at you","","cat,colored eyes,big eyes","video/webm"
|
||||
"come-with-me-dance.webm","video","overlay","Come With Me Dance","guy dances to cute
|
||||
anime song","","dance,anime dance,anime,kawaii","video/webm"
|
||||
"confused-gorilla.webm","video","overlay","Confused Gorilla","Gorilla having deep thoughts, looking extremely confused","","confused,gorilla,deep thoughts,thinking hard,thinking,troubled","video/webm"
|
||||
"cool-lamas.webm","video","overlay","Cool Llamas","Llamas dressed with cool sunglasses and outfit casually chilling and eating","","cool,llamas,chill,eating","video/webm"
|
||||
"corre-batman-corre.webm","video","overlay","Corre Batman Corre","Joker outruns Batman in a race","","batman,joker,corre,sinister,race","video/webm"
|
||||
"counting-money-1-mp4.webm","video","overlay","Counting Money","Man wearing chain and blings, counting all his stack of money","","money,counting money,bling,rich,wealthy","video/webm"
|
||||
"counting-money.webm","video","overlay","Counting Money","Kid proud of his savings, kisses the money","","counting,money,counting money,proud,savings,kiss money","video/webm"
|
||||
"cow-chewing.webm","video","overlay","Cow Chewing","Cow chewing food","","chewing,cow,eating,hungry,munching","video/webm"
|
||||
"cow-eating-then-pausing.webm","video","overlay","Cow Eating Then Pausing","Cow eats, gets distracted and looks up","","cow,eating,pausing,distracted,disturbed,food,meal","video/webm"
|
||||
"crawling-out.webm","video","overlay","Crawling Out","Zombie like character crawling out","","crawling,zombie,looking blur","video/webm"
|
||||
"crazy-dancing-lady.webm","video","overlay","Crazy Dancing Lady","lady moves unpredictably, either stressed out, or indecisive","","crazy,dancing,lady,unpredictable,stressed,indecisive,confused","video/webm"
|
||||
"crazy-wife.webm","video","overlay","Crazy Wife","Lady just laughs out loud crazily","","crazy,wife,laugh,evil,sinister","video/webm"
|
||||
"creepy-stare.webm","video","overlay","Creepy Stare","Guy gives a creepy death stare","","creepy,stare,death stare","video/webm"
|
||||
"cruising-on-golfcart.webm","video","overlay","Cruising On Golfcart","Monkey drives a golf cart with a dog as passenger","","cruising,golfcart,monkey,driving,dog","video/webm"
|
||||
"crying-man.webm","video","overlay","Crying Man","Man wipes tears","","crying,man,wipe tears,tears","video/webm"
|
||||
"curious-cat.webm","video","overlay","Curious Cat","Cat looking curious, turns head around","","cat,curious,cute,turns head","video/webm"
|
||||
"cute-cat-stare.webm","video","overlay","Cute Cat Stare","Cat smiling and starting happily","","cat,cute,stare,smile,happy,joyful,flutter,warmth","video/webm"
|
||||
"cute-fortnite-dance.webm","video","overlay","Cute Fortnite Dance","Girl does a fortnite dance to a song","","cute,dance,fortnite,girl","video/webm"
|
||||
"cute-little-piggy.webm","video","overlay","Cute Little Piggy","Pig with flower headband gracefully walks","","cute,little,piggy,flower,headband,graceful,pretty,walking","video/webm"
|
||||
"cute-rainbow-kitten.webm","video","overlay","Cute Rainbow Kitten","Cat dyed with various rainbow colors unto fur, looking puzzled","","cute,kitten,rainbow,cat,puzzled","video/webm"
|
||||
"cute-sheep-staring.webm","video","overlay","Cute Sheep Staring","cute sheep smiles and stares happily","","cute,sheep,staring,smile,charming","video/webm"
|
||||
"daaaammmnnn.webm","video","overlay","Daaaammmnnn"," Ice Cube and Chris Tucker reacts to a beatdown by saying “Damnnnnn""","","daaaammmnnn,ice cube,chris tucker,beatdown","video/webm"
|
||||
"damn-mommy-i-just-wanna-hamster-original.webm","video","overlay","Damn Mommy I Just Wanna Hamster Original","Sad hamster dancing to a song “I just want a hamster""","","damn,hamster,just,mommy,original,wanna","video/webm"
|
||||
"dance-party-with-beyonce.webm","video","overlay","Dance Party With Beyonce","Lady dances to the song “Dance Party with Beyonce""","","beyonce,dance,party","video/webm"
|
||||
"dancing-apple.webm","video","overlay","Dancing Apple","Apple and worm dancing together","","apple,dancing","video/webm"
|
||||
"dancing-cat-to-dance-you-dance.webm","video","overlay","Dancing Cat To Dance You Dance","Cat wearing sunglasses and dancing to a song","","cat,dance,dancing","video/webm"
|
||||
"dancing-cat.webm","video","overlay","Dancing Cat","Cat dancing","","cat,dancing","video/webm"
|
||||
"dancing-christmas-tree.webm","video","overlay","Dancing Christmas Tree","Christmas tree dancing","","christmas,dancing,tree","video/webm"
|
||||
"dancing-cockroach.webm","video","overlay","Dancing Cockroach","Cockroach wears a cap, dance to song","","cockroach,dancing","video/webm"
|
||||
"dancing-dog-1.webm","video","overlay","Dancing Dog","Dog hops away like it’s dancing","","dancing,dog","video/webm"
|
||||
"dancing-dog.webm","video","overlay","Dancing Dog","Animated dog dancing to a korean song","","dancing,dog","video/webm"
|
||||
"dancing-frog.webm","video","overlay","Dancing Frog","Frog dresses like a gentleman and galantly dances to the music","","dancing,frog","video/webm"
|
||||
"dancing-grannies.webm","video","overlay","Dancing Grannies","Group of grannies dancing and sings lalala","","dancing,grannies","video/webm"
|
||||
"dancing-hamster.webm","video","overlay","Dancing Hamster","Hamster wiggles and twerks while dancing","","dancing,hamster,twerk,wiggle","video/webm"
|
||||
"dancing-hamsters.webm","video","overlay","Dancing Hamsters","Two hamsters dancing, wiggling and twerking","","dancing,hamsters,wiggle,twerking","video/webm"
|
||||
"dancing-in-front-of-mom-being-annoying.webm","video","overlay","Dancing In Front Of Mom Being Annoying","Kid annoys mother by dancing in front of her, mother is startled","","annoying,dancing,front,mom","video/webm"
|
||||
"dancing-macaroni.webm","video","overlay","Dancing Macaroni","Animated macaroni dances to a song “I’m macaroni""","","dancing,macaroni","video/webm"
|
||||
"dancing-mini-santa.webm","video","overlay","Dancing Mini Santa","Mini santa dance and wiggles","","dancing,mini,santa","video/webm"
|
||||
"dancing-on-floor.webm","video","overlay","Dancing On Floor","Man struggling on floor, unable to stand up, as if he’s dancing","","dancing,floor,struggling,struggle","video/webm"
|
||||
"dancing-on-rollers.webm","video","overlay","Dancing On Rollers","Man records himself with a selie stick and dances while skating with rollers","","dancing,rollers,skating,selfie","video/webm"
|
||||
"dancing-panda.webm","video","overlay","Dancing Panda","Panda dances to a viral chinese song
|
||||
","","dancing,panda,china,viral","video/webm"
|
||||
"dancing-rat.webm","video","overlay","Dancing Rat","Rat does a dance following music rhythm","","dancing,rat","video/webm"
|
||||
"dancing-truck-driver.webm","video","overlay","Dancing Truck Driver","Truck driver dances to techno","","dancing,driver,truck,techno,music","video/webm"
|
||||
"dancing-turkey.webm","video","overlay","Dancing Turkey","Stop-motion of a turkey doing a dance","","dancing,turkey","video/webm"
|
||||
"dancing-uncle.webm","video","overlay","Dancing Uncle","Uncle dances to a song perfectl","","dancing,uncle","video/webm"
|
||||
"daniel-craig-dancing.webm","video","overlay","Daniel Craig Dancing","Daniel craig vibing to a dance","","craig,dancing,daniel,celebrity","video/webm"
|
||||
"deadpool-hugging-captain-america.webm","video","overlay","Deadpool Hugging Captain America","Deadpool rushes to hug Captain America","","deadpool,hugging","video/webm"
|
||||
"delivery-guy-dancing-not-like-us.webm","video","overlay","Delivery Guy Dancing Not Like Us","Deliver guy dances while carrying parcel boxes","","dancing,delivery,guy,parcel,delivery guy","video/webm"
|
||||
"disappointed-look.webm","video","overlay","Disappointed Look","Guy was about to eat a sausage when his friend look at him dissapointed, possibly because he’s not sharing","","disappointed,guy","video/webm"
|
||||
"dj-khaled-unbelievable.webm","video","overlay","Dj Khaled Unbelievable","DJ Khaled enjoys eating a tasty burger","","khaled,eating,burger,tasty,unbelievable","video/webm"
|
||||
"dj-playing.webm","video","overlay","Dj Playing","DJ dropping the beat","","playing,dj,beat,beat drops","video/webm"
|
||||
"do-i-look-like-i-care.webm","video","overlay","Do I Look Like I Care","Eddie Murphy asks others if he looks like he cares","","do i care,do i look like i care,i don’t care,idfag","video/webm"
|
||||
"do-you-bleed.webm","video","overlay","Do You Bleed","Someone asks Batman, do you bleed, Batman says: What","","do you bleed","video/webm"
|
||||
"do-you-like-snow.webm","video","overlay","Do You Like Snow","Baby dislikes the snow","","dislike snow,snow,i hate snow,parenting","video/webm"
|
||||
"doctors-dance.webm","video","overlay","Doctors Dance","Group of doctors doing a dance","","dance,doctors","video/webm"
|
||||
"dog-barking.webm","video","overlay","Cute Dog Barking","Cute dog barks towards another dog","","barking,dog,cute","video/webm"
|
||||
"dog-dancing-1.webm","video","overlay","Dog Dancing","Doh dancing to a song","","dancing,dog","video/webm"
|
||||
"dog-dancing-2.webm","video","overlay","Dog Dancing","Dog dancing Cha Cha","","dancing,dog,cha cha,dance","video/webm"
|
||||
"dog-dancing-to-wait.webm","video","overlay","Dog Dancing To Wait","Dog is eagerly waiting, dancing to a song","","dancing,dog,wait,eager,can’t wait","video/webm"
|
||||
"dog-dancing.webm","video","overlay","Dog Dancing","Dog does a booty dance","","dancing,dog,excited,booty dance","video/webm"
|
||||
"dog-eating-watermelon.webm","video","overlay","Dog Eating Watermelon","Dog eats a watermelon happily","","dog,eating,watermelon,hungry,happy","video/webm"
|
||||
"dog-eating.webm","video","overlay","Dog Eating","Dog eating biscuits","","dog,eating,hungry,starving","video/webm"
|
||||
"dog-enjoying-back-scratches.webm","video","overlay","Dog Enjoying Back Scratches","Dog enjoys a back scratch","","back,dog,scratches,enjoy,massage,bliss","video/webm"
|
||||
"dog-flying-on-a-broom.webm","video","overlay","Dog Flying On A Broom","Dog flies on a broom","","broom,dog,flying,magic","video/webm"
|
||||
"dog-funny-walking.webm","video","overlay","Dog Funny Walking","Dog walks funnily, crossing legs","","dog,funny,walking,weird,awkward","video/webm"
|
||||
"dog-humping.webm","video","overlay","Dog Humping","Dog humps a pillow","","dog,humping,pillow,in heat","video/webm"
|
||||
"dog-jamming.webm","video","overlay","Dog Jamming","Dog leans over a car window, and jams to a song played in car","","dog,jamming,dance,cool","video/webm"
|
||||
"dog-licking-window.webm","video","overlay","Dog Licking Window","Dog licks window in slow motion","","dog,licking,window,slow motion","video/webm"
|
||||
"dog-looking-down.webm","video","overlay","Dog Looking Down","Dog looks down","","dog,down,looking,dissapointed,sad","video/webm"
|
||||
"dog-looking.webm","video","overlay","Dog Looking","Dog witnessing at an argument or fight","","dog,looking,nosey,eavesdrop,witness,busybody,argument,fight","video/webm"
|
||||
"dog-playing-flute.webm","video","overlay","Dog Playing Flute","Dog bites on a flute and blows on it","","dog,flute,playing","video/webm"
|
||||
"dog-playing-guitar.webm","video","overlay","Dog Playing Guitar","Dog plays a guitar","","dog,guitar,playing,strumming","video/webm"
|
||||
"dog-playing-with-ears.webm","video","overlay","Dog Playing With Ears","Dog stands on a surf board, and wiggle its ears according to a song","","dog,ears,playing","video/webm"
|
||||
"dog-shaking-booty.webm","video","overlay","Dog Shaking Booty","Two dogs shaking booty ","","booty,dog,shaking","video/webm"
|
||||
"dog-sneezing.webm","video","overlay","Dog Sneezing","Dog sneezes funnily","","dog,sneezing,funny","video/webm"
|
||||
"dog-snoring.webm","video","overlay","Dog Snoring","Dog falls asleep facing upwards","","dog,snoring,loud snore,sleeping","video/webm"
|
||||
"dog-standing-on-top-of-man.webm","video","overlay","Dog Standing On Top Of Man","Dog afraids of something and climbs on top of man","","dog,man,standing,top,climb,afraid,scared","video/webm"
|
||||
"dog-staring-1-mp4.webm","video","overlay","Dog Staring","Dog staring intensely at you","","dog,staring,intensely,suspicious","video/webm"
|
||||
"dog-staring-2.webm","video","overlay","Dog Staring","Dog having doubts, starting suspiciously","","dog,staring,intense,suspicious,doubt","video/webm"
|
||||
"dog-staring.webm","video","overlay","Dog Staring","Dog having suspicions, staring intensely","","dog,staring,suspicious,intense,doubt","video/webm"
|
||||
"dog-tweaking.webm","video","overlay","Dog Tweaking","Dog is fast asleep but having REM movements on eye and nose, tweaking","","dog,tweaking,fast asleep,sleep,tired,dream","video/webm"
|
||||
"dog-urinating.webm","video","overlay","Dog Urinating","Dog urinates in a human toilet bowl and lets a fart","","dog,urinating,poop,dump,toilet bowl","video/webm"
|
||||
"dog-vibing.webm","video","overlay","Dog Vibing","Dog looking at you, blinks eyes","","dog,vibing","video/webm"
|
||||
"dog-wink.webm","video","overlay","Dog Wink","Dog with long smooth hair being combed by owner, looks at camera and winks","","dog,wink,hairstyle,stylish","video/webm"
|
||||
"dog-with-a-big-hat.webm","video","overlay","Dog With A Big Hat","Dog wearing a big hat and boots, dressed up like a small boy","","dog,school,boots,big hat,go to school,not eager","video/webm"
|
||||
"dog-with-bowl-in-his-mouth.webm","video","overlay","Dog With Bowl In His Mouth","Dog took the yogurt when owners left the car, owners are questioning the dog, dog looks guilty","","bowl,dog,mouth,guilty,yogurt,stole,hungry,food","video/webm"
|
||||
"dog-with-long-face.webm","video","overlay","Dog With Long Face","Dog looks at you with a long face","","dog,long face,sleepy","video/webm"
|
||||
"doggy-nodding-head-to-music.webm","video","overlay","Doggy Nodding Head To Music","Dog wears glasses, nodding head to music","","doggy,head,music,nodding","video/webm"
|
||||
"doja-cat-screaming.webm","video","overlay","Doja Cat Screaming","Artist Doja Cat screaming in concert, fans cheering
|
||||
","","screaming,doja cat,concert,artist,celebrity","video/webm"
|
||||
"doja-cat-singing.webm","video","overlay","Doja Cat Singing","Artist Doja Cat rapping","","singing,rapping","video/webm"
|
||||
"dont-ask-for-nothing.webm","video","overlay","Dont Ask For Nothing","Girl sings “Don’t ask for nothing""","","don’t ask for nothing","video/webm"
|
||||
"dont-do-it.webm","video","overlay","Dont Do It","Mom confronts a kid not to eat snacks before breakfast, but the kid ends up eating it","","don’t do it,kid,girl,confrontation,eating,snack,rebellious,parenting","video/webm"
|
||||
"dont-lie-to-me.webm","video","overlay","Dont Lie To Me","Man tells another woman to not lie to him","","don’t lie","video/webm"
|
||||
"dont-make-it-gay.webm","video","overlay","Dont Make It Gay","Man eats ice cream in an awkward way, friend looks at him strangely","","gay,don’t make it gay,awkward,ice cream","video/webm"
|
||||
"dont-mess-with-me-fellas.webm","video","overlay","Dont Mess With Me Fellas","Lady confronts others, saying: “Don’t fuck with me, fellas""","","don’t mess with me,no fooling,tricking","video/webm"
|
||||
"dont-want-to-participate.webm","video","overlay","Dont Want To Participate","Kid refuses to participate in jingling with pom pom","","no participation,refusal,christmas","video/webm"
|
||||
"dont-you-wish-your-girlfriend-was-hot-like-any-dance.webm","video","overlay","Dont You Wish Your Girlfriend Was Hot Like Me Dance","Man does a dirty dance to a song “Don’t Cha by Pussycat Dolls""","","hot,dance,dirty dance,man","video/webm"
|
||||
"drake-looking-at-phone.webm","video","overlay","Drake Looking At Phone","Artist Drake looks at phone during a basketball match","","drake,phone,droom scroll,doomscrolling,unattentive,artist","video/webm"
|
||||
"drake-nokia-dancing.webm","video","overlay","Drake Nokia Dancing","Artist Drake dances to a song called Nokia","","dancing,drake,nokia,artist","video/webm"
|
||||
"drama-reaction.webm","video","overlay","Drama Reaction","Guy react in surprise and shocked, dramatically","","drama,reaction,shocked,surprised,i can’t believe it,what","video/webm"
|
||||
"dramatic-baby.webm","video","overlay","Dramatic Baby","Baby does a fake dramatic crry","","baby,dramatic,fake cry","video/webm"
|
||||
"dramatic-cat.webm","video","overlay","Dramatic Cat","Cat lying on floor after a gun shot sound, another cat touches the paw to wake the cat up","","cat,dramatic,drama,gun shot","video/webm"
|
||||
"dramatic-kid.webm","video","overlay","Dramatic Kid","Kid weeps dramatically, falls onto knees to a pile of snow ","","dramatic,kid,weep,cries,sad","video/webm"
|
||||
"dreaming-of-you.webm","video","overlay","Dreaming Of You","Guy sings “Coz I’m dreaming of you tonight""","","dreaming,dreaming of you,guy,sings,love,i miss you","video/webm"
|
||||
"drinking-glacier-water.webm","video","overlay","Drinking Glacier Water","Artist Ludacris drinks water from glacier","","drinking,glacier,water,ludacris,artist,celebrity","video/webm"
|
||||
"drunk-uncle.webm","video","overlay","Drunk Uncle","Drunk uncle tripping, says gibberish","","drunk,uncle,tripping,high","video/webm"
|
||||
"druski-dancing.webm","video","overlay","Druski Dancing","Actor Druski walks into a corridor and starts dancing while everyone cheered his name","","dancing,druski","video/webm"
|
||||
"druski-giggling.webm","video","overlay","Druski Giggling","Druski giggles and laughs hard, not being serious","","druski,giggling","video/webm"
|
||||
"druski-its-a-blessing.webm","video","overlay","Druski Its A Blessing","Druski explains is not about money, its just a blessing doing this stuff, and a friend laughs out loud","","blessing,druski,money,not about money","video/webm"
|
||||
"druski-walking.webm","video","overlay","Druski Walking","Druski wears a black coat and walks stylishly
|
||||
","","druski,walking,stylish,confident","video/webm"
|
||||
"dubstep-dancing.webm","video","overlay","Dubstep Dancing","Girl dances to dubstep","","dancing,dubstep,hopping,dance,cheerful","video/webm"
|
||||
"ducks-yes-it-do-crazy.webm","video","overlay","Ducks Yes It Do Crazy","Ducks arguing while moving their heads crazily","","crazy,ducks","video/webm"
|
||||
"dude-dancing.webm","video","overlay","Dude Dancing","Dude dances hystericall","","dancing,dude,tripping","video/webm"
|
||||
"dude-in-squit-games.webm","video","overlay","Dude In Squid Game","Dude dances to squid remix of “Green Light, Red Light"" game","","squid game,dance","video/webm"
|
||||
"dude-showing-off-his-money-and-moves.webm","video","overlay","Dude Showing Off His Money And Moves","Dude Showing Off His Money And Moves","","dude,money,moves,off,showing","video/webm"
|
||||
"eagle-looking.webm","video","overlay","Eagle Looking","Eagle looks around, dramatically","","eagle,looking,dramatic,pursuit","video/webm"
|
||||
"eating-grapes.webm","video","overlay","Eating Grapes","Man eat grapes quickly","","eating,grapes,eats quickly,in a rush","video/webm"
|
||||
"ed-sheeran-dont-do-it.webm","video","overlay","Ed Sheeran Dont Do It","Ed Sheeran confronts Jimmy Fallon not to cosplay as Ed Sheeran, Jimmy Fallon gets a punch from Ed Sheeran","","dont do it,ed sheeran,jimmy fallon,artist,celebrity","video/webm"
|
||||
"el-sonidito-rat-dance.webm","video","overlay","El Sonidito Rat Dance","Rat dances to El Sonidito song","","dance,rat,el sonidito","video/webm"
|
||||
"elmo-on-fire.webm","video","overlay","Elmo On Fire","Elmo is on fire, screaming","","elmo,fire,burning","video/webm"
|
||||
"embarrased.webm","video","overlay","Embarrased","Lady is embarassed from what was heard","","embarrased,lady","video/webm"
|
||||
"este-cat-dance.webm","video","overlay","Este Cat Dance","Cat dances to the song Este","","cat,dance,este","video/webm"
|
||||
"everything-is-your-fault.webm","video","overlay","Everything Is Your Fault","Guy explains to another guy that everything is his fault","","fault,your fault,it’s your fault,guy","video/webm"
|
||||
"evil-cat.webm","video","overlay","Evil Cat","Cat does an evil laugh, and bites","","cat,evil,laugh,muahaha,dangerous,evil laugh","video/webm"
|
||||
"evil-laugh-1.webm","video","overlay","Evil Laugh","Man does an evil sinister laugh","","evil,laugh,tobey maguire,devious,sinister","video/webm"
|
||||
"evil-laugh.webm","video","overlay","Evil Laugh","Bunny does an evil, devious, sinister laugh","","evil,laugh,devious,sinister,bunny,rabbit","video/webm"
|
||||
"evil-laughs.webm","video","overlay","Evil Laughs","Two guys does evil laughs during a roller coaster session
|
||||
","","evil,laughs,roller coaster,guys","video/webm"
|
||||
"evil-sphinx.webm","video","overlay","Evil Sphinx","Sphinx cat talks with a devilish voice","","evil,sphinx,devil voice","video/webm"
|
||||
"eww-look.webm","video","overlay","Eww Look","Guy looks at you, digusted, looks away","","eww,look,disgusted,disgusting,looks away","video/webm"
|
||||
"eww.webm","video","overlay","Eww","man drinks coffee, possibly bitter, disgusted by it","","eww,will ferell,coffee,bitter","video/webm"
|
||||
"excited-dog-1.webm","video","overlay","Excited Dog","Dog with stylish hair smiles excitedly","","dog,excited,stylish","video/webm"
|
||||
"excited-dog.webm","video","overlay","Excited Dog","Dogs excited and wags tail","","dog,excited,wag tail","video/webm"
|
||||
"excuse-me-james-franco.webm","video","overlay","Excuse Me James Franco","man looks strangely, and feels disgusted","","excuse me,pardon,james franco","video/webm"
|
||||
"excuse-me.webm","video","overlay","Excuse Me Burp","Girl does a large burp and says excuse me","","burp,excuse me","video/webm"
|
||||
"exhausted-woman.webm","video","overlay","Exhausted Woman","Woman lies down, completely exhausted from chores","","exhausted,woman,chores,tired","video/webm"
|
||||
"explaining.webm","video","overlay","Explaining","Figurine of Charles Xavier, moves in stop motion, explaining with hand movements","","explaining,complex,explain,charles xavier,professor x,theory","video/webm"
|
||||
"extending-neck.webm","video","overlay","Extending Neck","Lady zookeeper massages tortoise neck as it slowly extends","","extending,neck,lady,zookeeper,massage,tortoise","video/webm"
|
||||
"extreme-beard-cut.webm","video","overlay","Extreme Beard Cut","Groomer shaves a customer’s beard in an extreme manner","","beard,cut,extreme,saloon,hair stylish,grooming","video/webm"
|
||||
"extreme-cologne-spray.webm","video","overlay","Extreme Cologne Spray","Guy uses 2 colognes and spray all over himself rapidly","","cologne,extreme,spray","video/webm"
|
||||
"extreme-loud-music.webm","video","overlay","Extreme Loud Music","Guy enjoys to extremely loud music during driving, camera shakes violently from bass","","extreme,loud,music,driving,vibing","video/webm"
|
||||
"extreme-musician.webm","video","overlay","Extreme Musician","An extreme musician plays various instruments simulatenously, until someone knocks on door","","extreme,musician,noisy,instruments","video/webm"
|
||||
"eye-roll-1-mp4.webm","video","overlay","Eye Roll","Baby does an eye roll","","eye,roll,baby","video/webm"
|
||||
"eyes-looking-cat.webm","video","overlay","Eyes Looking Cat","cat looks at you in a very seductive manner","","cat,eyes,looking,seductive","video/webm"
|
||||
"f-both-of-you-hoes.webm","video","overlay","F Both Of You Hoes","Lady says “Fk both of you hoes""","","hoes,fuck you","video/webm"
|
||||
"f-damnit.webm","video","overlay","F Damnit","Baby says “Fcking damnit""","","damnit,baby,damn it","video/webm"
|
||||
"f-you-song.webm","video","overlay","F You Song","Group of girls point middle fingers while dancing to a song that sings “Fuck you very much""","","song,fuck you,girls,middle finger","video/webm"
|
||||
"fake-crying-1.webm","video","overlay","Fake Crying","Baby wearing snow jacket does a fake cry","","crying,fake","video/webm"
|
||||
"fake-crying.webm","video","overlay","Fake Crying","Baby does a fake crying","","crying,fake,baby","video/webm"
|
||||
"fake-laugh.webm","video","overlay","Fake Laugh","Guy does a fake laugh during interview
|
||||
","","fake,laugh,fake laugh,interview","video/webm"
|
||||
"fake-office-laugh.webm","video","overlay","Fake Office Laugh","Guy does a fake laugh in office to coworkers
|
||||
","","fake,laugh,office,fake laugh,coworker","video/webm"
|
||||
"falling-asleep.webm","video","overlay","Falling Asleep","Baby with a dirty mouth falls asleep after eating","","asleep,falling,baby,tired,full,sleepy","video/webm"
|
||||
"fantastic-four-say-that-again.webm","video","overlay","Fantastic Four Say That Again","Mr. Fantastic turning towardsThe Thing and says “say that again""","","say that again,fantastic four","video/webm"
|
||||
"fashion-cat-walk-2024.webm","video","overlay","Fashion Cat Walk","Fashionable cats doing cat walks","","cat,fashion,cat walk,fashionable,stylish,cats","video/webm"
|
||||
"fast-chompies.webm","video","overlay","Fast Chompies","Dog chomps on snack fast","","chompies,fast,chomp,snack,hungry","video/webm"
|
||||
"fat-cat-sitting.webm","video","overlay","Fat Cat Sitting","Extremely obese cat sits still","","cat,fat,sitting,obsese,fat cat","video/webm"
|
||||
"feliz-navidad.webm","video","overlay","Feliz Navidad","Guy sings Feliz Navidad","","feliz navidad,christmas,singing","video/webm"
|
||||
"fetty-wap-jbl-money-driving.webm","video","overlay","Fetty Wap Jbl Money Driving","Monkey / ape driving while listening to Fetty Wap song
|
||||
","","driving,fetty,jbl,money,wap,chill","video/webm"
|
||||
"finders-keepers.webm","video","overlay","Finders Keepers","Guy says finders keepers
|
||||
","","finders,keepers,finders keepers,guy","video/webm"
|
||||
"firework-launch.webm","video","overlay","Firework Launch","Guy expertly handles and launches firework rapidly","","firework,launch,expert,fireworks launch,guy","video/webm"
|
||||
"first-crispy-drink.webm","video","overlay","First Crispy Drink","Guy enjoys a Mountain Dew drink","","crispy,drink,first,mountain dew,tasty","video/webm"
|
||||
"fish-mocking.webm","video","overlay","Fish Mocking","Fish gives side eyes and mocks inaudibly while looking to side","","fish,mocking,side eye","video/webm"
|
||||
"fk-off-you-fat-pig-s.webm","video","overlay","Fk Off You Fat Pig","Kid says “Fuck off you fat pig""","","pig,fuck off,fat pig,go away","video/webm"
|
||||
"flamethrower.webm","video","overlay","Flamethrower","Granny enjoys operating a flamethrower, blasting surroundings while laughing","","flamethrower,granny,laughing,burn","video/webm"
|
||||
"flipping-the-bird-1.webm","video","overlay","Flipping The Bird","Guy flips the bird / points middle finger","","flipping bird,middle finger,fuck you","video/webm"
|
||||
"flipping-the-bird.webm","video","overlay","Flipping The Bird","Girl dances to a song and points a middle finger","","girl,bird flipping,middle finger,fuck you","video/webm"
|
||||
"florence-pugh-thinking.webm","video","overlay","Florence Pugh Thinking","Florence Pugh thinks hard","","thinking,girl,celebrity,actor,florence pugh,thinking hard,deep thoughts","video/webm"
|
||||
"food-so-good.webm","video","overlay","Food So Good","Kid enjoys heavenly food, rolls eyes","","food,good,heavenly,tasty","video/webm"
|
||||
"fortnite-dance.webm","video","overlay","Fortnite Dance","Kid does a fortnite dance","","dance,fortnite","video/webm"
|
||||
"fortnite-lali-lali-lali-dance.webm","video","overlay","Fortnite Lali Lali Lali Dance","Fortnite character does a fornite dance","","dance,fortnite,lali","video/webm"
|
||||
"fortnite-sniffing-candy-cane.webm","video","overlay","Fortnite Sniffing Candy Cane","Character sniffing a candy cane
|
||||
","","candy,cane,fortnite,sniffing,sugar rush,scent","video/webm"
|
||||
"friday-i-told-you.webm","video","overlay","I Told You","Guy says ""I told you"", friend replies “you didn’t tell me shit""","","i told you,you didn’t tell me","video/webm"
|
||||
"friday-ill-remember-that.webm","video","overlay","I'll Remember That","Girl asks a guy to remember, guy does not care","","remember that,write it down,take picture,idgaf,i don’t give a fuck","video/webm"
|
||||
"frog-bikini-dance.webm","video","overlay","Frog Bikini Dance","Frog wears a bikini and dances","","bikini,dance,frog","video/webm"
|
||||
"frog-in-the-rain.webm","video","overlay","Frog In The Rain","Frog wear heels, holds an umbrella, walking under a rain","","frog,rain,raining,walking","video/webm"
|
||||
"frog-standing.webm","video","overlay","Frog Standing","Frog standing still, pondering, thinking about life choices","","frog,standing,life choices,deep thoughts,ponder","video/webm"
|
||||
"full-stomach.webm","video","overlay","Full Stomach","Lady just had a very full meal","","full,stomach,full meal,lady","video/webm"
|
||||
"funny-dog-walking.webm","video","overlay","Funny Dog Walking","Dog walks sideways funnily","","dog,funny,walking","video/webm"
|
||||
"gaging-dog.webm","video","overlay","Gaging Dog","Husky dog tries to vomit/spit out, doing gag movements","","dog,gaging,spit,vomit","video/webm"
|
||||
"gawsh-darn-it.webm","video","overlay","Gawsh Darn It","Girl says “Aww crud” as if she forgots something
|
||||
","","aww,crud,gosh,darnit,shoot,forgot,forgets","video/webm"
|
||||
"gdd2kfas-guy-dancing.webm","video","overlay","Guy Dancing","Guy dancing","","dancing,guy","video/webm"
|
||||
"george-flips-off-brad.webm","video","overlay","George Flips Off Brad","Man points a middle finger to another man","","flip bird,middle finger,flip off,fuck off,fuck you,brad pitt,george clooney,celebrity,actor","video/webm"
|
||||
"gesus-khrist.webm","video","overlay","Jesus Christ","Sad kid says Jesus Christ","","jesus christ,sad,tearing","video/webm"
|
||||
"get-ready-with-me.webm","video","overlay","Get Ready With Me","Girl irons her burning hair","","hair ironing,hairstyling,hair burning,makeup,preparation,getting ready","video/webm"
|
||||
"get-your-ass-down.webm","video","overlay","Get Your Ass Down","Lady says “Get your ass down” to children","","get your ass down,come here,parenting","video/webm"
|
||||
"ghost-face-dancing-1-mp4.webm","video","overlay","Ghost Face Dancing","Ghost does a funny dance","","dancing,face,ghost","video/webm"
|
||||
"ghost-face-dancing.webm","video","overlay","Ghost Face Dancing","Ghost does a funny dance","","dancing,face,ghost,funny dance","video/webm"
|
||||
"gift-punch-in-a-bag.webm","video","overlay","Gift Punch In A Bag","Man pretends to take a gift from bag but lands a punch to you instead","","bag,gift,punch,guy,christmas","video/webm"
|
||||
"ginch-yelling.webm","video","overlay","Grinch Yelling","grinch yelling","","yelling,grinch","video/webm"
|
||||
"girl-asking-for-food-during-the-performance.webm","video","overlay","Girl Asking For Food During The Performance","Girl refuses to dance during a performance because she is hungry","","food,girl,performance,hungry","video/webm"
|
||||
"girl-busting-out-movrs.webm","video","overlay","Girl Busting Out Moves","Girl busting out moves to a song","","busting,girl,moves","video/webm"
|
||||
"girl-crying.webm","video","overlay","Girl Crying","Girl watches phone and starts crying
|
||||
","","crying,girl,sad,phone","video/webm"
|
||||
"girl-dancing-1.webm","video","overlay","Girl Dancing","Girl busting moves","","dancing,girl,busting moves","video/webm"
|
||||
"girl-dancing-to-brother-louie.webm","video","overlay","Girl Dancing To Brother Louie","Girl dances to the song Brother Louie","","dancing,girl,brother louie","video/webm"
|
||||
"girl-dancing-to-satisfaction.webm","video","overlay","Girl Dancing To Satisfaction","Little girl shy dances to the song “Satisfaction""","","dancing,girl,satisfaction,shy","video/webm"
|
||||
"girl-dancing.webm","video","overlay","Girl Dancing","Kid girl dances to the song ""La Bouche - Be My Lover""","","dancing,girl,be my lover,busting moves","video/webm"
|
||||
"girl-dressed-as-doll-in-squid-game-light-red-light.webm","video","overlay","Girl Dressed As Doll In Squid Game Green Light Red Light","Little girl dances to a squid game song Green Light Red Light","","girl,little girl,squid game,dress up,doll,green light red light","video/webm"
|
||||
"girl-fake-crying.webm","video","overlay","Girl Fake Crying","Girl pretends to cry and smiles back immediately
|
||||
","","girl,fake crying","video/webm"
|
||||
"girl-falls-off.webm","video","overlay","Girl Falls Off","Girl falls off from snow sled in slow motion
|
||||
","","falls,girl,snow sled,winter","video/webm"
|
||||
"girl-farts-in-a-tube.webm","video","overlay","Girl Farts In A Tube","Girl farts into a long tube","","farts,girl,tube,fart,load of fart","video/webm"
|
||||
"girl-ice-skating.webm","video","overlay","Girl Ice Skating","Girls ice skating in slow motion","","girl,ice,skating,wonderful,happy","video/webm"
|
||||
"girl-is-shocked.webm","video","overlay","Girl Is Shocked","Kid girl sees something and looks shocked","","girl,shocked","video/webm"
|
||||
"girl-pacing-back-and-forth.webm","video","overlay","Girl Pacing Back And Forth","Girl paces back and forth like a shark
|
||||
","","back,forth,girl,pacing,shark,scary","video/webm"
|
||||
"girl-playing-with-dirt.webm","video","overlay","Girl Playing With Dirt","Little girl plays with dirt, all over hands, clothes and face","","dirt,girl,playing,carefree,chill","video/webm"
|
||||
"girl-punches-a-dummy.webm","video","overlay","Girl Punches A Dummy","Girl attacks a dummy with various ways to release stress
|
||||
","","dummy,girl,punches,stress,stress release,tension","video/webm"
|
||||
"girl-rave-dance.webm","video","overlay","Girl Rave Dance","Girl does a rave dance to hardstyle music","","dance,girl,rave,hardstyle,bass","video/webm"
|
||||
"girl-saying-no.webm","video","overlay","Girl Saying No","Baby girl screams ‘no' to mother","","girl,baby girl,parenting,no,screaming,shouting","video/webm"
|
||||
"girl-says-wow.webm","video","overlay","Girl Says Wow","Girl sees something amazing and says “wow""","","girl,says,wow,little girl,surprised,amazed","video/webm"
|
||||
"girl-screaming-mom.webm","video","overlay","Girl Screaming Mom","Girl cries and screams “Mom” for help","","girl,mom,screaming,help,crying","video/webm"
|
||||
"girl-screaming.webm","video","overlay","Girl Screaming","Girl takes a deep breath and screams out loud
|
||||
","","girl,screaming,stress release,stress,tension,shout","video/webm"
|
||||
"girl-showing-the-bird.webm","video","overlay","Girl Showing The Bird","Girl points a middle finger to the crowd","","girl,showing,middle finger,flipping bird,fuck you","video/webm"
|
||||
"girl-singing-jingle-bells.webm","video","overlay","Girl Singing Jingle Bells","Girl sings Jingle Bells song","","bells,girl,jingle,singing,christmas","video/webm"
|
||||
"girl-walking.webm","video","overlay","Girl Walking","Girl walks in style to the song ""La Bouche - Be My Lover""","","girl,walking,stylish,confident","video/webm"
|
||||
"girl-whistles-and-laughing.webm","video","overlay","Girl Whistles And Laughing","Girl blows unto a plastic toy saxophone and laughs ","","girl,laughing,whistles,saxophone,kid,toy,funny","video/webm"
|
||||
"girl-with-squeeky-laugh.webm","video","overlay","Girl With Squeeky Laugh","Girl laughs squeekily","","girl,laugh,squeeky,engine,hysterical","video/webm"
|
||||
"girls-after-getting-starbucks.webm","video","overlay","Girls After Getting Starbucks","Guy acts like a girl at starbucks, cross leg and plays hair","","girls,starbucks,cross leg,plays hair","video/webm"
|
||||
"girls-gossip.webm","video","overlay","Girls Gossip","Two girls gossiping with each other","","girls,gossip","video/webm"
|
||||
"give-it-to-me.webm","video","overlay","Speed Give It To Me","Influencer iShowSpeed repeatedly screams give it to me","","give it to me,impatient,ishowspeed","video/webm"
|
||||
"give-me-a-color-that-starts-with-letter-m.webm","video","overlay","Give Me A Color That Starts With Letter M","Kid does not know the answer to a question, gives a random answer","","no idea,unsure,interview,random answer","video/webm"
|
||||
"give-me-smooches.webm","video","overlay","Give Me Smooches","a cute bubbly kid gives a smooch","","smooches,kid,girl,cute,bubbly,kiss","video/webm"
|
||||
"go-piper-stop-piper.webm","video","overlay","Go Piper Stop Piper","Kid runs past the finish line, dad tries to tell her","","winner,piper,kid","video/webm"
|
||||
"goat-chewing.webm","video","overlay","Goat Chewing","Docile goat chewing food","","chewing,goat","video/webm"
|
||||
"goat-mocking.webm","video","overlay","Goat Mocking","Goat is mocking you with tongue out","","goat,mocking","video/webm"
|
||||
"goat-pretending-to-die.webm","video","overlay","Goat Pretending To Die","Animated goat pretends to die","","die,goat,pretending","video/webm"
|
||||
"goat-with-big-glasses.webm","video","overlay","Goat With Big Glasses","Goat wears big glasses","","big,glasses,goat,cool,ridiculous","video/webm"
|
||||
"god-shes-beautiful.webm","video","overlay","God Shes Beautiful","Basketballer says “God she’s beautiful""","","beautiful,god,shes,praise,complement,basketballer,guy","video/webm"
|
||||
"going-from-mad-to-smiling.webm","video","overlay","Going From Mad To Smiling","Girl immediately turns from mad to smiling","","going,mad,smiling","video/webm"
|
||||
"going-to-bed.webm","video","overlay","Going To Bed","Guy excited and smiling as he tucks himself to bed","","bed,going,happy,excited,sleeping,tuck","video/webm"
|
||||
"golden-gals-gone-glam-big-booty-bold-boobs-legendary-lips.webm","video","overlay","Golden Gals Gone Glam Big Booty Bold Boobs Legendary Lips","Grandmas twerking","","boobs,glam,legendary,lips,golden gals,big booty,plastic surgery,botox,lip fillers","video/webm"
|
||||
"gomer-stares-down.webm","video","overlay","Gomer Stares Down","Man stares down at an opponent","","gomer,opponent,man,stare down,death stare","video/webm"
|
||||
"gonna-try-not-to-cry.webm","video","overlay","Gonna Try Not To Cry","Lady tries not to cry","","cry,gonna,not,try,sad,depressed","video/webm"
|
||||
"good-morning-angels.webm","video","overlay","Good Morning Angels","Man says good morning angels, group of girls says “good morning Charlie""","","angels,good,morning,charlie,lucky,girls,pretty","video/webm"
|
||||
"good-morning-da-pineapple.webm","video","overlay","Good Morning Da Pineapple","Man sings a made up song about good morning pineapple","","pineapple,good morning","video/webm"
|
||||
"good-morning.webm","video","overlay","Good Morning","Boy says good morning, how are you","","good morning,how are you","video/webm"
|
||||
"good-mr-beast-and-kai.webm","video","overlay","Good Mr Beast And Kai","Mr Beast and Kai Cenat posing","","mr beast,kai cenat,influencer,streamer,youtuber,good looking,rizz,cool","video/webm"
|
||||
"good-so-good.webm","video","overlay","Good So Good","Lady eats a dish, finds it tasty and good","","tasty,good,so good","video/webm"
|
||||
"goofy-dance.webm","video","overlay","Goofy Dance","Girl does a happy goofy dance","","dance,goofy,happy,cheerful","video/webm"
|
||||
"gorilla-chilling.webm","video","overlay","Gorilla Chilling","Gorilla hanging by the tree, chilling","","gorilla,chilling,hanging","video/webm"
|
||||
"gorilla-dancing-lets-groove.webm","video","overlay","Gorilla Dancing Lets Groove","Person in gorilla costume grooving
|
||||
","","dancing,gorilla,groove,dance","video/webm"
|
||||
"gorilla-eating-booger.webm","video","overlay","Gorilla Eating Booger","Gorilla digs nose, looks around, sees no one, then eats booger","","booger,gorilla,eat booger,nose digging,dig nose","video/webm"
|
||||
"gorilla-eating.webm","video","overlay","Gorilla Eating","Gorilla minding own business and eats snacks","","eating,gorilla,snacks,minding own business","video/webm"
|
||||
"gorilla-running.webm","video","overlay","Gorilla Running","Gorilla runs in dramatic scene and slow motion","","gorilla,running,dramatic,slow motion","video/webm"
|
||||
"gorilla-showing-the-bird.webm","video","overlay","Gorilla Showing The Bird","Gorilla flips bird / points middle finger","","bird,gorilla,showing,middle finger,flip bird,fuck you","video/webm"
|
||||
"gorilla-thinking.webm","video","overlay","Gorilla Thinking","Gorilla having deep thoughts, scratches nose, scratches chin
|
||||
","","gorilla,thinking,thinking face,deep thoughts,scratching,pondering","video/webm"
|
||||
"gorillas-sneaking.webm","video","overlay","Gorillas Sneaking","A troop of gorillas sneaking around","","gorillas,sneaking,sneaky,walking,stealth","video/webm"
|
||||
"gosh-i-dont-know-where-to-began.webm","video","overlay","Gosh I Dont Know Where To Begin","Man has no idea where to start","","i dont know,begin,where to start,i have no idea,don’t know,not sure","video/webm"
|
||||
"grandma-being-silly.webm","video","overlay","Grandma Being Silly","Grandma makes a silly face
|
||||
","","grandma,silly,silly face,funny","video/webm"
|
||||
"grandma-cooking.webm","video","overlay","Grandma Cooking","Man loves grandma’s food so much","","cooking,grandma,tasty,food","video/webm"
|
||||
"grandma-dancing-1.webm","video","overlay","Grandma Dancing","Grandma wearing headphones, dancing to song","","dancing,grandma,happy","video/webm"
|
||||
"grandma-dancing.webm","video","overlay","Grandma Dancing","Cool grandma busting moves
|
||||
","","dancing,grandma,busting moves,cool","video/webm"
|
||||
"grandma-holding-a-sign.webm","video","overlay","Grandma Holding A Sign","Grandma holds a sign “Run if you think I’m sexy""","","grandma,holding,sign","video/webm"
|
||||
"grandma-swiping-her-phone.webm","video","overlay","Grandma Swiping Her Phone","Grandma resting, swiping her phone","","grandma,phone,swiping,bored,boredom,tired,doom scroll","video/webm"
|
||||
"grandma-twerking.webm","video","overlay","Grandma Twerking","Grandma twerking","","grandma,twerking","video/webm"
|
||||
"grandpa-carlos-dancing.webm","video","overlay","Grandpa Carlos Dancing","Granda carlos dancing","","carlos,dancing,grandpa","video/webm"
|
||||
"grandpa-dancing-1-mp4.webm","video","overlay","Grandpa Dancing","Grandpa dancing carefully","","dancing,grandpa,grooving","video/webm"
|
||||
"grandpa-dancing.webm","video","overlay","Grandpa Dancing","Grandpa dancing to music","","dancing,grandpa","video/webm"
|
||||
"granny-dancing.webm","video","overlay","Granny Dancing","Granny busting moves to a rave song","","dancing,granny,rave,club,groove,moves","video/webm"
|
||||
"granny-mewing.webm","video","overlay","Granny Mewing","Granny blowing kisses","","granny,mewing,kiss","video/webm"
|
||||
"granny-showing-bird.webm","video","overlay","Granny Showing Bird","Granny flipping bird / middle finger","","granny,middle finger,showing bird,flipping bird,fuck you","video/webm"
|
||||
"granny-smith-dancing.webm","video","overlay","Granny Smith Dancing","Granny busting moves to a club song","","dancing,club,busting moves,granny smith,party","video/webm"
|
||||
"grinch-barking.webm","video","overlay","Grinch Barking","Grinch getting angry and barks while","","barking,grinch","video/webm"
|
||||
"grinch-cant-fit-in-clothes.webm","video","overlay","Grinch Can't Fit In Clothes","Grinch could not fit into his sleepwear","","clothes,grinch","video/webm"
|
||||
"grinch-dance.webm","video","overlay","Grinch Dance","Grinch dances to a song","","dance,grinch","video/webm"
|
||||
"grinch-dancing.webm","video","overlay","Grinch Dancing","Grinch dances to a song","","dancing,grinch","video/webm"
|
||||
"grinch-did-you-miss-me.webm","video","overlay","Grinch Did You Miss Me","Grinch ask if you miss him","","grinch,miss,christmas,did you miss me","video/webm"
|
||||
"grinch-feliz-navidad.webm","video","overlay","Grinch Feliz Navidad","Grinch sings fel","","feliz,grinch,navidad","video/webm"
|
||||
"grinch-gangnam-style.webm","video","overlay","Grinch Gangnam Style","Grinch dances to Gangna","","gangnam,grinch,style","video/webm"
|
||||
"grinch-how-are-you-terrible.webm","video","overlay","Grinch How Are You Terrible","Grinch says he’s terrible in a happy way
|
||||
","","grinch,terrible,greeting,how are you","video/webm"
|
||||
"grinch-laughing.webm","video","overlay","Grinch Laughing","Grinch laughing hysterically ","","grinch,laughing","video/webm"
|
||||
"grinch-schedule.webm","video","overlay","Grinch Schedule","Grinch checking on his schedule for a ","","grinch,schedule","video/webm"
|
||||
"grinch-they-dont-love-you.webm","video","overlay","Grinch They Dont Love You","Grinch sings ","","dont,grinch,love","video/webm"
|
||||
"grooming-time.webm","video","overlay","Grooming Time","Man walks in style with heels, doing a catwalk
|
||||
","","grooming,time","video/webm"
|
||||
"groundhog-burps.webm","video","overlay","Groundhog Burps","Groundhog burps after meal","","burps,groundhog","video/webm"
|
||||
"groundhog-eating.webm","video","overlay","Groundhog Eating","Groundhog eating a flower","","eating,groundhog,hungry,chewing,food","video/webm"
|
||||
"grump-cat-mingle.webm","video","overlay","Grumpy Cat Mingle","Grumpy cat dances to a song","","cat,grump,mingle,squid game","video/webm"
|
||||
"gucci-gang-ooiiaa-cat.webm","video","overlay","Gucci Gang OIIA Cat","OIIA cat dances to Gucci Gang song","","cat,gang,gucci,ooiiaa","video/webm"
|
||||
"guilty-dog.webm","video","overlay","Guilty Dog","Dog avoids eye contact with owner because its’s","","dog,guilty","video/webm"
|
||||
"gus-staring.webm","video","overlay","Gus Staring","Man (G","","gus,staring","video/webm"
|
||||
"guy-barking.webm","video","overlay","Guy Barking","Guy starts barking after being provoked","","barking,guy,provoked,stress","video/webm"
|
||||
"guy-crying.webm","video","overlay","Guy Crying","Guy crying while carrying briefcase","","crying,guy","video/webm"
|
||||
"guy-dancing.webm","video","overlay","Guy Dancing","Guy dancing to a song","","dancing,guy","video/webm"
|
||||
"guy-doing-pikki-pikki-dance.webm","video","overlay","Guy Doing Pikki Pikki Dance","Guy does Pikki Pikki dance","","dance,doing,guy,pikki","video/webm"
|
||||
"guy-dom-scrolling.webm","video","overlay","Guy Doom Scrolling","Guy doom scrolls a phone with bad posture
|
||||
","","doom scrolling,bad posture,bad back","video/webm"
|
||||
"guy-eating-chicken.webm","video","overlay","Guy Eating Chicken","Guy eating chicken with the whole mouth and starts singing
|
||||
","","chicken,guy,singing,eating","video/webm"
|
||||
"guy-explains.webm","video","overlay","Guy Explains","Bu","","explains,guy","video/webm"
|
||||
"guy-gets-angry.webm","video","overlay","Guy Gets Angry","Guy’s face is turning red, about to explode","","angry,guy,face turning red,explode,stress,tension","video/webm"
|
||||
"guy-in-blue-shirt-dance.webm","video","overlay","Guy In Blue Shirt Dance","Guy busting moves","","dance,guy,busting moves","video/webm"
|
||||
"guy-in-santa-hat.webm","video","overlay","Guy In Santa Hat","Guy is covered in dirt, wearing santa hat","","guy,hat,santa","video/webm"
|
||||
"guy-in-shock.webm","video","overlay","Guy In Shock","Gi","","guy,shock","video/webm"
|
||||
"guy-laughing.webm","video","overlay","Guy Laughing","Guy does ","","guy,laughing","video/webm"
|
||||
"guy-mocking.webm","video","overlay","Guy Mocking","Guy mocks back by nodding head and looks away","","guy,mocking,nodding head,look away","video/webm"
|
||||
"guy-naming-all-brainrot-s.webm","video","overlay","Guy Naming All Brainrots","Guy names all italian brainrot","","brainrot,guy,naming","video/webm"
|
||||
"guy-riding-a-fake-horse.webm","video","overlay","Guy Riding A Fake Horse","Guy pretends to ride a fake horse","","fake,guy,horse,riding","video/webm"
|
||||
"guy-running-fast.webm","video","overlay","Guy Running Fast","Guy runs fast and jumps on somebody","","fast,guy,running,jump","video/webm"
|
||||
"guy-shaking-coffee-drink.webm","video","overlay","Guy Shaking Coffee Drink","Guy shakes coffee drink for an extended period of time to make sure it tastes well","","coffee,drink,guy,shaking","video/webm"
|
||||
"guy-shows-off-his-koney-stack.webm","video","overlay","Guy Shows Off His Money Stack","Guy shows off his money","","guy,off,shows,stack","video/webm"
|
||||
"guy-slightly-hits-punching-bag.webm","video","overlay","Guy Slightly Hits Punching Bag","Guy hits punch bag in a very feminine manner","","bag,guy,hits,punching,feminine","video/webm"
|
||||
"guy-slips-and-falls.webm","video","overlay","Guy Slips And Falls"," Guy slips and falls in slow motion","","falls,guy,slips","video/webm"
|
||||
"guy-smoking-a-cigar.webm","video","overlay","Guy Smoking A Cigar","Guy smokes a big cigar","","cigar,guy,smoking","video/webm"
|
||||
"guy-stressing-overthinking.webm","video","overlay","Guy Stressing Overthinking","Guy is stressing out, overthinking, until someone asks and he smiles","","guy,overthinking,stressing","video/webm"
|
||||
"guy-tap-dancing.webm","video","overlay","Guy Tap Dancing","Guy does tap dancing","","dancing,guy,tap","video/webm"
|
||||
"guy-whining.webm","video","overlay","Guy Whining","Guy whining and praying, crying, begging
|
||||
","","guy,whining,praying,crying,begging","video/webm"
|
||||
"guy-with-a-big-bag.webm","video","overlay","Guy With A Big Bag","Guy walking with a big bad, and a big credit card","","guy,credit card,big bag,shopping","video/webm"
|
||||
"guys-dancing.webm","video","overlay","Guys Dancing","Guys in spooky masks dancing","","dancing,guys,scary,spooky,costume,halloween","video/webm"
|
||||
"guys-stares.webm","video","overlay","Guy Stares","Guy in deep thoughts, then stares at you","","guys,stares","video/webm"
|
||||
"ha-gayyyyy.webm","video","overlay","Ha Gayyyyy","man calls out someone ‘gay'","","gayyyyy,femine","video/webm"
|
||||
"haha-bomboclat.webm","video","overlay","Haha Bomboclat","Guy laughs hysterically, cusses Bomboclat","","bomboclat,haha,hysterical,no problem,lol,laugh","video/webm"
|
||||
"hair-whip.webm","video","overlay","Hair Whip","Girl wets hair with bucket water and does a hair whip dance","","hair,whip,dance,bucket,water,girl","video/webm"
|
||||
"halloween-dance.webm","video","overlay","Halloween Dance","group of animated characters do a halloween dance","","dance,halloween","video/webm"
|
||||
"halloween-jam.webm","video","overlay","Halloween Jam","Group of people in various halloween costumes dancing","","halloween,jam","video/webm"
|
||||
"halo-cybertruck.webm","video","overlay","Halo Cybertruck","Halo game themed Tesla Cybertruck","","cybertruck,halo,game","video/webm"
|
||||
"hamster-dancing.webm","video","overlay","Hamster Dancing","Hamster dances to music","","dancing,hamster,cute,funny","video/webm"
|
||||
"hamster-eating.webm","video","overlay","Hamster Eating","Cute hamster eating cabbage","","eating,hamster","video/webm"
|
||||
"hamster-thanos-damn-mommy-i-just-wanna.webm","video","overlay","Hamster Thanos Damn Mommy I Just Wanna","Hamster in Squid Game Thanos outift dances to song","","damn,hamster,just,mommy,thanos,wanna","video/webm"
|
||||
"hamster-workibg-out.webm","video","overlay","Hamster Working Out","Hamster using gym equipments for workout","","hamster,workibg,gym,exercise,fit","video/webm"
|
||||
"happy-birthday-ooiiaaa-cats-maxwell-and-fatehel.webm","video","overlay","Happy Birthday OIIA Cats Maxwell And Fatehel","OIIA Cats singing happy birthday","","birthday,cats,fatehel,happy,maxwell,ooiiaaa,happy birthday,oiia","video/webm"
|
||||
"happy-birthday.webm","video","overlay","Happy Birthday","Officer singing Happy birthday","","birthday,happy,state trooper,officer","video/webm"
|
||||
"happy-cat.webm","video","overlay","Happy Cat","Kitten happily jumping","","cat,happy,happy cat,jumping,excited","video/webm"
|
||||
"happy-cry.webm","video","overlay","Happy Cry","Guy cries in tears of joy","","cry,happy,tears of joy,tears","video/webm"
|
||||
"happy-dog.webm","video","overlay","Happy Dog","Dog runs happily towards the horizon","","dog,happy,running","video/webm"
|
||||
"happy-elephant.webm","video","overlay","Happy Elephant","Happy elehpant swings trunk
|
||||
","","elephant,happy,trunk,cheerful","video/webm"
|
||||
"happy-shrek.webm","video","overlay","Happy Shrek","Shrek character walking happily
|
||||
","","happy,shrek,walking","video/webm"
|
||||
"harrison-ford-red-hulk.webm","video","overlay","Harrison Ford Red Hulk","Red Hulk appears, angry, taunts and stares","","hulk,death stare,the hulk,red hulk,angry,taunt,pissed,harrison ford,celebrity,artist","video/webm"
|
||||
"harrison-ford-snacking.webm","video","overlay","Harrison Ford Snacking","Harrison Ford Snacking","","snacking,harrison ford,minding own business","video/webm"
|
||||
"hasbulla-drinking.webm","video","overlay","Hasbulla Drinking","Hasbulla drinking from can","","drinking,hasbulla","video/webm"
|
||||
"hasbulla-entrance-walk.webm","video","overlay","Hasbulla Entrance Walk","Hasbulla does a dramatic walk
|
||||
","","entrance,hasbulla,walk","video/webm"
|
||||
"hasbulla-pulls-out-a-gun.webm","video","overlay","Hasbulla Pulls Out A Gun","Hasbulla eating pizza and pulls out a gun","","gun,hasbulla,pizza,russian","video/webm"
|
||||
"hasbulla-saying-nah.webm","video","overlay","Hasbulla Saying Nah","Hasbulla says no using hand gestures","","hasbulla,nah,saying,no,stay away,wait","video/webm"
|
||||
"hasbulla-training.webm","video","overlay","Hasbulla Training","Hasbulla taunts and starts doing training on kicks and punches","","hasbulla,training,russian","video/webm"
|
||||
"hasbulla-woof-woof.webm","video","overlay","Hasbulla Woof Woof","Hasbulla does funny woof sounds","","hasbulla,woof,russian","video/webm"
|
||||
"hawk-tuah-put-a-tongue-in-that-thang.webm","video","overlay","Hawk Tuah Put A Tongue In That Thang","Guy does a ‘Hawk Tuah’ spit and says ‘put a tongue in that thing'","","tongue,lick,hawk tuah,spit","video/webm"
|
||||
"hawk-tuah.webm","video","overlay","Hawk Tuah","Girl does a ‘Hawk Tuah’ spit","","hawk,tuah,spit,girl","video/webm"
|
||||
"heavy-lifting-woman.webm","video","overlay","Heavy Lifting Woman","Strong woman carefully lifts heavy weights
|
||||
","","heavy,lifting,woman,strong,exerise,heavy lifting,strong woman,healthy,strength","video/webm"
|
||||
"hedgehog-running.webm","video","overlay","Hedgehog Running","cute hedgehog running towards you
|
||||
","","hedgehog,running,cute","video/webm"
|
||||
"hedgehog-screaming.webm","video","overlay","Hedgehog Screaming","Hedgehog does an evil sinister laugh
|
||||
","","hedgehog,screaming,evil,sinister","video/webm"
|
||||
"hello-but-im-not-sorry.webm","video","overlay","Hello But Im Not Sorry","Animated characters of one explaining to the other that he should apologise but responds back that he’s not sorry","","not sorry,apologising,not apologisting","video/webm"
|
||||
"help-me-strech.webm","video","overlay","Help Me Stretch","Guy helps a girl to stretch legs","","help,stretch,guy,girl,workout","video/webm"
|
||||
"hercules.webm","video","overlay","Hercules","Mother claps to son, chanting ‘Hercules'","","hercules,mother,celebrates,claps,motivation","video/webm"
|
||||
"hey-do-you-like-cars.webm","video","overlay","Hey Do You Like Cars","Guy does a pick up line asking if you like cars, if yes get in, promises to drive you crazy","","cars,hey,pickup lines,rizz","video/webm"
|
||||
"hey-girl.webm","video","overlay","Hey Girl","Dwayne Johnson does an imitation voice trying to pickup","","dwayne johnson,hey girl,pickup,cat calling","video/webm"
|
||||
"hi-good-morning.webm","video","overlay","Hi Good Morning","Llama says Hi and Good morning in various ways","","llama,good morning,Hi,hello","video/webm"
|
||||
"hippo-dancing.webm","video","overlay","Hippo Dancing","Animated hippo dances to a song","","dancing,hippo,booty work","video/webm"
|
||||
"hiroto-lands-2340.webm","video","overlay","Hiroto Lands 2340","Hiroto Ogawa does a 2340 backslide snowboarding land, crowd cheers","","hiroto,lands,stunt,snowboarding,cheer,success,celebrate,challenging,hiroto ogawa","video/webm"
|
||||
"hogan-saying-fk-you-fk-you.webm","video","overlay","Hogan Saying Fk You Fk You","Hulk Hogan points to crowd and cusses ‘fuck you'","","hulk hogan,fuck you,fk you,WWE","video/webm"
|
||||
"holding-back-let-him-cook.webm","video","overlay","Holding Back Let Him Cook","Marmot holds back his marmot friend","","marmot,holding back,let him cook,let bro cook,hold back,wait","video/webm"
|
||||
"holler-at-me-tomorrow.webm","video","overlay","Holler At Me Tomorrow","Guy asks to come back tomorrow when sober
|
||||
","","holler,tomorrow,sober,high,holla,put your ass back down,come back tomorrow","video/webm"
|
||||
"holly-balls.webm","video","overlay","Holy Balls","Lady gets shocked, claps to celebrate","","balls,holy,holy balls","video/webm"
|
||||
"home-alone-i-dont-wanna-see-you.webm","video","overlay","Home Alone I Dont Wanna See You","Boy tells off an adult that he doesn’t want to see her for the rest of his life, or anyone else for that matter","","home alone,go away,whole life,nobody else,don’t want to see you again,macaulay culkin,artist,celebrity","video/webm"
|
||||
"homelander-what-kind-of-animal-are-you.webm","video","overlay","Homelander What Kind Of Animal Are You","Man asks what kind of animal are you","","animal,homelander,kind,what kind of animal,who the fuck are you,who are you,what are you,celebrit,artist","video/webm"
|
||||
"homer-simpson-boring.webm","video","overlay","Homer Simpson Boring","Homer character from Simpsons says ‘boring'","","boring,homer,simpson","video/webm"
|
||||
"hood-caroling.webm","video","overlay","Hood Caroling","Group of people wearing christmas outfits, carolling","","caroling,hood,christmas,carol","video/webm"
|
||||
"hooded-vigilante-dancing.webm","video","overlay","Hooded Vigilante Dancing","Person dress as a hooded vigilante dancing","","dancing,hooded,vigilante","video/webm"
|
||||
"horse-side-eye.webm","video","overlay","Horse Side Eye","Horse looks at you with a side-eye","","horse,side eye,contempt,disapproval,suspicion,skepticism,annoyed","video/webm"
|
||||
"how-are-you-alive.webm","video","overlay","How Are You - Alive","Man responds that he’s just ‘alive’ when being asked 'how are you'","","alive,how are you","video/webm"
|
||||
"how-do-i-make-this-about-ne.webm","video","overlay","How Do I Make This About Me","Guy gives a long sigh and asks how to make this about him","","long sigh,sigh,how do i,about me,make about me","video/webm"
|
||||
"how-to-train-your-dragon-live-action.webm","video","overlay","How To Train Your Dragon Live Action","Boy touches and pats a docile dragon","","how to train your dragon,pet,docile,petting","video/webm"
|
||||
"huculka-puculka.webm","video","overlay","Huculka Puculka","Man dances to Huculka Puculka song","","huculka,puculka,man,dancing,funny,romanian","video/webm"
|
||||
"hugh-jackman-happy-dance.webm","video","overlay","Hugh Jackman Happy Dance","Celebrit Hugh Jackman hops and dances happily","","dance,happy,hugh,jackman,hugh jackman,actor,cheerful,celebrity","video/webm"
|
||||
"hungry-child.webm","video","overlay","Hungry Child","Child opens mouth, waiting to be fed by parent","","child,hungry,feeding,parenting,cute,baby,kid","video/webm"
|
||||
"hyenas-laughing.webm","video","overlay","Hyenas Laughing","Animation of two hyenas from Lion King, one laughing, another says that its not funny, asks to shut up","","hyenas,laughing,funny,shut up,joke,lol","video/webm"
|
||||
"hyrax-and-chicken-talking.webm","video","overlay","Hyrax And Chicken Talking","Hyrax and chicken take turns to talk, about to argue","","chicken,hyrax,talking,argument,fighting,argue","video/webm"
|
||||
"hyrax-eating.webm","video","overlay","Hyrax Eating","Hyrax minding own business, chewing vegetables","","eating,hyrax,vegetables,hungry,docile","video/webm"
|
||||
"hyrax-mama.webm","video","overlay","Hyrax Mama","Hyrax calls Mama","","hyrax,mama,shout,scream,scared,screaming,taunting","video/webm"
|
||||
"hyrax-scream.webm","video","overlay","Hyrax Scream","Hyrax shouts and taunts","","hyrax,scream,taunt,shout,afraid","video/webm"
|
||||
"hyrax-screaming.webm","video","overlay","Hyrax Screaming","Hyrax screams","","hyrax,screaming,shout,afraid,talking","video/webm"
|
||||
"hyrax-staring.webm","video","overlay","Hyrax Staring","Hyrax stares at you the whole time","","hyrax,staring,noticing,watching,poker face","video/webm"
|
||||
"hyrax-wawa.webm","video","overlay","Hyrax Wawa","Hyrax talking","","hyrax,wawa,screech,talking,shout,scream","video/webm"
|
||||
"hysterical-laugh.webm","video","overlay","Hysterical Laugh","Guy laughs hysterically, busting","","hysterical,laugh,busting,funny","video/webm"
|
||||
"i-aint-forget.webm","video","overlay","I Ain't Forget","Guy explains he did not forget where he came from, he just realises he can’t stay here.","","aint,forget,ain’t forget,realise,realisation,can’t stay here,guy","video/webm"
|
||||
"i-am-a-surgeon.webm","video","overlay","I Am A Surgeon","Doctor rshawneiterates that he is a surgeon","","surgeon,shawn murphy,good doctor,i am a surgeon,stress,pressure,work,doctor,hospital,freddie highmore,actor","video/webm"
|
||||
"i-am-soaking-wet-right-now.webm","video","overlay","I Am Soaking Wet Right Now","Deadpool looks to the camera and says he’s soaking wet right now
|
||||
","","soaking,wet,soaking wet,deadpool,ryan renolds,wade wilson,actor,celebrity","video/webm"
|
||||
"i-am-the-one-who-knocks.webm","video","overlay","I Am The One Who Knocks","Walter White (Breaking Bad) affirms to his opponent that he is the one who knocks","","i am the one,authority,in power,full control,leader,angry,walter white,breaking bad,bryan cranston,celebrity,actor","video/webm"
|
||||
"i-bought-a-property-in-egypt.webm","video","overlay","I Bought A Property In Egypt","Man stating the obvious by saying when he buys a property, they give you the property","","bought,egypt,property,obvious,obviously,straightforward","video/webm"
|
||||
"i-can-see-you.webm","video","overlay","I Can See You","Comedian Katt Williams calls out to a person in crowd that he is very prominent","","nigga,i can see you,obvious,clear,apparent,plain sight,prominent,comedian,actor,katt williams","video/webm"
|
||||
"i-cant-coming-to-work.webm","video","overlay","I Can't Come In To Work","Girl explains that she can’t in work today because she can’t see herself working today","","working,work,office,rest day,not in work,holiday,idgaf,work life,work life balance","video/webm"
|
||||
"i-cant-get-her-out-of-my-head.webm","video","overlay","I Cant Get Her Out Of My Head","Sonic character explains it’s too painful to forget her","","sonic,can’t forget,painful,relationship,memories,pain,love","video/webm"
|
||||
"i-cant-tell-you-that.webm","video","overlay","I Can't Tell You That","Man explains that it’s too private to share a certain information","","can’t tell,personal,private,secret,man","video/webm"
|
||||
"i-crack-myself-up-everyday.webm","video","overlay","I Crack Myself Up Everyday","Man can’t contain his laughter, flips out","","crack,everyday,myself,too funny,funny,joke,laughter,hysterical","video/webm"
|
||||
"i-do-not-give-a-single-fk.webm","video","overlay","I Do Not Give A Single Fuck","Man hand signs to “I do not give a single fuck""","","idgaf,no fuck,i don’t give a fuck,man","video/webm"
|
||||
"i-do-thave-any-type-of-gossip.webm","video","overlay","I Don't Any Time For Gossip","kid explains he’s got no time for gossip","","gossip,no time,rush,please,so,nonsense","video/webm"
|
||||
"i-dont-get-angry.webm","video","overlay","I Don't Get Angry","Lady explains she doesn’t get angry, instead she does something back to others when she gets affected","","angry,tit for tat,reflect,explaination,calm,common sense,logical","video/webm"
|
||||
"i-dont-give-a-fk-what-they-think.webm","video","overlay","I Don't Give A Fuck What They Think","Lady explains she doesn’t give a fuck of what others think","","idgaf,no fuck,i don’t give a fuck,what others think","video/webm"
|
||||
"i-dont-know-what-to-do.webm","video","overlay","I Don't Know What To Do","Lady explains she has very little money left, no idea what to do next","","dont,know,poor,no money,not enough,stressed,money issues,lady,broke","video/webm"
|
||||
"i-dont-think-you-know-what-bad-day-is.webm","video","overlay","I Don't Think You Know What Bad Day Is","Man explains to a boy that he has no idea what a bad day is, but warns him that he’s going to find out","","bad day,find out,warning,man,boy,no idea,no clue,stress,pressure","video/webm"
|
||||
"i-dont-wanna-do-this-anymore.webm","video","overlay","I Don't Wanna Do This Anymore","Lady Gaga sings “I don’t wanna do this anymore""","","wanna,no more,don’t want anymore,give up,dislike","video/webm"
|
||||
"i-drink-and-i-know-things.webm","video","overlay","I Drink And I Know Things","Man explains that he drinks, and he knows things.","","i know things,drink,game of thrones,tyrion lannister,peter dinklage,celebrity,actor","video/webm"
|
||||
"i-fucked-it-up-can-i-go-back.webm","video","overlay","I Fucked It Up, Can I Go Back","Woman fails to sing properly, asks if she can try again","","fucked up,i fucked up,try again,restart,retry","video/webm"
|
||||
"i-got-beanss-potatoe-tomatoe.webm","video","overlay","I Got Beans, Greens Potatos, Tomatos","Grandma raps to a song to a list of all the ingredients she has","","beans,greens,rap,grandma,potato,lambs,hogs maws,chicken,turkey,you name it","video/webm"
|
||||
"i-guess-well-never-know.webm","video","overlay","I Guess We'll Never Know","NFL football coach explains that we’ll never know","","we’ll never know,never know,no idea,nfl,mike tomlin,steelers","video/webm"
|
||||
"i-just-arrived.webm","video","overlay","I Hate Obstacles","Man repeatedly explains in interview he just arrived, he as no idea","","obstacles,just arrived,no idea,unsure,man,interview","video/webm"
|
||||
"i-just-wanna-be-appreciated.webm","video","overlay","I Just Wanna Be Appreciated","Lady explains repeatedly that she just wanna be appreciated","","appreciated,i want,lady","video/webm"
|
||||
"i-know-how-to-make-the-girls-go-crazyyyy.webm","video","overlay","I Know How To Make The Girls Go Crazyyyy","Guy dances to a song “I know how to make girls go crazy""","","girls,crazy,dance,guy","video/webm"
|
||||
"i-know-im-a-little-wasted.webm","video","overlay","I Know I'm A Little Wasted","Lady explains she’s wasted but she’s so in love with you","","wasted,love,i love you,i know,lady,drunk","video/webm"
|
||||
"i-know-some-of-these-words.webm","video","overlay","I Know Some Of These Words","Man reads and acknowledges to the given list, and explains that he knows some of the words","","words,no clue,blur,i know","video/webm"
|
||||
"i-know-what-mind-of-man-you-are.webm","video","overlay","I Know What Mind Of Man You Are","Man stares down at another man, and says that he knows what kid of man he is","","i know,what man,responsible,bad choices,the walking dead,dale","video/webm"
|
||||
"i-know-you-you-know-you.webm","video","overlay","I Know You You Know You","Man explains that you know yourself
|
||||
","","i know you,you know you,man,yourself,ben stiller,dodgeball,celebrity,actor","video/webm"
|
||||
"i-like-cake.webm","video","overlay","I Like Cake","Man cross dress as a lady, and loves cake","","i love cake,food","video/webm"
|
||||
"i-like-these-calm-little-moments-before-the-storm.webm","video","overlay","I Like These Calm Little Moments Before The Storm","Man enjoys the moment before something bad happens","","calm,little,moments,storm,before the storm,calm before storm","video/webm"
|
||||
"i-like-to-move-it-move-it.webm","video","overlay","I Like To Move It Move It","King Julien, an animated character from move Madagascar, busting moves to the song “I like to move it""","","i like to move it,madagascar,king julien,dance,busting moves","video/webm"
|
||||
"i-love-my-kids.webm","video","overlay","I Love My Kids","Man forces stranger to see all his kid’s photos","","i love kids,show off,family,father,she so cute,i love children","video/webm"
|
||||
"i-love-repo.webm","video","overlay","I Love Repo","Repo character sings a song about love","","repo,i love,repo game,singing,player,gaming,cringe","video/webm"
|
||||
"i-love-rock-n-roll.webm","video","overlay","I Love Rock N Roll","Lady hums to the song ""I love rock and roll""","","roll,i love rock and roll,rock and roll,music,banging,humming","video/webm"
|
||||
"i-love-you-b.webm","video","overlay","I Love You Bitch","Man sings to girls in derogatory way","","i love you,bitch,i love you bitch","video/webm"
|
||||
"i-love-you-mommy.webm","video","overlay","I Love You Mommy","AI animated of a baby sings about a song of how he loves his mommy","","love,mommy,baby,i love mommy","video/webm"
|
||||
"i-love-you.webm","video","overlay","I Love You","Baby kid just remembered that he loves you
|
||||
","","i just remembered,i love you,love,heart,baby,kid,sweet,cute","video/webm"
|
||||
"i-may-not-have-a-brain-but-i-have-an-idea.webm","video","overlay","I May Not Have A Brain But I Have An Idea","Blob Monster asserts that he has an idea","","idea,brainless,smart,intelligent,solution,workaround,quick fix","video/webm"
|
||||
"i-miss-him-i-cant-help-it.webm","video","overlay","I Miss Him I Can't Help It","Woman explains she can’t help, she is sad","","i miss you,i miss him,miss you,i can’t help it,crying,sad,woman,relationship,love","video/webm"
|
||||
"i-need-calm-down.webm","video","overlay","I Need To Calm Down","Lady says that’s unfair, and asserts she needs to calm down as an adult","","calm down,unfair,adult,adulting,reasonable","video/webm"
|
||||
"i-need-coffee.webm","video","overlay","I Need Coffee","Kid says he needs coffee","","coffee,baby,kid,low energy,i need coffee,coffee fix,addiction,desperate,coffee addiction","video/webm"
|
||||
"i-need-to-keep-an-eye-on-you-but-i-just-want-to-sleep.webm","video","overlay","I Need To Keep An Eye On You But I Just Want To Sleep","Puppy tries to keep itself awake but is getting sleepier, eyes closing","","keep an eye,sleepy,tired,i want to sleep,sleep,puppy,cute,awake,super tired","video/webm"
|
||||
"i-need-your-help.webm","video","overlay","I Need Your Help","Man asks for help from a friend, no questions asked, friend agrees to help","","bro,help,hurt people,mission,i need help,helpful,buddies,no questions asked,the town,ben affleck,jeremy renner,celebrity,actor","video/webm"
|
||||
"i-prayed-n-it-happened.webm","video","overlay","I Prayed N It Happened","Man (Drew McIntyre) prayed for an event and it happened","","happened,prayed,drew mcIntyre,WWE","video/webm"
|
||||
"i-said-it-loud-n-clear.webm","video","overlay","I Said It Loud N Clear","Man reiterates that he said it loud and clear","","i think,loud and clear,clarity","video/webm"
|
||||
"i-thought-you-were-dead.webm","video","overlay","I Thought You Were Dead","A character was shocked to see that the person was no dead, but the person explains that his dead was greatly exaggerated.","","thought you were dead,death,not dead,exaggeration","video/webm"
|
||||
"i-want-refund.webm","video","overlay","I Want Refund","Guy crashes car into showroom and shouts I want refund","","crash,refund,confrontation","video/webm"
|
||||
"i-want-to-get-tacos.webm","video","overlay","I Want To Get Tacos","Man wants to get cash for tacos","","tacos,i want tacos,man","video/webm"
|
||||
"i-will-not-be-up-before-the-sun.webm","video","overlay","I Will Not Be Up Before The Sun","Lady affirms that she will never be up before the sun comes out","","9 to 5,5 to 9,work life balance,work,stress,sunlight,sleep,awake,idgaf","video/webm"
|
||||
"i-woke-up-like-this.webm","video","overlay","I Woke Up Like This","Puppy wakes up with a messy hair","","woke,dog,messy hair,wake up,morning,blur,puppy,bad hair day","video/webm"
|
||||
"ice-cream-n-cake-n-cake.webm","video","overlay","Ice Cream N Cake N Cake","animals sing ice cream and cake song","","cake,cream,ice,animals","video/webm"
|
||||
"idgaf-what-broke-people-say.webm","video","overlay","Idgaf What Broke People Say","lady does not give a fuck of what others say about here in the internet","","broke,idgaf,internet,people say,lady","video/webm"
|
||||
"iggwa-dance.webm","video","overlay","Iggy Dance","Girl does iggy dance","","dance","video/webm"
|
||||
"ill-make-it-worth-it.webm","video","overlay","I'll Make It Worth It","Girl sings ""I'll Make It Worth It""","","worth it","video/webm"
|
||||
"im-a-lil-baddie.webm","video","overlay","I'm A Lil Baddie","Girl in ocstume dones to the song JaidynAlexis - Barbie ","","hello motherfucker,hello,bad little bitch,bad,bad bitch,barbie","video/webm"
|
||||
"im-a-star-dance.webm","video","overlay","I'm A Star Dance","Girl dances to Mamushi song","","i get money,i’m a star,Okane kasegu,watashi wa sutaa","video/webm"
|
||||
"im-a-voter.webm","video","overlay","Im A Voter","Man questions why he is a voter and not being lied on and kiss butt","","voter,lie to me,kiss my butt","video/webm"
|
||||
"im-back-arnold.webm","video","overlay","I'm Back Arnold Schwarzenegger","Character Arnold Schwarzenegger says “i’m back""","","arnold schwarzenegger,i’m back,expendables","video/webm"
|
||||
"im-back-bitches.webm","video","overlay","I'm Back Bitches","Girl says: I’m back bitches","","bitches,i’m back","video/webm"
|
||||
"im-changing-dont-look.webm","video","overlay","I'm Changing Dont Look","Animated character ask to stop looking, it’s changing","","changing,don’t look,stop looking","video/webm"
|
||||
"im-fkn-tired.webm","video","overlay","I’m Fucking Tired","Guy is super tired from studying, shouts, letting of stream
|
||||
","","tired,flipping tired,fucking tired,let off steam","video/webm"
|
||||
"im-going-to-be-a-billionaire.webm","video","overlay","I'm Going To Be A Billionaire","Lady says she believes she’s going to be a billionaire","","billionaire,i feel it,I know it,rich","video/webm"
|
||||
"im-going-to-the-club-tonight.webm","video","overlay","I'm Going To The Club Tonight","Girl reveals it’s her first time going to club","","club,tonight,first timer,first time clubbing","video/webm"
|
||||
"im-not-a-zoom-arounder-like-you.webm","video","overlay","Im Not A Zoom Arounder Like You","Kid girl says she’s not an expert snow boarder in a funny way","","not a zoom arounder,beginner,snowboarding,sport,girl","video/webm"
|
||||
"im-not-gay-no-more.webm","video","overlay","I'm Not Gay No More","Guy says he’s no longer gay, he likes woman","","not gay,i’m not gay,gay no more","video/webm"
|
||||
"im-not-scared.webm","video","overlay","I'm Not Scared","Lady says she’s not scared, she been there before, pretends to cry and scared","","lady,i’m not scared,been there before","video/webm"
|
||||
"im-not-talking-to-you-bitch.webm","video","overlay","I'm Not Talking To You Bitch","Lady finds it ridiculous to check in all the time, third person interrupts and she scolds backc “I’m not talking to you, bitch""","","don’t interrupt,interrupt,accountability,not talking to you,busybody,bitch,lady","video/webm"
|
||||
"im-not-your-husband.webm","video","overlay","I'm Not Your Husband","Kid questions why he’s being called babe, he’s not a husband","","what’s wrong with you,not husband,babe","video/webm"
|
||||
"im-proud-of-you.webm","video","overlay","I'm Proud Of You","Man says he’s proud of you","","proud of you,proud,I’m proud of you","video/webm"
|
||||
"im-ready-for-school-but-not-ready.webm","video","overlay","Im Ready For School But Not Ready","Girl says she’s not ready for school","","ready,school,ready for schooil,not ready","video/webm"
|
||||
"im-strongly-advising-that-you-get-your-shit-together.webm","video","overlay","I'm Strongly Advising That You Get Your Shit Together","Lawyer strongly advises to get your shit together","","advising,lawyer,get your shit together,advise,saul goodman,jimmy mcgill,bob odenkirk,breaking bad,better call saul,celebrity,actor","video/webm"
|
||||
"impatient-puppy.webm","video","overlay","Impatient Puppy","Puppy impatiently waiting, possibily for food or snack","","impatient,puppy,food,snack,hungry,possibly","video/webm"
|
||||
"indian-face-massage.webm","video","overlay","Indian Face Massage","Guy gets an indian massage treatment in an indian barber shop","","indian,saloon,face massage,barber,hair cut,indian barber","video/webm"
|
||||
"indian-man-dancing.webm","video","overlay","Indian Man Dancing","Indian man dancing","","dancing,indian,man","video/webm"
|
||||
"indian-massage.webm","video","overlay","Indian Massage","Indian barber does a head masage, rapidly tapping customer’s head with rhythm","","indian,massage,rhythm,drum,bongos,indian barber,saloon","video/webm"
|
||||
"indian-street-food.webm","video","overlay","Indian Street Food","Indian chef smacks hot paratha furiously","","food,indian,street,paratha,malabar,roti canai,street food,indian food,furious,beating","video/webm"
|
||||
"insufficient-funds.webm","video","overlay","Insufficient Funds","Lady sings Insufficient funds, you have got no money","","insufficient funds,no money","video/webm"
|
||||
"interrupting-dog.webm","video","overlay","Interrupting Dog","Dog interrupts owner","","dog,interrupting,no,rejection,screaming,noisy,shouting","video/webm"
|
||||
"iphone-notification.webm","video","overlay","Iphone Notification","Llama appears out just like a phone notification sliding out","","iphone,notification,llama","video/webm"
|
||||
"ishowspeed-gets-eliminated.webm","video","overlay","Ishowspeed Gets Eliminated","Popular Influencer iShowSpeed gets thrown down by WWE wrestlers
|
||||
","","eliminated,ishowspeed,WWE,wrestling","video/webm"
|
||||
"ishowspeed-mad-at-the-ball.webm","video","overlay","IShowSpeed Mad At The Ball","iShowSpeed holds and beats the ball up","","ishowspeed,mad,angry,beat","video/webm"
|
||||
|
Reference in New Issue
Block a user