Compare commits
3 Commits
142c09e624
...
67b17c1df7
Author | SHA1 | Date | |
---|---|---|---|
67b17c1df7 | |||
0b3797dc19 | |||
d4dae21d8f |
@ -9,6 +9,7 @@ Create a `config.toml` file in the same directory as the drmdtool executable:
|
||||
```toml
|
||||
BaseDir = "/path/to/save/downloads"
|
||||
Format = "mkv"
|
||||
TempBaseDir = "/tmp/nre"
|
||||
|
||||
[N_m3u8DL-RE]
|
||||
Path = "/path/to/N_m3u8DL-RE"
|
||||
@ -36,10 +37,4 @@ To process a file directly from the command line:
|
||||
./drmdtool -f /path/to/file.drmd
|
||||
```
|
||||
|
||||
This will download the file and save it in the base directory specified in the config.
|
||||
|
||||
## TODO
|
||||
- ~~Filename Sanitation (Makes new directory on /... oops)~~
|
||||
- ~~GoPlay Fix~~
|
||||
- Windows?
|
||||
- Proper UI?
|
||||
This will download the file and save it in the base directory specified in the config.
|
Loading…
Reference in New Issue
Block a user