Normal
Nice to see new contributions to MP!I assume that error with downloading file was with scrapper so why don't we modify scraper itself instead of rewriting mediaportal code? Scrapper in C# so downloading with any webclient/webrequest is possible.Also I want to say that setting headers in download method is not so flexible. Some sites could require special headers i.e. "MediaPortal 1.1.0".So I think it will be better to have another method with more parameters like headers, gzip encoding and so on.
Nice to see new contributions to MP!
I assume that error with downloading file was with scrapper so why don't we modify scraper itself instead of rewriting mediaportal code? Scrapper in C# so downloading with any webclient/webrequest is possible.
Also I want to say that setting headers in download method is not so flexible. Some sites could require special headers i.e. "MediaPortal 1.1.0".
So I think it will be better to have another method with more parameters like headers, gzip encoding and so on.