Browse Source

i keep messing with the quotes...

master
Julio Biason 7 years ago
parent
commit
3fe51c86aa
  1. 2
      makeidx.py

2
makeidx.py

@ -10,7 +10,7 @@ import argparse
import datetime
import json
DATA_BACKGROUND = re.compile(r"data-background='(.*?)'")
DATA_BACKGROUND = re.compile(r"data-background=['\"](.*?)['\"]")
PRES_TITLE = re.compile(r"<h1.*?>(.*?)</h1>")

Loading…
Cancel
Save