Is there a way to extract all links from single page, (for example that page has 3 links).
Then, Python opens those 3 links, and extract all links from those three (each link has 2 links, for example)?
Can someone write me what to use extracts links like that. But, I want to do something with those links when they are opened, for example extract all numbers from that site. I would like to use BeautifulSoup for some part of it, but can it be done only with BS4 or ?