Greasy Fork is available in English.

Unlimited_downloader

Get video and audio binary streams directly, breaking all download limitations. (As long as you can play, then you can download!)

נכון ליום 30-05-2022. ראה הגרסה האחרונה.

יוצר
dabaisuv
דירוגים
0 0 0
גרסה
0.1.1
נוצר
30-05-2022
עודכן
30-05-2022
רישיון
לא זמין
חל על
כל האתרים

Use ffmpeg -i video.mp4 -i audio.mp4 -c copy output.mp4 to merge audio and video files

The script adds two variables on window: Set in the console:

1.window.downloadAll Set this value to 1 (window.downloadAll = 1) to download cached audio and video files (best to wait for the video to finish playing before setting it to avoid audio and video out of sync)

2.window.quickPlay This value is the playback speed of the video in the page, the default is 1. You can set it up to 16 (window.quickPlay = x)

Replace window.quickPlay = x with document.querySelector('video').playbackRate = x