Add fatal=False parameter to _download_* functions.
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 00:49:01 +0000 (01:49 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 00:49:03 +0000 (01:49 +0100)
commit7cc3570e53a22dd7f8329ecb4105c5738dcf76c9
treedca068e326ec3199b438e02e081d7c370ace261d
parentbaa7b1978bc1d77858458c2b31aec3ff819a3e6a
Add fatal=False parameter to _download_* functions.

This allows us to simplify the calls in the youtube extractor even further.
youtube_dl/extractor/common.py
youtube_dl/extractor/youtube.py