diff --git a/python/tasks/jigsaw_toxic.py b/python/tasks/jigsaw_toxic.py index bba94fb..1f58412 100644 --- a/python/tasks/jigsaw_toxic.py +++ b/python/tasks/jigsaw_toxic.py @@ -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)