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.
Works, but without '--stop 1' #3008
Comments
|
We never had the situation that resuming was impossible for RTMP downloads. If you don't want to modify the RTMP download, simply create a pull request and add a note that this only works if |
Hi, I am currently adding support for http://spiegel.tv (as wished in #2474).
I have already got it working but the test fails because it calls
rtmpdumpwith--stop 1:If one leaves out
--stop 1(and thus simply doesn't not allow to resume a download), then the download works fine:So my question: Do all video extractors really need the option to resume a download? If not, how can my extractor tell Youtube-dl that no resume is possible?