You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: adjust api response handling to be a little more generic but overall more precise to the realworld patreon-API
* test: add tests for unmarshal_response.go
* chore: adjust spelling
* fix: close response body to prevent resource leak
* chore: adjust spelling
|`creator`| The creator ID to download media from. You can find this in the URL when visiting a creators page: `patreon.com/c/<creator-id>/...`|
45
-
|`cookie`| The cookie from the Patreon website to authenticate against the Patreon API |
46
-
|`download-dir`| The base directory to download media to. All files will be located in `<download-dir>/<creator>`|
47
-
|`download-limit`| The maximum number of media files to download. |
48
-
|`download-inaccessible-media`| Whether to download media that is inaccessible (blurred images) |
49
-
|`grouping`| The strategy for grouping post media into folders. <br>`none` - Puts all media into the same folder (per creator)<br>`by-post` - Creates a folder for each post, containing its media |
|`--creator <creator-id>`| The creator ID to download media from. You can find this in the URL when visiting a creators page: `patreon.com/c/<creator-id>/...`|
45
+
|`--cookie <cookie-string>`| The cookie from the Patreon website to authenticate against the Patreon API |
46
+
|`--download-dir <directory>`| The base directory to download media to. All files will be located in `<download-dir>/<creator>`|
47
+
|`--download-limit <number>`| The maximum number of media files to download. |
48
+
|`--download-inaccessible-media`| Whether to download media that is inaccessible (blurred images) |
49
+
|`--grouping <none \| by-post>`| The strategy for grouping post media into folders. <br>`none` - Puts all media into the same folder (per creator)<br>`by-post` - Creates a folder for each post, containing its media |
0 commit comments