Athlon1600

Results 75 comments of Athlon1600

yeah, the existing ID parsing logic is pretty weak... your regex solution is much better. So we'll just use that in the next release: https://github.com/Athlon1600/youtube-downloader/commit/250f575cd82d39f8248dd07b0cf126fe3a1bd459 https://github.com/Athlon1600/youtube-downloader/blob/250f575cd82d39f8248dd07b0cf126fe3a1bd459/src/Utils/Utils.php#L12-L23 > I would recommend...

There is nothing wrong with your code, or the youtube downloader library itself. The problem here is that YouTube is purposely limiting your maximum download speed down to whatever mb/s...

^ yeah the new fix seems to work at least for now... we'll see if it changes before I actually put this in a new release https://github.com/Athlon1600/youtube-downloader/commit/67abbb10a2d694b9cdc9a5951986a2356471f905

> Issue was resolved in new package https://github.com/yt-dlp/yt-dlp > > No PHP version though. @Athlon1600 have you thought of porting it as well? as soon as I figure out how...

^ yup, as a last resort option, that would be the way to do it when all the download links you get back have a "speed limit". For now, there...

Not without making additional requests to youtube's video API which is what youtube-dl does and why it's so slow.

are you using the latest version? because this still works just fine on our demo app here: https://github.com/Athlon1600/youtube-downloader#demo-app the other solution would be to just "stream" whatever video you get...

That's sort of expected. YouTube typically gives out only one or two links where both video and audio is combined. Higher quality videos tend to have their video and audio...

check your error logs. What is the exact error that you're getting?

pornhub plugin works just fine for me, it's just not enabled by default. That's what I just found out 😬 Edit `$config['plugins']` and add 'Pornhub' to your config.php file. https://github.com/Athlon1600/php-proxy-app/blob/master/config.php