job recording September ton

Mr-yinghexiaoma / 2024-09-04 / 原文

日期   : September ton

记录人  : jack.ma

specail tak   : None

Dream Fire  : Learning Ruby & OperaterSystem & Python dev

red or green : grey 

一:
附件链接放在iframe里面:进行嵌套需要进行链接的提取

jack/shananxi_spider分支

点击查看代码
`    r_api_url = item.get("api_url")
            match = re.search(r"cqbggg\('([^']*)',", str(r_api_url))
            if match:
                r_api_url = match.group(1)
            if r_api_url:
                r_api_url = (
                    f"https://stbid.stdzzb.com/ggInfo.do?pkid={r_api_url}&typ=1&back=1"
                )
            seed["url"] = r_api_url
`