Daniel Palmieri

Results 7 comments of Daniel Palmieri

I overrided the function getCombinedFormats() in DownloadOptions.php to: ```php public function getCombinedFormats() { return Utils::arrayFilterReset($this->getAllFormats(), function ($format) { return strpos($format->mimeType, 'video') === 0 && !empty($format->audioQuality) && $format->quality === 'hd720'; });...

Not working anymore. I'm using mac.

[Solved!] In my case was I am using a wifi connection with a WPA password (not secure). Changed to my personal 4G (WPA2/3) and now is working again. =/

Same here. Even the DEMO isn't working. Look https://codepen.io/dan-palmieri/pen/KKOZqZQ Am I missing something?

any plan to support v3?