Skip to content

Commit 87be8a1

Browse files
FIX readme
1 parent 0d2cbbe commit 87be8a1

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# animepahe-dl
22

3-
Python program to download anime from [AnimePahe](https://animepah.com)
3+
Python program to download anime from [AnimePahe](https://animepahe.com)
44

55
## Table of contents
66

@@ -9,19 +9,18 @@ Python program to download anime from [AnimePahe](https://animepah.com)
99
- [Requirements](#requirements)
1010
- [How to Use](#how-to-use)
1111
- [Examples](#examples)
12-
- [Todos](#todos)
12+
- [To-dos](#to-dos)
1313

1414
## Requirements
1515

1616
```
17-
node (optional)
17+
node
1818
requests
1919
tqdm
2020
crypto
2121
pyfzf
2222
ffmpeg
2323
fzf
24-
2524
```
2625

2726
### How to Use
@@ -53,20 +52,20 @@ options:
5352
5453
```
5554

56-
## Todos
55+
## To-dos
5756

5857
---
5958

6059
- [x] ~~Trying to get rid of Node.js as a dependency~~
6160
- [x] ~~Fixing multiple entries of same anime in the myanimelist for checking for updates~~
62-
- [ ] Fixing codes
63-
- [ ] Option to select node or dumb method
61+
- [x] Fixing codes
62+
- [ ] ~~Option to select node or dumb method~~
6463
- [ ] Maybe making a proper package :thinking:
6564
- [ ] Option for adding anime for future checking ?
6665
- [x] Fix download indicator segments
6766
- [x] ~~Fix download indicator main indicator~~
68-
- [x] ~~New issue with ffmpeg trouble with audio , aac codec issue~~
67+
- [x] ~~New issue with ffmpeg trouble with audio , AAC codec issue~~
6968
- [ ] Change the default download location ? :thinking: or as an option ?
7069
- [x] Resuming Capability
71-
- [ ] Some probelm with naming scheme
70+
- [ ] Some problem with naming scheme
7271
- [ ] What if no quality present ?

0 commit comments

Comments
 (0)