3 Commits

Author SHA1 Message Date
amq
7ea2e4456d temporary fix for the time jumps
I have added -t 72000 (20 hours) to force ffmpeg to mux the file when a "time jump" happens.

For some reason every job I've seen so far (at least 6 in total) was to 20 hours or more.

I think It's a safe value, which won't cause any troubles. There is no chance recording a live stream for 20 hours without interruptions anyway (my record is 3 hours).

https://github.com/rg3/youtube-dl/issues/2213
2014-01-23 18:36:57 +01:00
Jaime Marquínez Ferrándiz
70af3439e9 [hls] Fix the program name when reporting the file size 2014-01-08 16:15:20 +01:00
Jaime Marquínez Ferrándiz
3bc2ddccc8 Move FileDownloader to its own module and create a new class for each download process
A suitable downloader can be found using the 'get_suitable_downloader' function.

Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
2013-12-11 16:18:48 +01:00