[extractor/common] Wrap extractor errors (Fixes #1194)
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 10 Feb 2015 00:13:57 +0000 (01:13 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 10 Feb 2015 00:17:23 +0000 (01:17 +0100)
commit3a5bcd03263059bd7b905d4586c5f23f7f120974
treec45dc06baada7eff584a12d24592e9febb2c1e43
parent99c2398bc641c478dbea85c013081d883479827e
[extractor/common] Wrap extractor errors (Fixes #1194)

For now, we just wrap some common errors. More may follow. We do not want to catch actual programming errors in the extractors, such as 1 // 0.
youtube_dl/extractor/common.py