Files
gallery-dl/test/results/fikfap.py
wise-immersion a8636e75a1 [fikfap] add 'hashtag' extractor (#9018)
Added functionality to extract by hashtag and save to directory named after the hashtag.
2026-02-08 11:42:48 +01:00

139 lines
4.7 KiB
Python
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 fikfap
__tests__ = (
{
"#url" : "https://fikfap.com/user/alinevs/post/1429486",
"#class" : fikfap.FikfapPostExtractor,
"#pattern" : r"ytdl:https://vz-\w+-178\.b-cdn\.net/bcdn_token=.+/playlist\.m3u8",
"algorithm" : "user-posts",
"bunnyVideoId" : "89218ae2-d79a-49a0-abcd-590fd70c9800",
"commentsCount" : int,
"createdAt" : "2025-10-21T00:49:00.306Z",
"date" : "dt:2025-10-21 00:49:00",
"date_updated" : "dt:2026-02-07 01:07:45",
"deletedAt" : None,
"duration" : None,
"explicitnessRating": None,
"extension" : "mp4",
"filename" : "check my FREE VIP OF ⬇️",
"inCollectionsCount": range(20, 50),
"isBunnyVideoReady": True,
"label" : "check my FREE VIP OF ⬇️",
"likesCount" : range(300, 2000),
"mediaId" : "b821619e-96a1-49a3-a3f8-a8a3e8432a51",
"postId" : 1429486,
"publishedAt" : "2025-10-21T00:50:37.143Z",
"score" : range(300, 2000),
"sexualOrientation": "STRAIGHT",
"tags" : ["lesbian"],
"thumbnailStreamUrl": str,
"updatedAt" : "iso:dt",
"uploadMethod" : "USER_FILE",
"userId" : "32f4c8d6-2409-4db8-9e66-d3b5ff0c1a98",
"videoStreamUrl" : str,
"viewsCount" : range(40_000, 200_000),
"hashtags" : [{
"createdAt" : "2023-09-05T11:03:49.522Z",
"description" : "Lesbian content only.",
"hashtagId" : "287439f9-3210-42e2-98ea-2c7a86628845",
"isModerated" : True,
"label" : "lesbian",
"labelLower" : "lesbian",
"lastCountUpdatedAt": "iso:dt",
"searchTags" : [],
"thumbnailPostId": 311180,
"updatedAt" : "iso:dt",
"sexualOrientations": [
"STRAIGHT",
"LESBIAN",
"TRANS",
"OTHER",
],
}],
"author" : {
"countCollections": 1,
"countIncomingFollows": int,
"countIncomingLikes" : int,
"countOutgoingFollows": int,
"countOutgoingLikes" : int,
"countPosts" : int,
"countTotalViews" : int,
"createdAt" : "2023-05-20T15:45:08.702Z",
"deletedAt" : None,
"description" : "Wanna to see EXTRA? PLS FOLLOW!!⬇️👇",
"isAmbassador" : False,
"isPartner" : True,
"isSignedUp" : True,
"isStaff" : False,
"isVerified" : True,
"lastSeenAt" : "iso:dt",
"roles" : [],
"thumbnailId" : "b4b4f444-71d9-4dcd-91e4-0466ff5b9cdd",
"thumbnailUrl" : str,
"updatedAt" : "iso:dt",
"userId" : "32f4c8d6-2409-4db8-9e66-d3b5ff0c1a98",
"username" : "alinevs",
"profileLinks" : list,
},
"linkDescription": {
"location" : "POST_DESCRIPTION",
"profileLinkId": "92983607-7e6e-42c8-86f2-5a082f594435",
"type" : "ONLYFANS",
"url" : "https://onlyfans.com/alinevs/trial/kw2zxvoaieh5s7qx0gxynmxxp5ggi1tz",
"userId" : "32f4c8d6-2409-4db8-9e66-d3b5ff0c1a98",
},
"linkSidebar" : {
"location" : "POST_SIDEBAR",
"profileLinkId": "6172dd36-4fa4-412b-bfc8-24c4c56c2b78",
"type" : "OTHER",
"url" : "https://onlyfans.com/alinevs/trial/kw2zxvoaieh5s7qx0gxynmxxp5ggi1tz",
"userId" : "32f4c8d6-2409-4db8-9e66-d3b5ff0c1a98",
},
},
{
"#url" : "https://fikfap.com/user/alinevs",
"#class" : fikfap.FikfapUserExtractor,
"#range" : "1-50",
"#pattern" : r"ytdl:https://vz-\w+-\w+\.b\-cdn\.net/bcdn_token=.+/playlist\.m3u8",
"#count" : 50,
"algorithm" : "user-posts",
"date" : "type:datetime",
"date_updated" : "type:datetime",
"extension" : "mp4",
"filename" : str,
"postId" : int,
"tags" : list,
"hashtags" : list,
"author" : dict,
"linkDescription": dict,
"linkSidebar" : dict,
},
{
"#url" : "https://fikfap.com/user/Hot-sauce-34",
"#comment" : "'-' in username",
"#class" : fikfap.FikfapUserExtractor,
},
{
"#url" : "https://fikfap.com/hash/outercourse",
"#class" : fikfap.FikfapHashtagExtractor,
"#pattern" : r"ytdl:https://[^/]+\.b\-cdn\.net/bcdn_token=.+/playlist\.m3u8$",
"#count" : range(50, 100),
"algorithm": "hashtag-posts",
"hashtag" : "outercourse",
},
)