Skip to content

Commit

Permalink
Update ChangeLog, version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Apr 13, 2020
1 parent e0a7f7e commit 1fc09d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.0

* Using `curl` instead of `wget`
* Fix #36 (unable to read cookie file)
* Fix #34 (`413 Request Entity Too Large`)

## v1.2.2

* Loop detection: #24.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ now we are using `curl` with cookie string and a configuration file.
user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0"
header = "Cookie: <snip>"

Of course, replace the `<snip>` part with your own cookie strings
Of course, replace the `<snip>` part with your own cookie strings.
See `man curl` for more details of the file format.

2. Specify your cookie file by `_CURL_OPTIONS`:

Expand Down

0 comments on commit 1fc09d0

Please sign in to comment.