Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~75 People Reached
Favorite Forums
Favorite Tags
Member Avatar for spaghettios

Hi, I have written a short program that will scrape a given website for img src that have their attribute tag with id="marked". The program works, but I am not quiet sure which attributes to make private. Here is the code. [CODE]import urllib from BeautifulSoup import * class ImgScrape(object): def …

Member Avatar for ultimatebuster
0
75