From d4dae21d8fdd04e28171b1145abae852232617c8 Mon Sep 17 00:00:00 2001 From: Joren Date: Fri, 13 Sep 2024 23:03:59 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7c6ae6..4f214bc 100644 --- a/README.md +++ b/README.md @@ -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" From 0b3797dc196eaea962767d210efd1666642b02b6 Mon Sep 17 00:00:00 2001 From: Joren Date: Fri, 13 Sep 2024 23:32:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4f214bc..99627f6 100644 --- a/README.md +++ b/README.md @@ -37,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? \ No newline at end of file +This will download the file and save it in the base directory specified in the config. \ No newline at end of file