# -*- 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 subscribestar __tests__ = ( { "#url" : "https://www.subscribestar.com/subscribestar", "#category": ("", "subscribestar", "user"), "#class" : subscribestar.SubscribestarUserExtractor, "#pattern" : r"https://(www\.subscribestar\.com/uploads\?payload=.+|(ss-uploads-prod\.b-cdn|\w+\.cloudfront)\.net/uploads(_v2)?/users/11/)", "#count" : range(15, 25), "author_id" : 11, "author_name": "subscribestar", "author_nick": "SubscribeStar", "content" : str, "date" : "type:datetime", "id" : int, "num" : int, "post_id" : int, "tags" : list, "title" : str, "type" : r"re:image|video|attachment", "url" : str, "?pinned" : bool, }, { "#url" : "https://www.subscribestar.com/subscribestar", "#category": ("", "subscribestar", "user"), "#class" : subscribestar.SubscribestarUserExtractor, "#options" : {"metadata": True}, "#range" : "1", "date": "type:datetime", }, { "#url" : "https://subscribestar.adult/kanashiipanda", "#category": ("", "subscribestar", "user-adult"), "#class" : subscribestar.SubscribestarUserExtractor, "#auth" : True, "#range" : "1-10", "#count" : 10, }, { "#url" : "https://www.subscribestar.com/posts/102468", "#category": ("", "subscribestar", "post"), "#class" : subscribestar.SubscribestarPostExtractor, "#count" : 1, "author_id" : 11, "author_name": "subscribestar", "author_nick": "SubscribeStar", "content" : r"re:
Topics we cover:
\n\nTree breaks, Foot stomps, Tracks and trackways, Hoots/calls with answers, \nTree structures, nests, Portal Cracks, Shapeshifting, Shimmer/invisibility \ncloaking, direct physical interaction inside the cloaking field, manipulation \nof canoe while we are in it, face to face interactions with multiple individuals \nteen aged and adult, male and female, cloaked and not cloaked, \nand vocalizations like drops of water. Truly amazing stories.
\n\n\n\n\n\n\n\nAudio is attached to this post.
", "date" : "dt:2025-05-07 13:23:00", "extension" : {"mp3", "jpg"}, "filename" : {"dttr-243-sasquatch-part1", "yt-243-pt1"}, "id" : {0, 4627253}, "num" : range(1, 2), "post_id" : 1851025, "tags" : [], "title" : "Listening to Sasquatch - Driving to the Rez - Episode 243 - Part One", "type" : {"audio", "image"}, }, { "#url" : "https://subscribestar.adult/posts/22950", "#category": ("", "subscribestar", "post-adult"), "#class" : subscribestar.SubscribestarPostExtractor, "#auth" : True, "#count" : 1, "date": "dt:2019-04-28 07:32:00", }, )