From 18e8475cf7398e3c8cc073ec85005dea67db00ba Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 22:01:00 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index f28bdfa..31aa82b 100644 --- a/Usage.md +++ b/Usage.md @@ -38,14 +38,14 @@ Passing a file as an argument here does not archive the file, it parses it as a ## Import list of URLs from a remote RSS feed or file ArchiveBox will download the URL to a local file in `output/sources/` and attempt to autodetect the format and import any URLs found. Currently, Netscape HTML, JSON, RSS, and plain text links lists are supported. -Passing a URL as an argument here does not archive the specified URL, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add. To add an individual link use the instruction above and pass the URL via stdin instead of as an argument. - ```bash ./archive https://example.com/feed.rss # or ./archive https://example.com/links.txt ``` +Passing a URL as an argument here does not archive the specified URL, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add. To add an individual link use the instruction above and pass the URL via stdin instead of as an argument. + ## Import list of links from browser history ```bash ./bin/archivebox-export-browser-history --chrome