From 63a641e383d136a312940828bb9cd706eef08c41 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:08:43 -0300 Subject: [PATCH] Update README: default wvd path and remove no-drm --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d15b6f5..ccb5064 100644 --- a/README.md +++ b/README.md @@ -181,9 +181,8 @@ The file is created automatically on first run. Command-line arguments override | `--auto-media-option` / `auto_media_option` | Auto media option | `null` | | **Spotify** | | | | `--cookies-path`, `-c` / `cookies_path` | Cookies file path | `./cookies.txt` | -| `--wvd-path` / `wvd_path` | .wvd file path | `./device.wvd` | +| `--wvd-path` / `wvd_path` | .wvd file path | `null` | | `--prefer-video` / `prefer_video` | Prefer video streams when available | `false` | -| `--no-drm` / `no_drm` | Don't allow DRM-protected media | `false` | | **Output** | | | | `--output`, `-o` / `output` | Output directory path | `./Spotify` | | `--temp` / `temp` | Temporary directory path | `.` |