collect-feeds

0.1.0 • Public • Published

collect-feeds

NPM Version LICENSE Build Status code style: prettier

A CLI for collect feed URLs.

Installation

npm install collect-feeds

Usages

$ npx collect-feeds [COUNT]

Read URLs from the file url-queue.txt from the current working directory, then find feed URLs for the first 10 URLs.

With COUNT, fetch a specified number of URLs.

The found feed URLs are appended to found.yml, the failed URLs are appended to failed.yml. Once a URL was fecthed, it will be appended to skip-list.txt, so next time will fast forward these URLs. You can modify skip-list.txt to skip some URLs or re-fetch some URLs.

License

Copyright (c) 2020 dailyrandomphoto. Licensed under the MIT license.

Package Sidebar

Install

npm i collect-feeds

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

10.9 kB

Total Files

6

Last publish

Collaborators

  • dailyrandomphoto