up209d / ResourcesSaverExt

Chrome Extension for one click downloading all resources files and keeping folder structures.
GNU General Public License v3.0
1.65k stars 337 forks source link

Audio and video files saved using ResourcesSaver are imcomplete #48

Closed Anonymity closed 1 year ago

Anonymity commented 2 years ago

Version: 0.1.8

Example pages:

https://interactive-examples.mdn.mozilla.net/pages/tabbed/audio.html https://interactive-examples.mdn.mozilla.net/pages/tabbed/video.html

Steps to reproduce:

Open the links above. Open Devtools and switch to ResourcesSaver tab. Check "Include all assets by XHR requests (require page reload)." Play the audio/video. Switch back to ResourcesSaver and click save all resources. Find and extract t-rex-roar.mp3 and flower.webm respectively in the zip file. Download these files using browser's builtin download function. Compare the files.

Expected behavior:

Files saved using ResourcesSaver are identical to files downloaded using browser's builtin download function.

Actual behavior:

For t-rex-roar.mp3, only a small part is saved. For flower.webm, file cannot be played.

up209d commented 1 year ago

I have expected behavior with 2.0.2 atm