diff --git a/gfwlist.py b/gfwlist.py index e1743b3..5c35a15 100755 --- a/gfwlist.py +++ b/gfwlist.py @@ -43,6 +43,9 @@ def parse_gfwlist(text): if line.startswith("||"): # domain prefix update_domains(domains, line[2:], mode) + elif line.startswith("/"): + # regex, can't handle yet + pass else: # Keyword pattern # Single vertical line at either side means string boundary