Skip to content

A Python tool that automates downloading anime episodes from Anime Unity. Simply input an anime URL, and it will download all episodes in MP4 format.

Notifications You must be signed in to change notification settings

buzzo123/animeunity-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anime Unity Scraper

A Python script to scrape and download anime episodes from Anime Unity (https://www.animeunity.so/).

Features

  • Scrapes episode information from Anime Unity
  • Downloads episodes in MP4 format
  • Saves episode details to JSON file
  • Supports all anime available on Anime Unity

Requirements

  • Python 3.x
  • Required Python packages (see requirements.txt):
    • requests
    • beautifulsoup4
    • yt-dlp

Installation

  1. Clone this repository:
git clone https://github.com/yourusername/animeunity_scraper.git
cd animeunity_scraper
  1. Install the required packages using pip:
pip install -r requirements.txt

Usage

  1. Run the script:
python scraper.py
  1. When prompted, enter the Anime Unity URL of the anime you want to download. For example:
https://www.animeunity.so/anime/1469-naruto
  1. The script will:
    • Scrape all available episodes
    • Download each episode to the downloads directory
    • Save episode details to episode_details.json

Output

  • Downloaded episodes will be saved in the downloads directory
  • Episode information will be saved in episode_details.json
  • Each episode will be named in the format: Episode_[number]_[title].mp4

Notes

  • The script includes a small delay between requests to avoid overwhelming the server
  • Downloaded files are automatically ignored by Git (see .gitignore)
  • Make sure you have sufficient disk space for the downloads
  • The script requires an active internet connection

Disclaimer

This tool is for educational purposes only. Please respect copyright laws and the terms of service of Anime Unity. Only download content that you have the right to access.

About

A Python tool that automates downloading anime episodes from Anime Unity. Simply input an anime URL, and it will download all episodes in MP4 format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages