Ali
Ali
Same problem with mobile. version 6.2.1
The solution i found is. Set the onTouch and onMouse to false. `carousel.carouFredSel( { swipe : { onTouch : false, onMouse : false } });`
Same. I am getting link not found.
it working on localhost setup but not online. even on digitalocean app or heroku
Found a fix for it. https://github.com/Athlon1600/youtube-downloader/blob/c68112b6dff211ab0dbdcf63089f85720db84503/src/YouTubeDownloader.php#L103 line 103, 104 Change it to following ``` "clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20", ``` Thanks to @ershagen
The links to the video returned cannot be downloaded or viewed. Have you tried that?
> 16.20 Thanks, this worked. Someone please create a PR for this.
> Take it! > > Just change > > ``` > "clientName" => "ANDROID", > "clientVersion" => "19.09.37", > ``` > > to > > ``` > "clientName" => "ANDROID_TESTSUITE",...
> Hello, same error too. The Library seems crazy outdated. But the latest fork from @kclauhk has an version that gives only the uncombined formats. The combined are not retrieved...
> > Hello, same error too. The Library seems crazy outdated. But the latest fork from @kclauhk has an version that gives only the uncombined formats. The combined are not...