Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
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
11
if
__name__ ==
'__main__'
:
Callers
1
example10.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected