https://github.com/dawn-lc/iwaradownloadtool
Iwara 下载工具 | Iwara Downloader
https://github.com/dawn-lc/iwaradownloadtool
aria2 downloader iwara tampermonkey userscript
Last synced: 23 days ago
JSON representation
Iwara 下载工具 | Iwara Downloader
- Host: GitHub
- URL: https://github.com/dawn-lc/iwaradownloadtool
- Owner: dawn-lc
- License: apache-2.0
- Created: 2022-03-18T13:46:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-29T23:35:03.000Z (28 days ago)
- Last Synced: 2026-03-30T00:57:56.700Z (28 days ago)
- Topics: aria2, downloader, iwara, tampermonkey, userscript
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 378
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Iwara Download Tool
[](https://github.com/dawn-lc/IwaraDownloadTool/)
[](https://github.com/dawn-lc/IwaraDownloadTool/)
[](https://github.com/dawn-lc/IwaraDownloadTool/)
* Batch downloading
* Supports downloader based on Aria2
* Automatically checks if third-party cloud storage links are provided by the author in the video description or comments
* Customizable save location and file names *Supported only in Aria2 and IwaraDownloader modes; other download modes support file name customization only
* Automatically follow the authors of selected videos *Disabled by default, needs to be enabled manually
* Automatically like/favorite selected videos *Disabled by default, needs to be enabled manually
* Forced display of unlisted and private videos *Requires following the author
* Supports downloading private videos *Requires an account that is friends with the author
* Supports downloading hidden videos *Requires knowing the video ID
## Instructions
### Install the Script
* Install from GreasyFork
**[Visit](https://sleazyfork.org/scripts/422239)**
* GitHub Release
**[Install](https://github.com/dawn-lc/IwaraDownloadTool/releases/download/latest/IwaraDownloadTool.user.js)**
* GitHub Release [Preview Version]
**[Install](https://github.com/dawn-lc/IwaraDownloadTool/releases/download/preview/IwaraDownloadTool.user.js)**
#### Supported Browsers
* Chrome or Chromium-based browsers (e.g., Edge) *Version ≥ 85
* Firefox *Version ≥ 79
#### Recommended Script Managers
* Tampermonkey **[Official Website](https://www.tampermonkey.net/)**
#### Detailed Usage Instructions
* [Wiki](https://github.com/dawn-lc/IwaraDownloadTool/wiki)
#### Available Path Variables
* Download Time %#NowTime#%
* Upload Time %#UploadTime#%
* Video Title %#TITLE#%
* Video ID %#ID#%
* Video Author %#AUTHOR#%
* Video Author (Nickname) %#ALIAS#%
* Quality %#QUALITY#%
Example:
`%#NowTime:YYYY-MM-DD#%_%#AUTHOR#%_%#UploadTime:YYYY-MM-DD#%_%#TITLE#%_%#QUALITY#%[%#ID#%].MP4`
Output:
`2024-02-19_ExampleAuthorID_2024-02-18_ExampleTitle_Source[ExampleID].MP4`
## Dependencies
- [day.js](https://github.com/iamkun/dayjs) - [MIT License](https://opensource.org/licenses/MIT)
- [idb](https://github.com/jakearchibald/idb) - [ISC License](https://opensource.org/license/isc)
- [esbuild](https://github.com/evanw/esbuild) - [MIT License](https://opensource.org/licenses/MIT)
- [emoji-regex](https://github.com/slevithan/emoji-regex-xs) - [MIT License](https://opensource.org/licenses/MIT)
- [aria2rpc](https://github.com/pboymt/aria2rpc)