From 71ae2bf9063ecc0a5d620532d8c77cb4bb19e949 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 17 Aug 2022 09:22:16 +0200 Subject: [PATCH] Add TODO --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..345d6d8 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +TODO +==== + +Some ideas what to do next. + +* gracefully handle aborting the download with Ctrl+C, now it prints out an error stack +* add keyboard control for e.g. pausing a download +* test how worker count affects download speeds on low and high-bandwidth links (see https://github.com/ihabunek/twitch-dl/issues/104), adjust default worker count