254 lines
8.7 KiB
Python
254 lines
8.7 KiB
Python
# -*- 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 fanbox
|
||
|
||
|
||
__tests__ = (
|
||
{
|
||
"#url" : "https://xub.fanbox.cc",
|
||
"#category": ("", "fanbox", "creator"),
|
||
"#class" : fanbox.FanboxCreatorExtractor,
|
||
"#options" : {"fee-max": 0},
|
||
"#range" : "1-15",
|
||
"#count" : ">= 15",
|
||
|
||
"creatorId": "xub",
|
||
"tags" : list,
|
||
"title" : str,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://xub.fanbox.cc/posts",
|
||
"#category": ("", "fanbox", "creator"),
|
||
"#class" : fanbox.FanboxCreatorExtractor,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://www.fanbox.cc/@xub/",
|
||
"#category": ("", "fanbox", "creator"),
|
||
"#class" : fanbox.FanboxCreatorExtractor,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://www.fanbox.cc/@xub/posts",
|
||
"#category": ("", "fanbox", "creator"),
|
||
"#class" : fanbox.FanboxCreatorExtractor,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://www.fanbox.cc/@xub/posts/1910054",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#count" : 3,
|
||
|
||
"title" : "えま★おうがすと",
|
||
"tags" : list,
|
||
"hasAdultContent": True,
|
||
"isCoverImage" : False,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://nekoworks.fanbox.cc/posts/915",
|
||
"#comment" : "entry post type, image embedded in html of the post",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#count" : 2,
|
||
|
||
"title" : "【SAYORI FAN CLUB】お届け内容",
|
||
"tags" : list,
|
||
"html" : str,
|
||
"hasAdultContent": True,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://steelwire.fanbox.cc/posts/285502",
|
||
"#comment" : "article post type, imageMap, 2 twitter embeds, fanbox embed",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#options" : {"embeds": True},
|
||
"#count" : 8,
|
||
|
||
"title" : "イラスト+SS|【全体公開版】義足の探鉱夫男子が義足を見せてくれるだけ ",
|
||
"tags" : list,
|
||
"articleBody" : dict,
|
||
"hasAdultContent": True,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://www.fanbox.cc/@official-en/posts/4326303",
|
||
"#comment" : "'content' metadata (#3020)",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
|
||
"content": r"re:(?s)^Greetings from FANBOX.\n \nAs of Monday, September 5th, 2022, we are happy to announce the start of the FANBOX hashtag event #MySetupTour ! \nAbout the event\nTo join this event .+ \nPlease check this page for further details regarding the Privacy & Terms.\nhttps://fanbox.pixiv.help/.+/10184952456601\n\n\nThank you for your continued support of FANBOX.$",
|
||
},
|
||
|
||
{
|
||
"#url" : "https://official-en.fanbox.cc/posts/7022572",
|
||
"#comment" : "'plan' and 'user' metadata (#4921)",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#options" : {"metadata": True},
|
||
|
||
"plan": {
|
||
"coverImageUrl" : "",
|
||
"creatorId" : "official-en",
|
||
"description" : "",
|
||
"fee" : 0,
|
||
"hasAdultContent": None,
|
||
"id" : "",
|
||
"paymentMethod" : None,
|
||
"title" : "",
|
||
},
|
||
"user": {
|
||
"coverImageUrl" : "https://pixiv.pximg.net/c/1620x580_90_a2_g5/fanbox/public/images/creator/74349833/cover/n9mX8q4tUXHXXj7sK1RPWyUu.jpeg",
|
||
"creatorId" : "official-en",
|
||
"description" : "re:This is the official English pixivFANBOX account!.+",
|
||
"hasAdultContent" : False,
|
||
"hasBoothShop" : False,
|
||
"iconUrl" : "https://pixiv.pximg.net/c/160x160_90_a2_g5/fanbox/public/images/user/74349833/icon/oJH0OoGoSixLrJXlnneNvC95.jpeg",
|
||
"isAcceptingRequest": False,
|
||
"isFollowed" : False,
|
||
"isStopped" : False,
|
||
"isSupported" : False,
|
||
"name" : "pixivFANBOX English",
|
||
"profileItems" : [],
|
||
"profileLinks" : [
|
||
"https://twitter.com/pixivfanbox",
|
||
],
|
||
"userId" : "74349833",
|
||
},
|
||
},
|
||
|
||
{
|
||
"#url" : "https://saki9184.fanbox.cc/posts/7754760",
|
||
"#comment" : "missing plan for exact 'feeRequired' value (#5759)",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#options" : {"metadata": "plan"},
|
||
|
||
"feeRequired": 300,
|
||
"plan" : {
|
||
"creatorId": "saki9184",
|
||
"fee" : 350,
|
||
"id" : "414274",
|
||
"title" : "涼宮ハルヒの同人部",
|
||
},
|
||
},
|
||
|
||
{
|
||
"#url" : "https://mochirong.fanbox.cc/posts/3746116",
|
||
"#comment" : "imageMap file order (#2718); comments metadata (#6287)",
|
||
"#category": ("", "fanbox", "post"),
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#options" : {"metadata": "comments"},
|
||
"#sha1_url": "c92ddd06f2efc4a5fe30ec67e21544f79a5c4062",
|
||
"#results" : (
|
||
"https://pixiv.pximg.net/fanbox/public/images/post/3746116/cover/6h5w7F1MJWLeED6ODfHo6ZYQ.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/3746116/ouTz7XZIeVD3FBOzoLhJ3ZTA.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/3746116/hBs9bXEg6HvbqWT8QLD9g5ne.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/3746116/C93E7db3C3sBqbDw6gQoZBMz.jpeg",
|
||
),
|
||
|
||
"archives": (),
|
||
"comments": "len:4",
|
||
},
|
||
|
||
{
|
||
"#url" : "https://mochirong.fanbox.cc/posts/9809662",
|
||
"#comment" : "'archives' metadata (#7454)",
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#results" : (
|
||
"https://downloads.fanbox.cc/images/post/9809662/TUeXGybLxGVmzzrP8o3fhn27.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/9809662/qt5fZBGxErXDAgBf2qgUZ1O8.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/9809662/NvA7M0tIMGjA3sQxBqvdmwBm.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/9809662/189bCj577YGtiBT7qCxVQJjK.jpeg",
|
||
"https://downloads.fanbox.cc/images/post/9809662/pYeCpfJYbojdj2VlyAwnh1oM.jpeg",
|
||
"https://downloads.fanbox.cc/files/post/9809662/8amsYwtWPtwcBVF4JnALM1ec.zip",
|
||
"https://downloads.fanbox.cc/files/post/9809662/6uhhqHYD4UvzVGx2I0QyLaiG.zip",
|
||
),
|
||
|
||
"archives": [
|
||
{
|
||
"extension": "zip",
|
||
"id" : "8amsYwtWPtwcBVF4JnALM1ec",
|
||
"name" : "brushes",
|
||
"size" : 1087777,
|
||
"url" : "https://downloads.fanbox.cc/files/post/9809662/8amsYwtWPtwcBVF4JnALM1ec.zip",
|
||
},
|
||
{
|
||
"extension": "zip",
|
||
"id" : "6uhhqHYD4UvzVGx2I0QyLaiG",
|
||
"name" : "Manual",
|
||
"size" : 3222,
|
||
"url" : "https://downloads.fanbox.cc/files/post/9809662/6uhhqHYD4UvzVGx2I0QyLaiG.zip",
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
"#url" : "https://etlabsotwe.fanbox.cc/posts/11070192",
|
||
"#comment" : "(potentially?) missing 'publishedDatetime' (#8711)",
|
||
"#class" : fanbox.FanboxPostExtractor,
|
||
"#results" : "https://pixiv.pximg.net/fanbox/public/images/post/11070192/cover/MGoWoTnJphuJSkD3owo3r7wG.jpeg",
|
||
|
||
"archives" : (),
|
||
"creatorId" : "etlabsotwe",
|
||
"date" : "dt:2025-12-15 11:31:50",
|
||
"excerpt" : "",
|
||
"extension" : "jpeg",
|
||
"feeRequired" : 200,
|
||
"fileUrl" : "https://pixiv.pximg.net/fanbox/public/images/post/11070192/cover/MGoWoTnJphuJSkD3owo3r7wG.jpeg",
|
||
"filename" : "MGoWoTnJphuJSkD3owo3r7wG",
|
||
"hasAdultContent": True,
|
||
"id" : "11070192",
|
||
"imageForShare" : "https://pixiv.pximg.net/c/1200x630_90_a2_g5/fanbox/public/images/post/11070192/cover/MGoWoTnJphuJSkD3owo3r7wG.jpeg",
|
||
"isCommentingRestricted": False,
|
||
"isCoverImage" : True,
|
||
"isLiked" : False,
|
||
"isPinned" : False,
|
||
"isRestricted" : True,
|
||
"likeCount" : int,
|
||
"num" : 0,
|
||
"publishedDatetime": "2025-12-15T20:31:50+09:00",
|
||
"tags" : [],
|
||
"text" : None,
|
||
"title" : "Sketches 2025-12-15",
|
||
"type" : "article",
|
||
"updatedDatetime": "iso:dt",
|
||
"user" : {
|
||
"name" : "ET",
|
||
"userId" : "74814193",
|
||
},
|
||
},
|
||
|
||
{
|
||
"#url" : "https://fanbox.cc/",
|
||
"#category": ("", "fanbox", "home"),
|
||
"#class" : fanbox.FanboxHomeExtractor,
|
||
"#auth" : True,
|
||
"#range" : "1-10",
|
||
"#count" : 10,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://fanbox.cc/home/supporting",
|
||
"#category": ("", "fanbox", "supporting"),
|
||
"#class" : fanbox.FanboxSupportingExtractor,
|
||
"#auth" : True,
|
||
"#count" : 0,
|
||
},
|
||
|
||
{
|
||
"#url" : "https://www.pixiv.net/fanbox/creator/52336352",
|
||
"#category": ("", "fanbox", "redirect"),
|
||
"#class" : fanbox.FanboxRedirectExtractor,
|
||
"#pattern" : fanbox.FanboxCreatorExtractor.pattern,
|
||
},
|
||
|
||
)
|