# anyfeed

> Command line tool to get feed link given a URL

Latest version **1.0.0** (published 2019-02-13) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install anyfeed
pnpm add anyfeed
yarn add anyfeed
bun add anyfeed
```

Provides the commands `af`, `anyFeed`, `anyfeed`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-02-13 |
| First published | 2019-02-13 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | dxwc |
| Keywords | youtube, feed, url, link, rss, atom, find, finder, video, parse, fetch |

## Links

- npm: https://www.npmjs.com/package/anyfeed
- Repository: https://github.com/dxwc/anyFeed
- Homepage: https://github.com/dxwc/anyFeed#readme
- Issues: https://github.com/dxwc/anyFeed/issues
- npm.io page: https://npm.io/package/anyfeed

## Dependencies (2)

- [vid_data](https://npm.io/package/vid_data.md) ^0.3.0
- [rss-finder](https://npm.io/package/rss-finder.md) ^2.1.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-02-13

## README

A command line program to get RSS/Atom feed link given a URL found in it's source. This also supports most YouTube links including video URLs. This is useful if you use a feed reader like newsboat that doesn't look up feed link given a site URL.

# Install

1. Have [Node.js](https://nodejs.org/en/) installed
2. Run command **`npm install -g anyfeed@latest`** and you are all set
    + To update to latest version anytime after installation, run:
      `npm update -g anyfeed`
    + To uninstall, run: `npm uninstall -g anyfeed`
    + _Unix may need `sudo` before commands_
    + _Windows may need running cmd as administrator_

# Use

+ `af <link>` and press enter
+ If the copied link looks odd, it's a good idea to put it in quote to not upset your
  terminal emulator or command line prompt like. Example :
    + `af "https://www.youtube.com/watch?time_continue=277&v=ZiXZsMIVGos"`
+ To view instruction or information, type and enter `af --help`
+ **Note**: The program will run the same with the names: `af`, `anyFeed` or `anyfeed`

# How

This combines [vidFeed](https://www.npmjs.com/package/vidfeed) and [rss-finder](https://www.npmjs.com/package/rss-finder)

---

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---
_Source: https://npm.io/package/anyfeed · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
