fix: 修改初始化参数以默认启用无头模式

This commit is contained in:
晓丰 2025-06-04 22:28:22 +08:00
parent 2cd31e4a74
commit 21d88cbcbf

View File

@ -87,7 +87,7 @@ class DailymotionClient:
EMAIL = "copyright@qiyi.com"
PASSWORD = "ppsIQIYI2018@"
def __init__(self, headless: bool = False):
def __init__(self, headless: bool = True):
self.email = self.EMAIL
self.password = self.PASSWORD
self.headless = headless