mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed mediafire downloader never resolving the url
This commit is contained in:
parent
16c27690cb
commit
a5843e12fa
@ -52,7 +52,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
{
|
||||
using (var d = await Driver.Create())
|
||||
{
|
||||
await d.NavigateTo(new Uri("http://www.mediafire.com/file/agiqzm1xwebczpx/WABBAJACK_TEST_FILE.tx"));
|
||||
await d.NavigateTo(new Uri(Url));
|
||||
// MediaFire creates the link after all the JS loads
|
||||
await Task.Delay(1000);
|
||||
var newURL = await d.GetAttr("a.input", "href");
|
||||
|
Loading…
Reference in New Issue
Block a user