Ignore Options
exclude_audio
exclude_audio
bool
false
When this is set to true
, the program will skip downloading audio files.
exclude_images
exclude_images
bool
false
When this is set to true
, the program will skip downloading image files.
exclude_videos
exclude_videos
bool
false
When this is set to true
, the program will skip downloading video files.
exclude_other
exclude_other
bool
false
When this is set to true
, the program will skip downloading non media files files.
exclude_files_with_no_extension
exclude_files_with_no_extension
bool
true
When this is set to true
, the program will skip downloading files without an extension.
filename_regex_filter
filename_regex_filter
NonEmptyStr
or null
null
Any download with a filename that matches this regex expression will be skipped
ignore_coomer_ads
ignore_coomer_ads
bool
false
When this is set to true
, the program will skip post marked as ads by models in coomer profiles.
only_hosts
only_hosts
list[NonEmptyStr]
[]
You can supply hosts that you'd like the program to exclusively scrape/download from. This setting accepts any domain, even if they are no supported.
skip_hosts
skip_hosts
list[NonEmptyStr]
[]
You can supply hosts that you'd like the program to skip, to not scrape/download from them. This setting accepts any domain, even if they are no supported.
Last updated