Someone266 / aniworld-downloader

AniWorld Down ist ein Tool, um Videos von AniWorld (ehemalig AniCloud) herunterzuladen und zu organisieren
MIT License
8 stars 0 forks source link

Icon

Aniworld Down

Aniworld Down ist ein Tool, um Videos von AniWorld (ehemalig AniCloud) herunterzuladen und zu organisieren.

English

Funktionen

Screenshots

soon

Voraussetzungen

Diese Voraussetzungen gelten nicht für den Windows release (exe), da es bereits in der Datei enthalten ist

Installation

Gehe zu Releases.

Windows

Lade AniWorld-Down.exe herunter

Linux und co

Lade main.py herunter und installiere die benötigten Python Pakete (requirements.txt)

iOS

Lade A-Shell mini und führe dieses Skript aus:

echo This is the AniWorld-Down installer for iOS
echo https://github.com/Someone266/aniworld-downloader
echo 
echo
echo Downloading program...
curl -O "https://raw.githubusercontent.com/Someone266/aniworld-downloader/main/dist/main.py"
echo Downloaded!
echo Installing Depencies...
curl -O "https://raw.githack.com/Someone266/aniworld-downloader/main/dist/requirements.txt"
pip install -r requirements.txt
echo Installed!
echo 
echo IMPORTANT:
echo To launch the program type
echo python3 main.py
echo 
echo Anyway, launching program in 8 seconds...
sleep 8
python3 main.py

Android

Installiere Termux und öffne die App. Fürhre diesen Skript aus, um Python und AnWorld-Down zu installieren:

echo This is the AniWorld-Down installer for Android
echo https://github.com/Someone266/aniworld-downloader
echo 
echo
echo Installing Python3
pkg install python3
pkg install openssl
echo Done!
echo 
echo Downloading program...
curl -O "https://raw.githubusercontent.com/Someone266/aniworld-downloader/main/dist/main.py"
echo Downloaded!
echo Installing Depencies...
curl -O "https://raw.githack.com/Someone266/aniworld-downloader/main/dist/requirements.txt"
pip install -r requirements.txt
echo Installed!
echo 
echo IMPORTANT:
echo To launch the program type
echo python3 main.py
echo 
echo Anyway, launching program in 8 seconds...
sleep 8
python3 main.py

Bedienung

Es wird Python 3.11 empfohlen, da das Programm dafür ausgelegt ist

Windows

Es wird empfohlen, das Windows Terminal zu verwenden, da es die Farben und Symbole korrekt anzeigt. Microsoft Store: Windows Terminal Exe Download: Windows Terminal

Möglicherweise wird die Datei vom Antivirus blockiert, aber keinen Grund zur Panik! Die Datei enthält keinen Virus oder ähnliches. Komischerweise denkt Avast, dass sie verdächtig ist, weil das Programm in eine Datei gepackt wurde.

Python

Öffne das Terminal und ändere den Pfad zu dem Ordner, indem das Script gespeichert ist (z.B. cd C:/users/test/Desktop/Ani-Down/)

Führe das Programm aus:

Windows (cmd)

Es wird empfohlen, das Windows Terminal zu verwenden, da es die Farben und Symbole korrekt anzeigt. Microsoft Store: Windows Terminal Exe Download: Windows Terminal

python main.py

Linux und co

python3 main.py

Alle weiteren Anweisungen befinden sich im Programm

Ich würde mich über einen ⭐️ und einen Follow riesig freuen 😊

Bekannte Bugs

Diese Bugs werden höhstwarscheinlich im nächsten update behoben.

Ziele für zukünftige Versionen

Changelog

Der gesammte changelog ist hier aufgelistet

Disclaimer

This Python downloader tool is provided solely for educational and informational purposes. I am not responsible for how it is used or for the content downloaded using this tool. Users are advised to ensure that they have the legal right to download and use any content obtained through this tool and to comply with all applicable laws and regulations. By using this downloader tool, users agree to take full responsibility for their actions and to use the tool in accordance with all relevant terms and conditions. Additionally, users are encouraged to read and understand all terms of use and agreements before utilizing this tool.

License

MIT License