From 1fc09d0ec56e7c6513d07789f5cfbb0601c862ab Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Mon, 13 Apr 2020 07:43:04 +0200 Subject: [PATCH] Update ChangeLog, version 2.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2523ef9..33eb6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index da5ea81..1d80fac 100644 --- a/README.md +++ b/README.md @@ -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: " - Of course, replace the `` part with your own cookie strings + Of course, replace the `` part with your own cookie strings. + See `man curl` for more details of the file format. 2. Specify your cookie file by `_CURL_OPTIONS`: