Skip to content

Commit

Permalink
🔧: Fix hybrid_crawler.py -> #525
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil0ctal committed Dec 22, 2024
1 parent a8be475 commit d224556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawlers/hybrid/hybrid_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async def main(self):
# 测试混合解析单一视频接口/Test hybrid parsing single video endpoint
# url = "https://v.douyin.com/L4FJNR3/"
# url = "https://www.tiktok.com/@taylorswift/video/7359655005701311786"
# url = "https://www.tiktok.com/@flukegk83/video/7360734489271700753"
url = "https://www.tiktok.com/@flukegk83/video/7360734489271700753"
# url = "https://www.tiktok.com/@minecraft/photo/7369296852669205791"
minimal = True
result = await self.hybrid_parsing_single_video(url, minimal=minimal)
Expand Down

0 comments on commit d224556

Please sign in to comment.