I can access a web page from the browser but when accessing it programmaticaly, does not work
i have tried with quote_plus for the #k=#s
urlpage = 'https://www.dnp.gov.co/CONPES/documentos-conpes/Paginas/documentos-conpes.aspx#k=#s=11'
print(urlpage)
html = urlopen(urlpage)