[YoutubeDL] Simplify API of YoutubeDL
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 11:54:29 +0000 (12:54 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 11:54:29 +0000 (12:54 +0100)
commit3511266bc39976a926a9f33a0762aa40212431ee
treeb9d4291042a12097ff6e1ecd23d4766644b0da0d
parent9fdece5d340f24ab3c16770f71fd26943f4996c2
[YoutubeDL] Simplify API of YoutubeDL

Calling add_default_extractors twice should be harmless since the first set of extractors will match.
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py