From e22facea6f019c10457c7e193cfcb1ed962fa70a Mon Sep 17 00:00:00 2001 From: ericssonmarin-cpp <85146518+ericssonmarin-cpp@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:25:39 -0700 Subject: [PATCH] BestCarding + DbConnection Create Tables. --- Forums/BestCardingWorld/parser.py | 1 - 1 file changed, 1 deletion(-) 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