真实链接测试
This commit is contained in:
@@ -72,7 +72,7 @@ class DouyinParser:
|
|||||||
real_url = response.url
|
real_url = response.url
|
||||||
|
|
||||||
if history:
|
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()):
|
if real_url != video_url and ('v3-' in real_url.lower() or 'douyinvod.com' in real_url.lower()):
|
||||||
self.LOG.info("[抖音] 成功获取真实链接: %s", real_url)
|
self.LOG.info("[抖音] 成功获取真实链接: %s", real_url)
|
||||||
|
|||||||
Reference in New Issue
Block a user