Skip to content

Commit fcfcb4a

Browse files
committed
fix: exclude m.douban.com
close #63 Signed-off-by: Charles Chin <eallion.s+github@gmail.com>
1 parent 4b94c54 commit fcfcb4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
4949
# Issue # 48
5050
sed -i '/^http:\/\//d' source/zweie/some-rules-for-ublacklist/Annoyingbastard.txt
51+
sed -i 's|/.*\/(?:m|wap)\..*/|/.*\/(?:(?!m\.douban\.com)(?:m|wap)\..*)/|g' source/zweie/some-rules-for-ublacklist/Annoyingbastard.txt
5152
5253
cd tools
5354
mv uBlacklist uBlacklist.txt

0 commit comments

Comments
 (0)