Skip to content

Commit

Permalink
change flag to no_cookies_detection, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis972602 committed Apr 1, 2023
1 parent a5ad5ab commit 6918d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ syntax:

you can get cookies easily by using Chrome extension [Get cookies.txt LOCALLY](https://chrome.google.com/webstore/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
#### Windows
Windows can detect the cookie file automatically
Windows can detect the cookie file automatically(Not supported in no_cookies_detection version)
`--cookie-browser string`
which browser to use, default is chrome (supported: chrome, firefox, edge , opera, vivaldi)
which browser to use, default is chrome (supported: chrome, firefox, edge , opera, vivaldi)

### Download Option
`--link [<urls>]`
Expand All @@ -31,7 +31,7 @@ download creators, separate by comma
`--banner bool`
download banner, default is false (kemono only)
`--fav-site string`
download favorite site (e.g. kemono, etc.), separate by comma.
specify the website to get favorites from (kemono or coomer), separated by comma
`--fav-creator bool`
download favorite creator, default is false
`--fav-post bool`
Expand Down
2 changes: 1 addition & 1 deletion main/cookies_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows && !no_cookies_detected
//go:build windows && !no_cookies_detection

package main

Expand Down
2 changes: 1 addition & 1 deletion main/cookies_windows_no_cookies_detected.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows && no_cookies_detected
//go:build windows && no_cookies_detection

package main

Expand Down

0 comments on commit 6918d70

Please sign in to comment.