Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
I'm asking a question
I've searched the bugtracker for similar questions including closed ones
I've looked through the README and FAQ for similar questions
Question
Edit: Sorry for skipping the form. Never happens again.
Hi guys,
First of all, let me appreciate your incredible work. Been using it for a while and it's really useful.
I'm trying to download a video using Youtube-dl. Sadly the m3u8 changes every 20 seconds. Fortunately, I managed to renew the m3u8 link using PHP and Now the question is, possible to make something like a func/script in order to pass those m3u8 urls to Youtube-dl and then expect Youtube-dl to download all the segments?
To be more clear, I can renew the m3u8 links but still looking for a way to ask Youtube-dl to replace the m3u8 link automatically after being expired.