-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathurls.py
More file actions
10 lines (10 loc) · 796 Bytes
/
urls.py
File metadata and controls
10 lines (10 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
URL_LIST = [
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/75-lb-rubber-hex-dumbbells/421191.html',
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/80-lb-rubber-hex-dumbbells/421192.html',
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/85-lb-rubber-hex-dumbbells/421193.html',
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/90-lb-rubber-hex-dumbbells/421194.html',
'https://www.titan.fitness/blahblahblah',
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/95-lb-rubber-hex-dumbbells/421195.html',
'https://www.titan.fitness/strength/dumbbells/rubber-coated-hex/100-lb-rubber-hex-dumbbells/421196.html',
'https://www.titan.fitness/strength/specialty-machines/lower-body/indoor-tire-flipping-machine/401136.html'
]