Outils pour utilisateurs

Outils du site


php:youtubedlproxy

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

php:youtubedlproxy [2020-11-12 17:07] – créée mitsuphp:youtubedlproxy [2020-11-12 17:09] (Version actuelle) mitsu
Ligne 4: Ligne 4:
 Place in folder with the "youtube-dl" binary (non included), and open in web browser like this:  Place in folder with the "youtube-dl" binary (non included), and open in web browser like this: 
  
-  * http(s)://domain.tld/watch?v=aqz-KE-bpKQ+<code> 
 +http(s)://domain.tld/watch?v=aqz-KE-bpKQ 
 +</code>
  
 (note: video is actually downloaded server-side, so make sure to have enough disk space and PHP script execution time while youtube-dl processes the video) (note: video is actually downloaded server-side, so make sure to have enough disk space and PHP script execution time while youtube-dl processes the video)
Ligne 20: Ligne 22:
  
 <file php index.php> <file php index.php>
 +
 <?php  <?php 
 if(!isset($_GET['v'])) if(!isset($_GET['v']))
Ligne 45: Ligne 48:
 </body> </body>
 </html> </html>
 +
 </file> </file>
php/youtubedlproxy.1605200864.txt.gz · Dernière modification : 2020-11-12 17:07 de mitsu