Closed wukest closed 7 years ago
You have to add a parameter type
with the value Download
in your formular. This can be achieved with a hidden input like:
<input type="hidden" name="type" value="Download">
Otherwise the request will be handled as a redirect to the video with the best format, see https://github.com/jeckman/YouTube-Downloader/blob/0.5.1/src/Application/ResultController.php#L87
Is there a way to only show the 3gpp format instead of show the mp4 , webm and 3gpp?
So, hello,
I don't know why but my youtube downloader script is downloading directly without showing the formats, I just press Download and starts the mp4 download automatically. I just changed the index page before this happens. Can some1 tell me what's causing that?