This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import argparse | |
import concurrent.futures | |
import string | |
from collections import namedtuple | |
from urllib.request import urlopen | |
from urllib.parse import urlencode, urljoin | |
from bs4 import BeautifulSoup |