1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 19:26:34 +02:00

Update CoomerPartyRipper.java

This commit is contained in:
jpoulton
2023-10-29 07:22:22 +00:00
committed by soloturn
parent 1e864b7814
commit 2e3dba701e

View File

@@ -36,7 +36,10 @@ public class CoomerPartyRipper extends AbstractJSONRipper {
private static final String KEY_PATH = "path";
private static final String KEY_ATTACHMENTS = "attachments";
// One of "onlyfans" or "fansly", but might have others in future?
private final String service;
// Username of the page to be ripped
private final String user;
public CoomerPartyRipper(URL url) throws IOException {