B
B
betsbi2018-04-01 21:54:16
Python
betsbi, 2018-04-01 21:54:16

Getting the content of a site blocked by a provider by a court decision?

I am trying to get the content of the main page of sbobet.com using selenium and phantomjs,

from selenium import webdriver

driver = webdriver.PhantomJS(executable_path='C:/phantomjs/bin/phantomjs.exe')

driver.get("https://sbobet.com/")
print(driver.title)
driver.quit()

The parser returns the response "Resource is blocked"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question