Chobit Integration #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backstory
Previously, it was thought that Chobit integration was not needed, as DLSite integrations provided a
HasDLPlayflag to (supposedly) indicate if the audio product had a demo samples provided by Chobit. This does not seem to be the case 100% of the time, so Chobit integrations will need to be integrated into the scanning/ingestion process.Update: Apparently, the
HasDLPlayflag has no bearing on whether or not there are Chobit samples available. Therefore, theHasDLPlayflag will be completely disregarded when building ingestion objects in future scans.Technicals
The infrastrcture will need to be rewritten slightly, in terms of HTTP services and tests using those HTTP services.
Tasks
IHttpServicein favor ofHttpClientIHttpServiceDLSiteClientandChobitClientUpdate: Added pull request: #2
Chobit integration has been merged. Closing the ticket.