unregistered / Maxel

A native download accelerator for Mac OS X.
http://maxelapp.com/
28 stars 2 forks source link

Download Selected Links in Maxel Does not Send the Link Clicked to Maxel #100

Closed ibrokemypie closed 7 years ago

ibrokemypie commented 7 years ago

Using the download selected links in maxed does not work when using the function an a link, stating no urls found in selection. I assume this is because I have not highlighted a text link, though if so then this is a feature request as text links to highlight are quite rare.

unregistered commented 7 years ago

What browser and extension version? I recall fixing this in the Chrome extension. The current version is 1.29

ibrokemypie commented 7 years ago

safari browser and any extension or link

unregistered commented 7 years ago

Shouldn't be happening. Are you using 1.30?

screen shot 2016-12-11 at 5 01 34 pm

Edit: Also, can you provide an example of a link which doesn't work?

ibrokemypie commented 7 years ago

1.3 yes.

On 12 Dec 2016, 12:01 PM +1100, Chris notifications@github.com, wrote:

Shouldn't be happening. Are you using 1.30? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ibrokemypie commented 7 years ago

https://androidfilehost.com/?fid=673368273298915801 the download button here

unregistered commented 7 years ago

I see. There’s no way for Maxel to parse out that link, since its a button element that doesn’t contain a link to the file:

<button type="button" id="loadMirror" class="btn btn-primary btn-lg btn-block">Begin Download</button>

When you click it, the page does some javascript magic before producing the actual link, which I was able to download through Maxel by right clicking “Primary Download”

On Dec 12, 2016, at 9:27 PM, Conor Randall notifications@github.com wrote:

https://androidfilehost.com/?fid=673368273298915801 https://androidfilehost.com/?fid=673368273298915801 the download button here

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/unregistered/Maxel/issues/100#issuecomment-266647252, or mute the thread https://github.com/notifications/unsubscribe-auth/AASVl2cSne8tun76u_WSzKDzdGR8m-WYks5rHiykgaJpZM4LIkm1.

unregistered commented 7 years ago

Closing as infeasible to fix