diff --git a/Forums/BestCardingWorld/parser.py b/Forums/BestCardingWorld/parser.py index 3af4f87..4865b65 100644 --- a/Forums/BestCardingWorld/parser.py +++ b/Forums/BestCardingWorld/parser.py @@ -239,7 +239,6 @@ def bestcardingworld_listing_parser(soup): # Adding the url to the list of urls link = itopic.find('a', {"class": "topictitle"}).get('href') - link = cleanLink(link) href.append(link) # Finding the author of the topic