Casa > C > Como Descarregar Livros Da Biblioteca Gênesis

Como descarregar livros da Biblioteca Gênesis

P suponho que é tarde demais para responder a esta pergunta, mas aqui está uma maneira fácil..
Se você entende python, isto é. This program does stuff for you

  1. from selenium import webdriver 
  2. from selenium.webdriver.common.keys import Keys 
  3. a = input("Enter the name of the book you want to download : ") 
  4. chrome_path = r"C:\Users\hp\Desktop\chromedri\chromedriver.exe"#where chromedriver is installed in your system 
  5. driver = webdriver.Chrome(chrome_path) 
  6. driver.get("http://gen.lib.rus.ec/")#the proxy of the website you want to download from 
  7. searchbox = driver.find_element_by_xpath("/html/body/table/tbody[2]/tr/td[2]/form/input[1]") 
  8. searchbox.send_keys(a) 
  9. searchbutton = driver.find_element_by_xpath("/html/body/table/tbody[2]/tr/td[2]/form/input[2]") 
  10. searchbutton.click() 
  11. downloadlink = driver.find_element_by_xpath("/html/body/table[3]/tbody/tr[2]/td[11]/a") 
  12. downloadlink.click() 
  13. finalstep = driver.find_element_by_xpath("/html/body/table/tbody/tr[1]/td[2]/a/h2") 
  14. finalstep.click() 

De Melena

No World of Tanks, qual é o melhor tanque alemão? :: O que é uma SeaBee da Marinha?