Python spynner not loading my page

75 views Asked by At

I install python spynner im tring to load my page "http://nexo.rf.gd/app.js" Cant load this please help I try with mechinize.Browser() but it can't load html Then i try with selenium remote webdrivers and finally i try with spynner because this browser can able to run js but dont know how ?? Help me please

## with mechanize.Browser() ##

import mechanize
Br = mechanize.Browser()
Br.open('http://nexo.rf.gd/app.js')
Br.response().read()

Answer is HTML code witch says this site need js enable browser

answer will be 'import sqlite'`

1

There are 1 answers

0
Harry1992 On

Finally i found a way to open my page html code #witch is import sqlite3

Every browser fails but with dryscrape my problem solve thanks anyway