-
Notifications
You must be signed in to change notification settings - Fork 7
/
ancestry_extract.toml
48 lines (38 loc) · 1.47 KB
/
ancestry_extract.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This is the Ancestry URL prefix used, it may need to be
# be changed for other countries or for some other reason.
# There are numerous hardcoded URLs in the code though so
# there could be other changes needed too.
url = "https://www.ancestry.com"
# The account name to use.
account = ""
# The password to use.
password = ""
# The name of the input gedcom file.
gedcom = "20201010-backup.ged"
# The root directory for the directory structure in
# which everything is saved.
output = "./test"
# Indicator if previously unavailable _APID records
# that were cached should be skipped on future runs.
# Sometimes an _APID will no longer be valid for some
# reason, or at least I have a few dozen in my tree.
ignore = true
# Indicator if processing was previously interrupted
# to try to skip to the last known location in the
# Gedcom file before continuing.
resume = true
# Indicator if the image for a source record on a source
# citation page identified by an _APID record should be
# saved if at all possible. Note there are some things
# the current code is unable to handle at this time.
citations = true
# Indicator if a screenshot should be taken of the source
# citation page identified by an _APID record to preserve
# a copy of it.
screenshots = true
# Indicator if a user contributed media item for a person
# should be saved if at all possible.
media = true
# Indicator if the image of a newspaper clipping linked to
# a person should be saved if at all possible.
newspapers = true