youtube-dl-php icon indicating copy to clipboard operation
youtube-dl-php copied to clipboard

Script is not downloading files

Open adminko-svk opened this issue 7 years ago • 3 comments

Links for downloading are not working. Target link can only play the video.

adminko-svk avatar Apr 11 '18 15:04 adminko-svk

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).

owenvoke avatar Apr 11 '18 15:04 owenvoke

Thanks for quick answer. Another small bug - thumbnail image is not from video.

adminko-svk avatar Apr 11 '18 15:04 adminko-svk

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.

owenvoke avatar Apr 11 '18 16:04 owenvoke