I am new to python. Can I make a call to get html content on ready
state? I need to parse site where is some html that i can view only on ready
state. Is there any variant to do this? Thanks and sorry for my english. Here is my piece of code:
import lxml.html as html
from lxml.html import tostring
import string
import re
letters = list(string.ascii_lowercase)
main_domain_stat = 'http://www.copyright.gov/onlinesp/list/'
page = html.parse('%s/a_agents.html' % (main_domain_stat))