Where burritokitten in subscribestar into kemono.party Problem with this comment? Report it! BabaHelpMe • 281 days ago # + 10 - "504 - Gateway Timeout . That’s an error. We did not receive a timely response from the upstream server. That’s all we know." Problem with this...
29 + - `--service, -s`: The service to scrape from (choices: `patreon`, `fanbox`, `discord`, `fantia`, `afdian`, `boosty`, `gumroad`, `subscribestar`, `onlyfans`, `fansly`, `candfans`) (required) 30 + - `--userId, -u`: The user ID to scrape from (required) 31 +...
I have noticed an inconsistency in kemono.party. In short, I cannot seem to find a way to configure kemono.party to download non-duplicate pictures from Patreon posts even though my configuration works with other data sources like SubscribeStar. I believe this is due to the way kemono.party ...
:'https://kemono.su/api/v1'|'https://coomer.su/api/v1';// Session key for favorites managementsessionKey?:string;// Caching configurationcache?:{enabled:boolean;ttl?:number;redis?:{host:string;port:number;password?:string;};};// Rate limiting configurationrateLimit?:{maxRequests:number;w...
Gallery-dl seems not supporting creator pages under DLsite, Gumroad, SubscribeStar and Discord. [gallery-dl][error] No suitable extractor found for 'https://kemono.party/subscribestar/user/alcorart' mikf closed this as completed in 7e7158e Feb 9, 2021 mikf added the enhancement label Feb 9...
336 + ("https://kemono.party/subscribestar/user/alcorart/post/184330", { 337 + "pattern": r"https://kemono.party/data/attachments/" 338 + r"subscribestar/alcorart/184330/07923b489299b79.+\.png", 339 + "keyword": {"hash": "07923b489299b7990b4e374ce643b11d"}, 340 + })...
--service, -s: The service to scrape from (choices:patreon,fanbox,discord,fantia,afdian,boosty,gumroad,subscribestar,onlyfans,fansly,candfans) (required) --userId, -u: The user ID to scrape from (required) --host, -h: The host to scrape from (choices:kemono.su,coomer.su, or custom)...
("https://www.kemono.party/subscribestar/user/alcorart/post/184330"), ) def__init__(self,match): KemonopartyExtractor.__init__(self,match) service,user_id,post_id=match.groups() _,service,user_id,post_id=match.groups() self.api_url="{}/api/{}/user/{}/post/{}".format( ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
18 + 'subscribestar': 'https://kemono.su/api/v1/subscribestar/user/{user_id}' 19 + } 20 + 21 + def fetch_artist_data(artist_url): 22 + # Extract platform and user ID from the provided URL 23 + parsed_url = urllib.parse.urlparse(artist_url) 24 + platform = parsed_u...