MCPcopy Create free account
hub / github.com/ZiniuLu/Python-100-Days / main

Function main

Day66-75/code/example10.py:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def main():
5 b = robobrowser.RoboBrowser(parser='lxml')
6 b.open('https://v.taobao.com/v/content/live?catetype=704&from=taonvlang')
7 for img_tag in b.select('img[src]'):
8 print(img_tag.attrs['src'])
9
10
11if __name__ == '__main__':

Callers 1

example10.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected