|
@ -239,7 +239,6 @@ def bestcardingworld_listing_parser(soup): |
|
|
|
|
|
|
|
|
# Adding the url to the list of urls |
|
|
# Adding the url to the list of urls |
|
|
link = itopic.find('a', {"class": "topictitle"}).get('href') |
|
|
link = itopic.find('a', {"class": "topictitle"}).get('href') |
|
|
link = cleanLink(link) |
|
|
|
|
|
href.append(link) |
|
|
href.append(link) |
|
|
|
|
|
|
|
|
# Finding the author of the topic |
|
|
# Finding the author of the topic |
|
|