| > the boxscores are organized with an id like:
> <http://sports.espn.go.com/nfl/boxscore?gameId=221208010>
> and when saving it stops before the ? in the file name.
> So i am wondering if there is a way to somehow grab the
> info after the ? because it contains pertinant
information
> such as the date the game was played and the home team's
> ID number.
Options / Build / Local structure: options
%h%p/%n%[gameId].%t
(in the upcoming release, you'll also be able to do more
advanced things with the %[] rule thanks to media-access
support)
| |