You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Dan,
it seems that Microsoft did some changes to their Download Center, which broke the scraping like you did for PowerBI / PowerBI Report Server.
I've dug into the new style a bit and found that the details.aspx now has a <script> Block which stores a JSON Text. So I've written a bit of code around it... it's far from nice, but maybe saves you some time figuring it out (if you have not yet done it). Here is an example with PowerBI Report Server.
Hi Dan,
it seems that Microsoft did some changes to their Download Center, which broke the scraping like you did for PowerBI / PowerBI Report Server.
I've dug into the new style a bit and found that the details.aspx now has a <script> Block which stores a JSON Text. So I've written a bit of code around it... it's far from nice, but maybe saves you some time figuring it out (if you have not yet done it). Here is an example with PowerBI Report Server.
This gives you a PowerShell Object with the neccessary information.
The text was updated successfully, but these errors were encountered: