From aa5e282495717f552b32842a32a36d88bab1c55c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 14 Jan 2019 18:28:28 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index 2a24ab6..458b961 100644 --- a/Usage.md +++ b/Usage.md @@ -17,6 +17,8 @@ echo 'https://example.com' | ./archive ``` ## Archive URLs from a remote RSS feed or file +ArchiveBox will download the URL to a local file in `output/sources/` attempt to autodetect the format and import any URLs found. Currently, Netscape HTML, JSON, RSS, and plain text links lists are supported. + ```bash ./archive https://example.com/feed.rss # or