Comment 1 for bug 1067770

Revision history for this message
d7rk (d7rk) wrote :

Same issue here (manjaro).

subdownloader CLI cannot find any video and returns:
[code]
INFO::subdownloader.cli.main # Scanning /home/v ...
No such file or directory. Please select a specific folder.
[/code]
when used with a command line like this:
[code]subdownloader -c /home/user/directory1/directory2/ ...[/code]

The following works:
[code]
cd /home/user/directory1/directory2/
subdownloader -c
[/code]

Cheers,