hq-jiang / animeheaven-downloader

Anime Heaven Downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anime Heaven Downloader

Author: Ghost official.ghost@tuta.io
README: this is not official, and dev for this script is nothing related with Anime Heaven team. It was written by myself just to download anime episodes easily. Anime episodes credit go to Anime Heaven.

Changes

  • updated the script to parse dynamic HTML content for video url

Run with Python3

Create command shortcut

  • move the ahdownloader.py to /usr/share/ or /usr/local/bin/ for Mac
  • write the follow bash script in /usr/bin/ or /usr/local/bin/ for Mac
    • replace /usr/share/ with /usr/local/bin/ for Mac
#!/bin/bash
python3 /usr/share/ahdownloader.py

Lib Requirements

Lib Installation for Ubuntu

  • sudo pip3 install beautifulsoup4 selenium
  • sudo apt-get install python3-progressbar
  • npm -g install phantomjs-prebuilt

How To Use

  • go to Anime Heaven, select the anime you want and open one episode
  • copy the url and remove &e=....
  • paste the copied url in the script and enter the episode[s] you want to download, check the screenshot below
    screenshot

About

Anime Heaven Downloader


Languages

Language:Python 100.0%