[~] Refactor
This commit is contained in:
parent
6c92271289
commit
d108e75b76
@ -7,4 +7,6 @@ def kernel_1_sample_scrap():
|
||||
'https://dev.to/kunaal438/media-query-everything-you-need-for-responsive-design-b8g',
|
||||
) as p:
|
||||
t1 = p.content.decode('utf-8')
|
||||
pprint.pprint(t1)
|
||||
t2 = pyquery.PyQuery(t1)
|
||||
t3 = t2('.comment_content')
|
||||
pprint.pprint(t3)
|
||||
|
Loading…
Reference in New Issue
Block a user