File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
docs/src/content/docs/usage Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The creator's ID or username. Required unless using `--config`.
9191
9292::: tip
9393Find the user ID in the URL on Kemono/Coomer. For example:
94- ` https://kemono.su /patreon/user/12345678 ` → ID is ` 12345678 `
94+ ` https://kemono.cr /patreon/user/12345678 ` → ID is ` 12345678 `
9595:::
9696
9797---
@@ -105,16 +105,14 @@ The base website to scrape from.
105105| Host | Use For |
106106| ------| ---------|
107107| ` kemono.cr ` | Patreon, Fanbox, Fantia, etc. (default) |
108- | ` kemono.su ` | Backup Kemono domain |
109108| ` coomer.st ` | OnlyFans, Fansly, Candfans |
110- | ` coomer.su ` | Backup Coomer domain |
111109
112110``` bash
113- # Use Coomer for OnlyFans
111+ # Use Coomer
114112./kemono-scraper -s onlyfans -u username --host coomer.st
115113
116- # Use backup Kemono domain
117- ./kemono-scraper -s patreon -u 12345678 --host kemono.su
114+ # Use Kemono
115+ ./kemono-scraper -s patreon -u 12345678 --host kemono.cr
118116```
119117
120118---
You can’t perform that action at this time.
0 commit comments