npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hera-anime-dl

v1.0.2

Published

A simple but usefult cli OR gui for getting and returning anime video links / download link of the anime name and spisode number you input into the cli thus returning a link you can copy and paste into a browser. Simple really.

Downloads

7

Readme

npm version JavaScript Style Guide: Good Parts https://nodei.co/npm/hera-anime-dl.png?downloads=true&downloadRank=true&stars=true HitCount

Hera-anime-dl

This is a simple but yet a easy to use anime download CLI client for downloading anime also with a GUI version

Want a GUI?

Windows : Download | VirusTotal Linux : Download |

Not working on linux?

  • Step 1: Download and extract the files to the desktop or anywhere you prefer
  • Step 2: Open a terminal and cd into the directory you have extracted the files
  • Step 3: chmod +x Hera-Anime-Dl-Gui
  • Step 3: Now excute the file Hera-Anime-Dl-Gui with the following command ./Hera-Anime-Dl-Gui and now you have access the GUI version of the cli <3

Installing hera-anime-dl via git clone method

  • Step 1: If you have installed node and npm (recommended latest version node 8) then you are fine, If you haven't installed node or npm I recommend using youtube to help you install it

  • step 2: using git clone to download the repo: git clone https://github.com/HeraKumi/Hera-anime-dl

  • Step 3: Installing the dependencies needed for hera-anime-dl to work npm i -s

  • Step 4: Running the app, cd or open the folder called anime and run node anime.js and if all has gone well you should be greeted with a welcome and questions, if not feel free to create a ticket issue on GitHub or by click this and creating an issue

Basic Usage

node anime.js this command should run the app, If not you should report the problem to the dev here.

You should now see a question asking you what anime you want to download, Choose a name for the anime you want to get a downlink for and press enter. Thus by pressing enter, you should see a new question asking you to input an episode number, so enter an episode number. Now that part is done, you should now wait a few seconds, after waiting you should see an output like this

{
  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/'
  ]
}

so here is the good part you see where it says URLS? copy one of the links to get the anime episode you wanted and paste it into a new tab in your browser and it should start downloading.

The video will be downloaded into you're Downloads folder.