Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<audio> element resources are ignored #54

Open
vojkny opened this issue Apr 29, 2022 · 2 comments
Open

<audio> element resources are ignored #54

vojkny opened this issue Apr 29, 2022 · 2 comments

Comments

@vojkny
Copy link

vojkny commented Apr 29, 2022

Following elements will not be downloaded:

<audio id="zthlaudio_html5_api" 
class="vjs-tech" preload="none" 
src="/o/blob-download?blob=YmxvYi1xMU1TeDl3K09VcVkwRXBFSnRYb0l1SFdhSjJzSFMyVWxoQmJ5RFZJNG04PS1kNWQ2ZC1ZWFZrYVc4dmJYQmxadz09&amp;token=ZWpzZE9oa2FscmtSWkp0a0ZRbWNNWkdjQmVLSVM2UUIvcHM4UjBmOFRxND0*">

<source id="zthlaudio-source" 
src="/o/blob-download?blob=YmxvYi1xMU1TeDl3K09VcVkwRXBFSnRYb0l1SFdhSjJzSFMyVWxoQmJ5RFZJNG04PS1kNWQ2ZC1ZWFZrYVc4dmJYQmxadz09&amp;token=ZWpzZE9oa2FscmtSWkp0a0ZRbWNNWkdjQmVLSVM2UUIvcHM4UjBmOFRxND0*" type="audio/mpeg"> </audio>
@zigenis
Copy link

zigenis commented Jul 11, 2024

It's possible that it is not yet downloaded by your browser due to the preload attribute being set to 'none' for the first one. I'm pretty sure this extension just dumps the resources already retrieved by your browser. Try playing the audio on the page first to trigger the request, then run the extension again. Orrrr just manually download it 😄

Edit: Just realized this is an issue from 2 years ago. I'll still keep this up for future readers though.

@up209d
Copy link
Owner

up209d commented Jul 12, 2024

Yup, there is nothing I can do if the file is not loaded in the local resources unless the audio is autoplay, and done loading which is tough to determine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants