Extract URL and/or Download anime from anime1.me
Go to the release page and download the source code. Unpack it and start using!
If you are using android with termux installed, you may want to use this guide instead.
This downloader (or more appropriately an extractor) supports the following sites.
-
Tested and verified:
https://anime1.me/<numbers>
, e.g.:https://anime1.me/18305
https://anime1.me/category
(will download all videos)
-
Does not support:
- Any other site. This will cause unpredictable and undocumented behaviours.
beautifulsoup4
4.11.1
or higherrequests
2.25.1
or higherlxml
4.6.3
or higheryt_dlp
2022.8.19
or higher (Optional, default, only needed when downloading)
usage: anime1Downloader.py [-h] [-v] [-x] [-c COOKIE] [-ua USER_AGENT] url
Download anime1.me videos using requsets and beautifulsoup static parser
positional arguments:
url a anime1.me direct url, e.g. https://anime1.me/18305
You may need to quote the url
options:
-h, --help show this help message and exit
-v, --verbose print debug info
-x, --extract extract URL only, no download
-c COOKIE, --cloudflare COOKIE
set cf_clearance cookie to bypass cloudflare detection
The cookie is valid for an hour
You may need to quote the cookie
-ua USER_AGENT, --user-agent USER_AGENT
set user-agent to bypass detection
- You can use
-x
to extract url only, and use other downloaders - Cookies must be attached when downloading (done by default)
- If used with other downloaders, make sure to attach the cookie as well
- You don't need yt-dlp if you only use
-x
flag only