Not: kod tamamen eğitim amaçlıdır.
Kodu geliştirebisiniz GPT'den yardım aldım.
import os
import time
from colorama import Fore, init
import requests
from tqdm import tqdm
from bs4 import BeautifulSoup as bs
from urllib.parse import urlparse
init(autoreset=True)
def is_valid(url):
parsed...