This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
generated from simonw/shot-scraper-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshots.yml
68 lines (68 loc) · 1.78 KB
/
shots.yml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
- url: https://www.joebiden.com/
output: screenshots/joebiden.png
height: 6000
javascript: |
document.querySelectorAll(
'.modal__body-wrap'
).forEach(el => el.style.display = 'none')
- url: https://www.kamalaharris.com/
output: screenshots/kamala.png
height: 6000
javascript: |
document.querySelectorAll(
'.modal__body-wrap'
).forEach(el => el.style.display = 'none')
- url: https://marianne2024.com/
output: screenshots/marianne.png
height: 6000
wait: 3000
- url: https://www.kennedy24.com/
output: screenshots/rfkjr.png
height: 6000
wait: 3000
- url: https://www.donaldjtrump.com/
output: screenshots/trump.png
height: 6000
javascript: |
document.querySelectorAll(
'.popup'
).forEach(el => el.style.display = 'none')
- url: https://rondesantis.com/
output: screenshots/rondesantis.png
height: 6000
- url: https://nikkihaley.com/home/
output: screenshots/nikkihaley.png
height: 6000
wait: 3000
- url: https://www.elderforpresident.com/
output: screenshots/larryelder.png
height: 6000
wait: 3000
- url: https://www.vivek2024.com/
output: screenshots/vivek.png
height: 6000
wait: 3000
- url: https://www.asa2024.com/
output: screenshots/asa.png
height: 6000
wait: 3000
- url: https://chrischristie.com/
output: screenshots/chrischristie.png
height: 6000
wait: 3000
- url: https://mikepence2024.com/
output: screenshots/mikepence.png
height: 6000
wait: 3000
- url: https://votetimscott.com/
output: screenshots/timscott.png
height: 6000
wait: 3000
- url: https://coreystapleton.com/
output: screenshots/coreystapleton.png
height: 6000
wait: 3000
- url: https://binkley2024.com/
output: screenshots/binkley.png
height: 6000
wait: 3000