Pixiv native ingester (#129) + SubscribeStar .art fix, disable-clears-failure, system-tag suggestion floor #191

Merged
bvandeusen merged 9 commits from dev into main 2026-07-03 16:36:56 -04:00
Showing only changes of commit a7f715ec43 - Show all commits
+2 -2
View File
@@ -322,7 +322,7 @@ async def test_run_download_native_resolves_vanity_and_runs(
ctx = {
"platform": "patreon",
"source_id": source.id, "url": "https://patreon.com/alice",
"artist_slug": "alice", "cookies_path": None,
"artist_slug": "alice", "cookies_path": None, "auth_token": None,
"config_overrides": {},
}
result, resolved = await db_mod.run_download(
@@ -355,7 +355,7 @@ async def test_run_download_native_unresolvable_fails_loud(
ctx = {
"platform": "patreon",
"source_id": source.id, "url": "https://patreon.com/alice",
"artist_slug": "alice", "cookies_path": None,
"artist_slug": "alice", "cookies_path": None, "auth_token": None,
"config_overrides": {},
}
result, resolved = await db_mod.run_download(