Mahdi Hosseini

Results 184 comments of Mahdi Hosseini

> @bezzad I think it's even better not adding this `DownloadManager` class in main package. I think putting it in another NuGet is better way. I disagree

I think it's a small feature and, as you said, there's no need for dependency. this is an almost independent feature that has nothing to do with the DownloadService So...

> @ghost1372, @GihanSoft > I consulted with somebody in this regard. The result was that this feature is quite simple to implement on the same package (due to the simplicity...

any news? i found a article It may be useful https://github.com/dotnet/runtime/issues/23264

This seems to be due to the .NET Core Design, i tested with .Net Framework and File Downloaded ``` var downloader = new DownloadService(); await downloader.DownloadFileAsync("https://isubtitles.org/download/arrow/farsi-persian/1801961", new DirectoryInfo(Environment.CurrentDirectory)); ``` But...

Thank you @bezzad the links have been filtered. So use VPN for testing. In .Net Core, the download problem is solved and the file is saved with the correct name...

@bezzad i found that this method can help us to get redirected url Since this redirect problem exists in .NET Core We can use **#if** preprocessor directives to solve this...

> I solved this problem in the new version. But I did not find a link to do another test. But it was ok in the integration tests. > Please...

similar to https://github.com/bezzad/Downloader/issues/31 And yes, I agree with that😁