i had a look at this and your not getting the correct month.
as you know this site uses a zero based month(january is 0),so march would be 2.
M-1 is not a valid month entry,even your debug shows this as 3-1(the -1 means nothing to the urldate algorithum.
the only way todo this is to make the correction after the urldate is expanded to its value on the url_index line.
we do this in what we call scope=urlindex
the urldate is expanded and anything thats in the scope=urlindex is then performed.
so we read the month value,subtract 1 then replace it(with 2 for march).
yeah was also having a look. You need a modify action, which can be done in few ways, you cannot just do -1 because becomes like a text. so follow Blackbear199, then I will be willing to help with channel creation.
RTS has changed the links to the channels. Here are my changes to the files.
i had a look at this and your not getting the correct month.
as you know this site uses a zero based month(january is 0),so march would be 2.
M-1 is not a valid month entry,even your debug shows this as 3-1(the -1 means nothing to the urldate algorithum.
the only way todo this is to make the correction after the urldate is expanded to its value on the url_index line.
we do this in what we call scope=urlindex
the urldate is expanded and anything thats in the scope=urlindex is then performed.
so we read the month value,subtract 1 then replace it(with 2 for march).
yeah was also having a look. You need a modify action, which can be done in few ways, you cannot just do -1 because becomes like a text. so follow Blackbear199, then I will be willing to help with channel creation.