Johnny wrote:
> I am trying to fetch a complete set of pdf docs, whereof some are
> "hidden" in a collapsible list; if you visit the site you must expand
> the list to get the docs. Usind wget, I cannot get all the files (the
> top level files downloads, but not the rest).
>
> This is what I tried:
> wget -r -H -l 3 -A pdf
> https://www.ukap1000application.com/doc_pdf_library.aspx
>
>
> Please help!
>
> Johnny
Indeed. Wget 1.12, is not fetching them (not even considering the urls)
even though the pdf urls are in the source (the collapsible list is made
with display: none). That's strange.