Commit 44e2b8d5653df52dd9451b92c6385d79f1965f04

Authored by 王明元
1 parent 0222421a

2022年11月4日15:55:59

src/main/java/cn/fw/freya/service/crawl/impl/KuaiShouCrawl.java
... ... @@ -913,7 +913,7 @@ public class KuaiShouCrawl implements CrawlStrategy, SmartLifecycle {
913 913 throw new BusinessException(e.getMessage());
914 914 }
915 915 this.exitBrowser(accountNo, uuid);
916   - if (videoDimension)
  916 + if (videoDimension && retryGet)
917 917 key += "#" + page;
918 918 return sig3Map.get(key);
919 919 }
... ...