You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mimetypes_list is an array of mimetypes that determines which files will be downloaded, provided they pass the regular expression filters.
23
27
28
+
binary_mimetypes_list is an array of mimetypes that determines which files will be downloaded as binary files using Curl, provided they pass the regular expression filters.
29
+
24
30
file_extensions_list is an array of file extensions that determines which files will be downloaded, provided they pass the regular expression filters.
25
31
26
32
*Note: It will take less time to process each URL if one or the other of the above are used rather than both.
@@ -41,6 +47,8 @@ ignore_query_strings is a boolean. Setting this to True means that when new URL
0 commit comments