wget (at least 1.16.3) does not allow a user to specify custom attributes. There has been a suggestion to extend the the `--follow-tags` option with a syntax like `--follow-tags=a/href`, but nobody followed up on that.
If you do not mind applying a quick hack to wget to support your scenario, see this commit for the work needed to add custom tags or attributes.
Alternatively, you can write a post-processor yourself.