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.
Add support for Telewebion.com #5135
Comments
|
Thanks, but the site specific request still isn't adressed. I'm using the latest
I don't know how to implement a site-specific script, but it seems to be straightforward. Get the smil file from the html, and get the content from it. |
|
It's handled perfectly with generic extractor. Post the full output of youtube-dl when run with |
|
Thanks, it works fine for the above URL. |
|
Should you also re-open #5145? |
|
Telewebion support will be complete in the next version. |
Telewebion.com is a TV archive. For downloding, it is just enough to get URL and then use rtmpdump, but currently youtube-dl only outputs a useless SMIL file.
This is an example URL:
using youtube-dl, we get SMIL file downloaded that looks like this:
Bitrates can be selected and downloaded by concatenating base URL and appropriate video URL. For example, URL for 500k video is:
that can be downloaded using: