What would it take...

shilala

Lifer
Oct 5, 2004
11,437
1
76
Here's the page.
I'd like to be able to arrange the pitchers in alphabetical order with their stats from the links provided on that page, or something of that nature.
I could write script when I was a kid, but haven't written anything in 20 years.
Is there a good place online to take a crash course in basic stuff?
 

hx009

Senior member
Nov 26, 1999
989
0
0
I'd think it would be pretty easy. In the HTML all the pitchers have this HTML before their name:

<a href="/mlb/players/profile?playerId=

You could probably write a RegEx and use the language of your choice to pull that stuff out.