【发布时间】:2015-02-02 21:26:31
【问题描述】:
我正在尝试在下一个拍卖网站上检索计时器以制作狙击手:
我需要获取拍卖时间,我可以在以下位置找到:
<div class="auction-time">
<span class="h-init h-time-tick
ng-valid ng-binding ng-dirty"
ng-hide="popup.laughingSecondPrice > 0"
ng-model="auction.time" ng-bind-html="auction.time.left|timeLeftFormatForBiedWidget"
h-model-name="expires"><strong>03</strong><i>:</i><strong>31</strong>
</span>
<span ng-show="popup.laughingSecondPrice > 0" class="ng-hide">Gesloten</span>
</div>
我找不到正确的方法。谁能给我指路?
【问题讨论】:
标签: python web-crawler beautifulsoup