diff --git a/todo b/todo index a80dc44..ee4abf2 100644 --- a/todo +++ b/todo @@ -1,3 +1,5 @@ bindings to python youtube-dl library, avoid invoking it as a program at all costs -configuration for scotty and redis +configuration for scotty and redis, and some variables in the program + +maybe add some basic editing functionality eventually (ffmpeg?) diff --git a/viddl.cabal b/viddl.cabal index 87ce586..376306b 100644 --- a/viddl.cabal +++ b/viddl.cabal @@ -11,7 +11,6 @@ author: depsterr maintainer: depsterr@protonmail.com category: Web build-type: Simple -extra-source-files: CHANGELOG.md executable viddl main-is: Main.hs