浏览代码

Allow semicolon (';') in URI

Alois Mahdal 10 年前
父节点
当前提交
cd8ea5bcab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ffoo/www.sh

+ 1
- 1
ffoo/www.sh 查看文件

46
     #
46
     #
47
     tr ' ' '\n' \
47
     tr ' ' '\n' \
48
       | perl -ne '
48
       | perl -ne '
49
-            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=-]+)\b|;
49
+            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=;-]+)\b|;
50
             print "$1\n";
50
             print "$1\n";
51
         ' \
51
         ' \
52
       | debug_pipe uri_lookalikes
52
       | debug_pipe uri_lookalikes