Supports downloading apps from locked Patreon posts

Uses cached Patreon session cookies to access post attachments despite no official API support.
This commit is contained in:
Riley Testut
2023-11-30 14:28:57 -06:00
committed by Magesh K
parent dddb9c5ddb
commit ba94886ba9
7 changed files with 261 additions and 20 deletions

View File

@@ -237,6 +237,8 @@ extension OperationError
case .connectionFailed: return .connectionFailed
case .connectionDropped: return .connectionDropped
case .forbidden: return .forbidden()
case .pledgeRequired: return .pledgeRequired(appName: "Delta")
case .pledgeInactive: return .pledgeInactive(appName: "Delta")
}
}
}