jadchaar / sec-edgar-downloader

📈 Download filings from the SEC EDGAR database using Python
https://sec-edgar-downloader.readthedocs.io
MIT License
477 stars 134 forks source link

No Images in the Filings #139

Open knandula opened 5 months ago

knandula commented 5 months ago

I'm trying to download 10-K filing using the package ; when i open the downloaded html file, the images are not being shown ( company logos etc., )

is this related ? https://github.com/jadchaar/sec-edgar-downloader/blob/4e5d1006c63c441c1ac467dd9e5b016d66aab3a6/sec_edgar_downloader/_orchestrator.py#L45

jadchaar commented 5 months ago

hey @knandula that is correct. I did a complete package re-write for v5 of this package to incorporate the new SEC Edgar API and I did not get a change to adapt my old approach for resolving image URLs like in v4. In v4, I had image URL resolution implemented, but in v5 I have not gotten to it yet. Feel free to submit a PR :)