You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gallery-dl/test/results/mastodonsocial.py

200 lines
7.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# -*- 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 mastodon
__tests__ = (
{
"#url" : "https://mastodon.social/@jk",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
"#pattern" : r"https://files.mastodon.social/media_attachments/files/(\d+/){3,}original/\w+",
"#range" : "1-60",
"#count" : 60,
},
{
"#url" : "https://mastodon.social/@ponapalt@ukadon.shillest.net",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
"#pattern" : r"https://files\.mastodon\.social/cache/media_attachments/files/.+/original/\w{16}\.\w+$",
"#range" : "1-10",
"#count" : 10,
},
{
"#url" : "https://mastodon.social/@gallerydl",
"#comment" : "reblogged/'boosted' posts (#4580)",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
"#options" : {"reblogs": True},
"#archive" : False,
"#urls": (
"https://files.mastodon.social/media_attachments/files/111/330/852/486/713/967/original/2c25ade55a9d1af2.jpg",
"https://files.mastodon.social/media_attachments/files/111/331/603/082/304/823/original/e12cde371c88c1b0.png",
"https://files.mastodon.social/media_attachments/files/111/331/603/082/304/823/original/e12cde371c88c1b0.png",
),
},
{
"#url" : "https://mastodon.social/@id:10843",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
},
{
"#url" : "https://mastodon.social/users/id:10843",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
},
{
"#url" : "https://mastodon.social/users/jk",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
},
{
"#url" : "https://mastodon.social/users/yoru_nine@pawoo.net",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
},
{
"#url" : "https://mastodon.social/web/@jk",
"#category": ("mastodon", "mastodon.social", "user"),
"#class" : mastodon.MastodonUserExtractor,
},
{
"#url" : "https://mastodon.social/bookmarks",
"#category": ("mastodon", "mastodon.social", "bookmark"),
"#class" : mastodon.MastodonBookmarkExtractor,
"#auth" : True,
"#urls" : "https://files.mastodon.social/media_attachments/files/111/331/603/082/304/823/original/e12cde371c88c1b0.png",
},
{
"#url" : "https://mastodon.social/favourites",
"#category": ("mastodon", "mastodon.social", "favorite"),
"#class" : mastodon.MastodonFavoriteExtractor,
"#auth" : True,
"#urls" : "https://files.mastodon.social/media_attachments/files/111/331/603/082/304/823/original/e12cde371c88c1b0.png",
},
{
"#url" : "https://mastodon.social/lists/92653",
"#category": ("mastodon", "mastodon.social", "list"),
"#class" : mastodon.MastodonListExtractor,
"#auth" : True,
"#pattern" : r"https://files\.mastodon\.social/media_attachments/files/(\d+/){3,}original/\w+",
"#range" : "1-10",
},
{
"#url" : "https://mastodon.social/tags/mastodon",
"#category": ("mastodon", "mastodon.social", "hashtag"),
"#class" : mastodon.MastodonHashtagExtractor,
"#pattern" : r"https://files\.mastodon\.social/media_attachments/files/(\d+/){3,}original/\w+",
"#range" : "1-10",
},
{
"#url" : "https://mastodon.social/@gallerydl/following",
"#category": ("mastodon", "mastodon.social", "following"),
"#class" : mastodon.MastodonFollowingExtractor,
"#extractor": False,
"#urls" : (
"https://mastodon.ie/@RustyBertrand",
"https://ravenation.club/@soundwarrior20",
"https://mastodon.social/@0x4f",
"https://mastodon.social/@christianselig",
"https://saturation.social/@clive",
"https://mastodon.social/@sjvn",
),
"acct" : str,
"avatar" : r"re:https://files.mastodon.social/.+\.\w+$",
"avatar_static" : r"re:https://files.mastodon.social/.+\.\w+$",
"bot" : False,
"created_at" : r"re:\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z",
"discoverable" : True,
"display_name" : str,
"emojis" : [],
"fields" : list,
"followers_count": int,
"following_count": int,
"group" : False,
"header" : str,
"header_static" : str,
"id" : r"re:\d+",
"last_status_at": r"re:\d{4}-\d{2}-\d{2}",
"locked" : bool,
"note" : str,
"statuses_count": int,
"uri" : str,
"url" : str,
"username" : str,
},
{
"#url" : "https://mastodon.social/@0x4f/following",
"#category": ("mastodon", "mastodon.social", "following"),
"#class" : mastodon.MastodonFollowingExtractor,
},
{
"#url" : "https://mastodon.social/users/id:10843/following",
"#category": ("mastodon", "mastodon.social", "following"),
"#class" : mastodon.MastodonFollowingExtractor,
},
{
"#url" : "https://mastodon.social/@jk/103794036899778366",
"#category": ("mastodon", "mastodon.social", "status"),
"#class" : mastodon.MastodonStatusExtractor,
"#count" : 4,
"count": 4,
"num" : int,
},
{
"#url" : "https://mastodon.social/@technewsbot@assortedflotsam.com/112360601113258881",
"#comment" : "card image",
"#category": ("mastodon", "mastodon.social", "status"),
"#class" : mastodon.MastodonStatusExtractor,
"#options" : {"cards": True},
"#urls" : "https://files.mastodon.social/cache/preview_cards/images/095/900/335/original/83f0b4a793c84123.jpg",
"media": {
"author_name" : "Tom Warren",
"author_url" : "https://www.theverge.com/authors/tom-warren",
"blurhash" : "UHBDWMCjVGM0k,XjnPM#0h+vkpb^RkjYSh$*",
"description" : "Microsofts big Xbox games showcase will take place on June 9th. It will include more games than last year and a special Call of Duty Direct will follow.",
"embed_url" : "",
"height" : 628,
"html" : "",
"id" : "card95900335",
"image" : "https://files.mastodon.social/cache/preview_cards/images/095/900/335/original/83f0b4a793c84123.jpg",
"image_description": "The Xbox showcase illustration",
"language" : "en",
"provider_name": "The Verge",
"provider_url": "",
"published_at": "2024-04-30T14:15:30.341Z",
"title" : "The Xbox games showcase airs June 9th, followed by a Call of Duty Direct",
"type" : "link",
"url" : "https://files.mastodon.social/cache/preview_cards/images/095/900/335/original/83f0b4a793c84123.jpg",
"weburl" : "https://www.theverge.com/2024/4/30/24145262/xbox-games-showcase-summer-2024-call-of-duty-direct",
"width" : 1200,
},
},
)