We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5b06c + b6d1479 commit cddb110Copy full SHA for cddb110
lectocal/lectio.py
@@ -65,7 +65,7 @@ def _get_lectio_weekformat_with_offset(offset):
65
66
67
def _get_id_from_link(link):
68
- match = re.search("(?:absid|ProeveholdId)=(\d+)", link)
+ match = re.search("(?:absid|ProeveholdId|outboundCensorID)=(\d+)", link)
69
if match is None:
70
raise IdNotFoundInLinkError("Couldn't find id in link: {}".format(
71
link))
0 commit comments