Closed nickssl closed 5 months ago
Sometimes the data is a part of a web page. For example, dst index data: https://wdc.kugi.kyoto-u.ac.jp/dst_final/201505/index.html
When the pyspedas download() function tries to download these pages, it actually downloads a binary object for the session and not the HTML text. A "text_only" keyword can be added to download and save only the text of these pages.
text_only was added
Sometimes the data is a part of a web page. For example, dst index data: https://wdc.kugi.kyoto-u.ac.jp/dst_final/201505/index.html
When the pyspedas download() function tries to download these pages, it actually downloads a binary object for the session and not the HTML text. A "text_only" keyword can be added to download and save only the text of these pages.