mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Remove SGML parser
This library is unmaintained, outdated and plugin authors are encouraged to use html.parser from Python Standard Library instead. https://docs.python.org/3/library/html.parser.html PR #19068.
This commit is contained in:
@@ -500,7 +500,6 @@ void SearchPluginManager::updateNova()
|
||||
updateFile(Path(u"nova2.py"_qs), true);
|
||||
updateFile(Path(u"nova2dl.py"_qs), true);
|
||||
updateFile(Path(u"novaprinter.py"_qs), true);
|
||||
updateFile(Path(u"sgmllib3.py"_qs), false);
|
||||
updateFile(Path(u"socks.py"_qs), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user