真实链接测试

This commit is contained in:
liuwei
2025-03-11 11:41:42 +08:00
parent 8e4e4116af
commit c94bbac5a4

View File

@@ -72,7 +72,7 @@ class DouyinParser:
real_url = response.url
if history:
self.LOG.debug("[抖音] 重定向历史: %s", history)
self.LOG.info("[抖音] 重定向历史: %s", history)
if real_url != video_url and ('v3-' in real_url.lower() or 'douyinvod.com' in real_url.lower()):
self.LOG.info("[抖音] 成功获取真实链接: %s", real_url)