README.md (489B)
1 # nts 2 3 Fetches the tracklist for an [NTS Radio](https://www.nts.live/) episode and saves it as a text file. 4 5 ## Usage 6 7 ```sh 8 nts <episode-url> 9 ``` 10 11 The tracklist is written to `<episode-name>.txt` in the current directory and also printed to stdout. 12 13 ### Example 14 15 ```sh 16 nts https://www.nts.live/shows/some-show/episodes/some-episode-01-01-2025 17 # writes some-episode-01-01-2025.txt 18 ``` 19 20 ## Options 21 22 | Flag | Description | 23 |------|-------------| 24 | `--debug` | Print debug output to stderr |