youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz 5b5fbc0867 Detect already merged videos
Without the '--keep-video' option the two files would be downloaded again and even using the option, ffmpeg would be run again, which for some videos can take a long time.
We use a temporary file with ffmpeg so that the final file only exists if it success
2015-04-19 17:51:41 +02:00
..
downloader Default to continuedl=True 2015-03-28 08:11:39 +01:00
extractor [Sohu] Fix title extraction 2015-04-19 19:19:44 +08:00
postprocessor Detect already merged videos 2015-04-19 17:51:41 +02:00
__init__.py Do not encode outtmpl twice (Closes #5288) 2015-04-04 00:30:37 +06:00
__main__.py
aes.py
cache.py
compat.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
jsinterp.py
options.py [options] Fix file based configurations for python 2 (Closes #5401) 2015-04-12 03:57:56 +06:00
swfinterp.py
update.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
utils.py InfoExtractor._search_regex: Suggest updating when the regex is not found (suggested in #5442) 2015-04-17 14:55:24 +02:00
version.py release 2015.04.17 2015-04-17 11:14:25 +02:00
YoutubeDL.py Detect already merged videos 2015-04-19 17:51:41 +02:00