Skip to content

Commit 206aeb4

Browse files
committed
Add ISBN ocaid extractor bot
1 parent 7d4ebaf commit 206aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isbnfromiabot/isbn_ia_to_13.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run(self) -> None:
3131
source_records = _json.get("source_records", None)
3232
else:
3333
continue
34-
regex = "ia:isbn_\d{13}"
34+
regex = "ia:isbn_[0-9]{13}"
3535
isbn_13 = False
3636
for source_record in source_records:
3737
if re.fullmatch(regex, source_record):

0 commit comments

Comments
 (0)