IS downloaded pics detection enable by default? #6226
-
I tried twice downloading from same deviant art url and found out the terminal log is printing like "downloading all pics" again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is enabled by default. It will still extract all download URLs, but won't re-download them. You can use options like |
Beta Was this translation helpful? Give feedback.
It is enabled by default.
https://gdl-org.github.io/docs/configuration.html#extractor-skip
It will still extract all download URLs, but won't re-download them. You can use options like
-A/--abort
or--filter "date >= datetime(2024, 9, 15) or abort()"
to stop the data extraction process earlier.