demux: add YT-DLP module path argument
This pull request adds an argument to the yt-dlp (used to be yt-dl) module that allows users to specify a custom Python module path if needed. Argument is called --ytdl-path
, and it accepts a path. I also changed the extract script to accept an argument also.