mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-02-04 04:34:41 +08:00
3 lines
115 B
Python
3 lines
115 B
Python
import warnings
|
|
# 忽略所有的 DeprecationWarning
|
|
warnings.filterwarnings("ignore", category=DeprecationWarning) |