jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

Fix 'No format stream map found' issue (421) #422

Closed zannix closed 5 years ago

zannix commented 5 years ago

Example YouTube video: https://www.youtube.com/watch?v=kXYiU_JCYtU

It used to show 'No format stream map found' message, now it works fine as long as 'enable_youtube_decipher_signature' is set to true in config.php

Art4 commented 5 years ago

This PR would undo some improvements of #365 from @BenNottelling Not sure if this is correct.

zannix commented 5 years ago

Please review changes