mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
Compare commits
3 Commits
e9c2048076
...
7ad12b0da8
Author | SHA1 | Date | |
---|---|---|---|
|
7ad12b0da8 | ||
|
c7911dc0a7 | ||
|
92b10cc0f6 |
12
README.md
12
README.md
@ -222,18 +222,6 @@ This option will present the name and episode number of 30 recently updated anim
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Example</summary>
|
||||
|
||||
<div align="center">
|
||||
|
||||
![example](https://imgur.com/d23iYy7.gif)
|
||||
|
||||
</div>
|
||||
|
||||
</details>
|
||||
|
||||
### Option 5: Play from File
|
||||
|
||||
<details>
|
||||
|
@ -279,7 +279,7 @@ check_flags() {
|
||||
args+=(-d"$dl_dir")
|
||||
fi
|
||||
if ((IS_DOWNLOAD)); then
|
||||
args+=(-d)
|
||||
args+=(-d "$DEFAULT_DOWNLOAD")
|
||||
fi
|
||||
if ((IS_PLAY_FROM_FILE)); then
|
||||
args+=(-f"$play_path")
|
||||
|
Loading…
Reference in New Issue
Block a user