Socket
Socket
Sign inDemoInstall

anime-dl

Package Overview
Dependencies
15
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    anime-dl

Search and get anime video url


Version published
Weekly downloads
22
decreased by-52.17%
Maintainers
1
Install size
2.94 MB
Created
Weekly downloads
 

Changelog

Source

4.0.7 (2017-09-26)

Chores
  • renovate: move renovate to package.json (19bda4eb)
  • eslint: move eslint to package.json (6bea2761)
Bug Fixes
  • url: change url.URL to url.parse (da4b859e)
Refactors
  • deps: renovate pin dependencies packages (3fa758fa)
Code Style Changes

Readme

Source

anime-dl

npm version npm downloads Build Status Coverage Status Code Climate dependency Status devDependency Status

Search and get anime video url

Installation

npm i -S anime-dl

Use

Try on Tonic

const anime = require('anime-dl')

const name: 'one piece'
const chapter = '732'
anime.getLinksByNameAndChapter(name, chapter).then(console.log)
/*{
  title: 'One Piece',
  codeName: 'one-piece',
  chapter: '732',
  urls: [
    'http://jkanime.net/stream/jkmedia/83b83090f08cbe7823cb0ed531f8cc72/0f40333b749a2a6d1bc5706accd73329/1/1de4451f8844a9c171830d25ff1cebbb/',
    'http://jkanime.net/stream/jkmedia/83b83090f08cbe7823cb0ed531f8cc72/4f501d26373b56e0fe0351c1a6154bd4/1/1de4451f8844a9c171830d25ff1cebbb/',
    'http://jkanime.net/stream/jkmedia/83b83090f08cbe7823cb0ed531f8cc72/ea38fc252cc488c0c1149875b8694f87/1/1de4451f8844a9c171830d25ff1cebbb/'
  ]
}*/

License

MIT

Keywords

FAQs

Last updated on 26 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc