Browse Source

BestCarding + DbConnection Create Tables.

main
ericssonmarin-cpp 1 year ago
parent
commit
e22facea6f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Forums/BestCardingWorld/parser.py

+ 0
- 1
Forums/BestCardingWorld/parser.py View File

@ -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


Loading…
Cancel
Save