youtube-downloader icon indicating copy to clipboard operation
youtube-downloader copied to clipboard

:tv: PHP based alternative to youtube-dl and yt-dlp. Active and frequently updated! :star:

Results 81 youtube-downloader issues
Sort by recently updated
recently updated
newest added

mp3 is not shareable of youtube due to mp4a codex how to convert it into mp3 codex and 1080p with sound

I tried to download video from your given link but getting nothing. https://location0718.unblockvideos.com/index.php?q=nqus1alrZpSn2qpgqafbqK3ElWaYos-RqZqkm5yl13GpsY62f4hsrHqtqg . Please guide. ![image](https://user-images.githubusercontent.com/14232868/98443037-d4f57380-212e-11eb-864c-fdd8eb280137.png) _Originally posted by @msyadav88 in https://github.com/Athlon1600/youtube-downloader/issues/35#issuecomment-723449306_

Is there an easy way to specifiy the IP address to use for requests? My server has 8 IPs and it would be useful to be able to use all...

Method `Utils::extractVideoId` doesn't parse correctly some links (tested on [https://gist.github.com/rodrigoborgesdeoliveira/987683cfbfcc8d800192da1e73adc486](url)): - http://www.youtube.com/attribution_link?a=JdfC0C9V6ZI&u=/watch?v=EhxJLojIE_o&feature=share - https://www.youtube.com/attribution_link?a=8g8kPrPIi-ecwIsS&u=/watch?v=yZv2daTWRZU&feature=em-uploademail - https://www.youtube.com/user/IngridMichaelsonVEVO#p/a/u/1/QdK8U-VIH_o - https://www.youtube-nocookie.com/embed/up_lNV-yoK4?rel=0 - http://www.youtube.com/ytscreeningroom?v=NRHVzbJVx8I - http://www.youtube.com/user/SilkRoadTheatre#p/a/u/2/6dwqZw0j_jY - http://www.youtube.com/watch?feature=player_embedded&v=dQw4w9WgXcQ - http://www.youtube.com/?feature=player_embedded&v=dQw4w9WgXcQ - http://www.youtube.com/user/IngridMichaelsonVEVO#p/u/11/KdwsulMb8EQ - http://www.youtube-nocookie.com/v/6L3ZvIMwZFM?version=3&hl=en_US&rel=0...

# Changed log - To be consistency, it should replace array syntax with short syntax.

Hi, i have a download function to force the browser to download ``` function download($streamURL, $name, $contentLength) { $maxRead = 1 * 1024 * 1024; // 1MB $fh = fopen($streamURL,...

enhancement

I have this video https://www.youtube.com/watch?v=Fh1JWvWEKxY Is not downloading ![image](https://user-images.githubusercontent.com/16125194/117515612-6db26200-af9f-11eb-9edc-706763d08857.png) `Error: No links found` What is the problem? Can you make a solution/update for these types of youtube videos?

Hi, All the format returned using `$downloadOptions->getAllFormats()` has contentLength value except mp4 720 or itag 22. Only this quality returned a null value. Can anyone please explain this? Thanks