Playl

New member
Joined
Apr 25, 2022
Messages
10
Awards
1
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
great cheers
 

chadb1987

Well-known member
VIP Member
Joined
Apr 11, 2021
Messages
283
Awards
4
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
nice one
 

purakura

New member
Joined
Feb 1, 2022
Messages
1
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
wow thanks bro
 

ruck18

New member
VIP Member
Joined
Aug 7, 2021
Messages
14
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
:)
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
285
Awards
4
Offline
Can anybody get this working? I can get this part working on panel and vlc but nothing else
http://MYSERVERIP/youtube/master.php?search=france24,live&quality=95
when i replace search=france24,live&quality=95 part to include the the details after the v=123456789 (for Instance) in youtube wont play? Anybody any ideas and thanks

search=france24,live&quality=95 (Works) search=123456789,live&quality=95 (wont work)
 

akshaykananidwk

New member
Joined
Oct 9, 2022
Messages
2
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
Nice
 

elchispa

Member
Joined
May 26, 2021
Messages
5
Awards
1
Offline
He editado esta secuencia de comandos para permitirle seleccionar la calidad del parámetro URL $_GET y también hacer que falle con más gracia si la transmisión se eliminó de YouTube y ya no se puede encontrar.

Este script ha sido modificado mucho he cambiado lo siguiente

1) Regex para cada parte del script
2) Métodos GET para asegurarse de que estén configurados y, si no, configúrelos en nulo
3) Se agregó una declaración de cambio para la selección de calidad.
4) Se eliminó un código innecesario con una nueva expresión regular
5) Hizo que se reprodujera un error dependiendo de si fallaba
--- Grab videos
--- No encontré una identificación de video
-- -No encontré el m3u en la página

*** Texto oculto: no se puede citar

I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
thank you for this great contribution
 

cloudvps

New member
Joined
Sep 27, 2021
Messages
4
Offline
I have edited this script to allow you to select quality from URL $_GET parameter and also make it fail more gracefully if the stream has been removed from youtube and can no longer be found.

This script has been modified a lot i have changed the following

1 ) Regex for every part of the script
2 ) GET methods to make sure they are set & if not set them to null
3 ) Added a switch statement for quality selection
4 ) Removed some unneeded code with new regex
5 ) Made it echo out an error depending on if it failed to
--- Grab videos
--- Didnt find a video id
-- -Didnt find the m3u in page

*** Hidden text: cannot be quoted. ***
d
 
Top