# anstrmv2

> an npm package to download anime episodes for free.

Latest version **1.8.7** (published 2022-05-30) · ISC license · 0 weekly downloads

## Install

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

## 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.8.7 |
| Published | 2022-05-30 |
| First published | 2022-05-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 18.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ThatFriendlyAsianDev |
| Maintainers | thatfriendlyasiandev |
| Keywords | anime, downloader, download, anime-downloader, download-anime, free-anime |

## Links

- npm: https://www.npmjs.com/package/anstrmv2
- Repository: https://github.com/babymonie/anstrm
- Homepage: https://github.com/babymonie/anstrm#readme
- Issues: https://github.com/babymonie/anstrm/issues
- npm.io page: https://npm.io/package/anstrmv2

## Dependencies (3)

- [puppeteer](https://npm.io/package/puppeteer.md) ^14.1.1
- [puppeteer-extra](https://npm.io/package/puppeteer-extra.md) ^3.2.3
- [puppeteer-extra-plugin-stealth](https://npm.io/package/puppeteer-extra-plugin-stealth.md) ^2.9.0

## Recent versions

- 1.8.7 (latest) — 2022-05-30
- 1.8.6 — 2022-05-28
- 1.8.5 — 2022-05-28
- 1.8.4 — 2022-05-28
- 1.8.3 — 2022-05-28
- 1.8.2 — 2022-05-28
- 1.8.1 — 2022-05-28
- 1.8.0 — 2022-05-05
- 1.7.0 — 2022-05-05
- 1.6.0 — 2022-05-05
- 1.5.0 — 2022-05-04
- 1.4.0 — 2022-05-04
- 1.3.0 — 2022-05-04
- 1.2.0 — 2022-05-04
- 1.1.0 — 2022-05-04
- … 1 more at https://npm.io/package/anstrmv2/versions

## README

# AnStrmV2

an npm package to download anime episodes for free.

## UPDATE


New version of anstrm way better!


## Acknowledgements
 - downloading or streaming anime without paying or without license is illegal, Please be careful using this package.
 - direct download links will not be provided.
## Authors

- [@babymonie](https://github.com/babymonie)
## lets get to the point

## Installation

```bash
  npm install anstrmv2
```
    
## Usage/Examples

```javascript
const {DownloadEpisode} = require('anstrmv2');
const express = require('express');
const app = express();
const port = process.env.PORT || 3000;
app.get('/', (req, res) => {
    res.send("an free api to scrape anime");
});
app.get('/download/:name/:episode', async (req, res) => {
    var name = req.params.name;
    var episode = req.params.episode;
    var url = await DownloadEpisode(name,episode);
    res.send(url);
});
app.listen(port, () => console.log(`Example app listening on port ${port}!`));
```

## Premade API

If your lazy like me then you can use our api to get anime data,head over to [anstrm-api](https://theonlyfanime.cc.nf/api/)

## License

[MIT](https://choosealicense.com/licenses/mit/)


## FAQ

#### Question 1

Will this package be updated regularly?

Yes It will.
#### Question 2
Is this package illegal?

Yes it is.
#### Question 3

Why is anime's not working?

1 we scrape from animekisa.tv and its down know but i will always update our sources to the best of my knowledge.
2 try changing the english title to a japanese title.

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