Thread
:
Swarajya Magazine (Monthly)
View Single Post
03-14-2022, 06:28 AM
#
3
unkn0wn
Guru
Posts: 630
Karma: 85520
Join Date: May 2021
Device: kindle
Thank you
a = soup.find('a', href=lambda x: x and x.startswith('/issue/'))
does
href=lambda x: x
mean that it'll select the first link that shows up with
/issue/
?
unkn0wn
View Public Profile
Find More Posts by unkn0wn
Track Posts by unkn0wn via RSS