You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Juan M Martínez 374c761e77 [FFmpegPostProcessor] Default of prefer ffmpeg
When no `downloader` is passed to `FFmpegPostProcessor`
an exception was raised trying to get the prefer ffmpeg param.

    AttributeError: 'NoneType' object has no attribute 'params'

This fixes and defaults to `False`.
9 years ago
..
downloader [downloader/hls] Respect Youtubedl-* headers 9 years ago
extractor [pbs] Make URLs lowercase 9 years ago
postprocessor [FFmpegPostProcessor] Default of prefer ffmpeg 9 years ago
YoutubeDL.py [YoutubeDL] Check formats for merge to be opposite (#7786) 9 years ago
__init__.py Using internal opener 9 years ago
__main__.py Use `insert` for all sys.path manipulations 9 years ago
aes.py
cache.py
compat.py Rename compat_urllib_request_Request to sanitized_Request and move to utils 9 years ago
jsinterp.py [jsinterp] Adapt to updated YouTube code generation (Fixes #7623, fixes #7624, fixes #7625, fixes #7626) 9 years ago
options.py [options] Changed wording for --list-formats 9 years ago
swfinterp.py
update.py Removing an unnecessary import 9 years ago
utils.py [utils] Refactor handle_youtubedl_headers for future extension 9 years ago
version.py release 2015.12.09 9 years ago