about summary refs log tree commit diff
path: root/pkgs/profpatsch/youtube2audiopodcast/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/youtube2audiopodcast: use sandbox instead of tempdirProfpatsch2019-12-081-10/+10
| | | | | | If we sandbox each run of our youtube-dl script inside of the UCSPI TCP server, we get a temporary directory “for free”, plus guarantees that the files are cleaned up after the process exits.
* pkgs/profpatsch/youtube2audiopodcast: serve arbitrary youtube videoProfpatsch2019-12-081-6/+18
|
* pkgs.profpatsch: init youtube2audiopodcastProfpatsch2019-12-081-0/+68
Minimal PoC of a small application which can download and convert a youtube video with youtube-dl and then serve it via HTTP.