youtube-dl-php
youtube-dl-php copied to clipboard
Script is not downloading files
Links for downloading are not working. Target link can only play the video.
The download links just use the HTML5 download attribute. Your browser may not support this (but most modern browsers should). If not, you can just right click and save the link.
Note that, some browsers now only support same-origin links (so the download attribute may no longer work).
Thanks for quick answer. Another small bug - thumbnail image is not from video.
I'll add the thumbnail issue as a separate issue, and investigate this as well. Not sure of any best way for downloading, unless it's forced through JS.