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

How to display single link in dash manifest format? #280

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm trying to display a single dash manifest format video link which is video/webm 1080p (248), where should I edit or change on /src/Application/ResultController.php? I use direct link which is localhost/file.php?videoid={$id}&format=248 and this redirect me to the video sources. What I want is, just the single link for provided format which is itag 248 example when I echo in text it shows https://r8---sn-uh-30aez.googlevideo.com/videoplayback............ Where should i made a change or edit on this file cause on line 283 it shows the redirect link. Any help would be good :)

Art4 commented 7 years ago

Duplicate of #253