underverse, underverseL: handle genmed and seedmed user classes. resolves #6360

This commit is contained in:
Garfield69 2019-11-14 13:53:53 +13:00
parent 8cc5060242
commit 0354e10322
2 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@
fields: fields:
title: title:
selector: a.genmed:nth-child(2) selector: a.genmed:nth-child(2), a.seedmed:nth-child(2)
filters: filters:
# normalize to SXXEYY format # normalize to SXXEYY format
- name: re_replace - name: re_replace

View File

@ -726,7 +726,7 @@
fields: fields:
title: title:
selector: a.genmed:nth-child(2) selector: a.genmed:nth-child(2), a.seedmed:nth-child(2)
filters: filters:
# normalize to SXXEYY format # normalize to SXXEYY format
- name: re_replace - name: re_replace