Author name filters now support look around and backreferences

This commit is contained in:
2022-06-21 05:57:27 +00:00
committed by GitHub
parent adc650f8c6
commit 6903a1fe8d
9 changed files with 40 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
use crate::author_name_filter::AuthorFiler;
use crate::gettext;
use crate::opt::author_name_filter::AuthorFiler;
use crate::opthelper::get_helper;
use crate::pixiv_link::PixivID;
use crate::pixiv_link::ToPixivID;