From 0473d33ddffdabdf174f96ae4b2139df5817713c Mon Sep 17 00:00:00 2001 From: metaprime Date: Thu, 10 Aug 2017 03:01:10 -0700 Subject: [PATCH] Added new requests issue and disclaimer about possibly-broken tests. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4e0546..3bee1532 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For information about running the `.jar` file, see [the How To Run wiki](https:/ ## Not Supported? -Request support for more sites by adding a comment to [this Github issue](https://github.com/4pr0n/ripme/issues/502). +Request support for more sites by adding a comment to [this Github issue](https://github.com/RipMeApp/ripme/issues/38). If you're a developer, you can add your own Ripper by following the wiki guide [How To Create A Ripper for HTML Websites](https://github.com/ripmeapp/ripme/wiki/How-To-Create-A-Ripper-for-HTML-websites). @@ -70,6 +70,10 @@ After building you can run tests by running the following: mvn test ``` +Please note that some tests may fail as sites change and our rippers become out of date. +Start by building and testing a released version of RipMe +and then ensure that any changes you make do not cause more tests to break. + # Dependencies * junit-3.8.1