Pixiv native ingester (#129) + SubscribeStar .art fix, disable-clears-failure, system-tag suggestion floor #191
@@ -322,7 +322,7 @@ async def test_run_download_native_resolves_vanity_and_runs(
|
|||||||
ctx = {
|
ctx = {
|
||||||
"platform": "patreon",
|
"platform": "patreon",
|
||||||
"source_id": source.id, "url": "https://patreon.com/alice",
|
"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": {},
|
"config_overrides": {},
|
||||||
}
|
}
|
||||||
result, resolved = await db_mod.run_download(
|
result, resolved = await db_mod.run_download(
|
||||||
@@ -355,7 +355,7 @@ async def test_run_download_native_unresolvable_fails_loud(
|
|||||||
ctx = {
|
ctx = {
|
||||||
"platform": "patreon",
|
"platform": "patreon",
|
||||||
"source_id": source.id, "url": "https://patreon.com/alice",
|
"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": {},
|
"config_overrides": {},
|
||||||
}
|
}
|
||||||
result, resolved = await db_mod.run_download(
|
result, resolved = await db_mod.run_download(
|
||||||
|
|||||||
Reference in New Issue
Block a user