YoutubeIE: Move the code from _real_initialize to a base class
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 18:40:12 +0000 (20:40 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 18:40:12 +0000 (20:40 +0200)
commitb2e8bc1b20192e2ac261b4d3d88b8ae85c69eb9c
tree375f3a79c4c803bc4f0507f134348681c82d2ce5
parent771822ebb85641359d4983137720446761d80bc5
YoutubeIE: Move the code from _real_initialize to a base class

This allows to reuse the code in other IEs without having to overwrite some parts.
youtube_dl/extractor/youtube.py