diff --git a/Cargo.lock b/Cargo.lock index 2d88011..01c1426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "paperoni" -version = "0.1.0-alpha1" +version = "0.2.0-alpha1" dependencies = [ "async-std", "clap", diff --git a/Cargo.toml b/Cargo.toml index ebdee93..7559efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ description = "A web article downloader" homepage = "https://github.com/hipstermojo/paperoni" repository = "https://github.com/hipstermojo/paperoni" name = "paperoni" -version = "0.1.0-alpha1" +version = "0.2.0-alpha1" authors = ["Kenneth Gitere "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index d42846e..8a4d989 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This extractor retrieves a possible article using a port of the [Mozilla Readabi This program is still in alpha so a number of things currently break: -- Links with redirects will crash the program as it has no redirect logic. +- Certain links with redirects can't be extracted. Such links include urls that are proxying Medium. - Websites that only run with JavaScript cannot be extracted. - Website articles that cannot be extracted by Readability cannot be extracted by Paperoni either.