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.
[BUG] Unable to download from rtbf.be #11923
Comments
|
Any idea ? |
|
rtbf.py needs rewriting. Now it uses <iframe> with embedded data instead of the old API endpoint: http://www.rtbf.be/auvio/embed/media?id=2182605&autoplay=0 |
|
the api for audio files is different: |
|
I second @yan12125 comment : API has changed and rtbf.py needs rewriting. The current API works as follow : In the body of the first page, you find an iframe : Downloading the iframe, you get a page with playlist encoded in javascript :
The playlist URL can be used directly by ffmpeg :
|
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.01.31. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Thank you for your help.