Aniworld Down ist ein Tool, um Videos von AniWorld (ehemalig AniCloud) herunterzuladen und zu organisieren.
soon
Diese Voraussetzungen gelten nicht für den Windows release (exe), da es bereits in der Datei enthalten ist
Gehe zu Releases.
Lade AniWorld-Down.exe
herunter
Lade main.py
herunter und installiere die benötigten Python Pakete (requirements.txt
)
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
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
Es wird Python 3.11 empfohlen, da das Programm dafür ausgelegt ist
Es wird empfohlen, das Windows Terminal zu verwenden, da es die Farben und Symbole korrekt anzeigt. Microsoft Store: Windows Terminal Exe Download: Windows Terminal
AniWorld-Down.exe
ausMö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.
Ö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:
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
python3 main.py
Alle weiteren Anweisungen befinden sich im Programm
Ich würde mich über einen ⭐️ und einen Follow riesig freuen 😊
Diese Bugs werden höhstwarscheinlich im nächsten update behoben.
assets
Ordner in anime/
entfernenDer gesammte changelog ist hier aufgelistet
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.
MIT License