优化:移除unused依赖、懒加载和容错处理
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from bs4 import BeautifulSoup
|
||||
try: from bs4 import BeautifulSoup
|
||||
except ImportError: print("[Error] BeautifulSoup4 未安装,请叫Agent安装BeautifulSoup4,再使用web相关工具。")
|
||||
|
||||
js_optHTML = r'''function optHTML() {
|
||||
function createEnhancedDOMCopy() {
|
||||
|
||||
Reference in New Issue
Block a user