【发布时间】:2021-04-06 13:34:00
【问题描述】:
抱歉,对于 noob html 抓取问题,但我正在处理复杂的 html,并且每种情况都是独一无二的。
我正在尝试解析所有前面的 URL:{"actionType":"navigate","actionUrl":
在下面的示例中,它将是 https://www.ABCD.com
我正在使用 python。最好是漂亮的汤。关于如何处理的想法?
</a>
<a aria-label="ABCD." class="we-lockup targeted-link l-column small-2 medium-3 large-2 we-lockup--shelf-align-top ember-view" data-metrics-click='{"actionType":"navigate","actionUrl":"https://www.ABCD.com","targetType":"card","targetId":"12345"}' data-metrics-location='{"locationType":"shelfCustomersAlsoBoughtMovie"}' href="https://www.ABCD.com" id="ember123"> <picture class="we-lockup__artwork we-artwork--lockup we-artwork--fullwidth we-artwork--vhs-movie-pic we-artwork ember-view" dir="ltr" id="ember123">
<noscript>
【问题讨论】:
标签: python web-scraping beautifulsoup html-parsing