# -*- coding: utf-8 -*- # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. from gallery_dl.extractor import tenor __tests__ = ( { "#url" : "https://tenor.com/view/moving-gif-8525772382434057283", "#class": tenor.TenorImageExtractor, "#urls" : "https://media1.tenor.com/m/dlGgz3LRXEMAAAAC/moving.gif", "bg_color" : "", "content_description": "an illustration of a tree with green leaves", "created" : 1687512768.687436, "date" : "dt:2023-06-23 09:32:48", "embed" : r"re:
", }, { "#url" : "https://tenor.com/users/robloxfan123", "#class" : tenor.TenorUserExtractor, "#urls" : "https://media1.tenor.com/m/1auSjzCikuoAAAAC/2016-roblox.gif", "user": { "profile_id": "8180139772821505417", "url" : "https://tenor.com/users/ROBLOXfan123", "userid" : "11206759", "username" : "ROBLOXfan123", "usertype" : "user", }, }, { "#url" : "https://tenor.com/users/annetv", "#class" : tenor.TenorUserExtractor, "#pattern": r"https://media\d+\.tenor\.com/m/[\w-]+/[\w%-]+\.gif", "#count" : range(70, 100), "user": { "profile_id": "14727075564983373376", "url" : "https://tenor.com/users/annetv", "userid" : "8529134", "username" : "annetv", }, }, )