-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsherdog_links.py
12 lines (12 loc) · 1.05 KB
/
sherdog_links.py
1
2
3
4
5
6
7
8
9
10
11
12
catch_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=11&association='
atom_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=17&association='
straw_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=13&association='
fly_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=10&association='
bantam_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=19&association='
feather_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=17&association='
light_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=6&association='
welter_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=5&association='
middle_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=4&association='
l_heavy_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=3&association='
heavy_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=2&association='
s_heavy_link = 'http://www.sherdog.com/stats/fightfinder?SearchTxt=&weight=1&association='