1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 21:32:06 +02:00

Update archivebox/search/backends/ripgrep.py

Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
jdcaballerov
2020-12-12 08:36:08 -05:00
committed by GitHub
parent aa53f4f088
commit 9b6afa36a3

View File

@@ -2,7 +2,7 @@ import re
from subprocess import run, PIPE, DEVNULL
from typing import List, Generator
from archivebox.config import ARCHIVE_DIR, RIPGREP_BINARY
from archivebox.config import ARCHIVE_DIR, RIPGREP_VERSION
from archivebox.util import enforce_types
RG_IGNORE_EXTENSIONS = ('css','js','orig','svg')