まず目的のURLのところは
YYYYMMDD のように本日の日付を求めます。
[note]
set Y to year of (current date)
set M to month of (current date) as number
set D to day of (current date)
set A to (Y & M & D)
月の場合だけ、as number とします。
[/note]
そのままですと今月なら October となってしまいます。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー