scrape a website from bottom to top using python beautifulsoup

后端 未结 0 381
眼角桃花
眼角桃花 2020-12-31 12:40

I am trying to scrape a website and get all the links. I am successful in that. The code I used is

import requests
from bs4 import BeautifulSoup
result = requ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题