-
In case I don't want to actually download, but only know which files are missing, and output that to some txt file for better readability. |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Aug 3, 2022
Replies: 1 comment
-
Redirect the output to a file with
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Yasand123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--no-download
Redirect the output to a file with
>
and all files that are already there and would not be re-downloaded will have a#
in front of their path.gallery-dl --no-download ... > files.txt