]> gitweb @ CieloNegro.org - youtube-dl.git/commit
lazy extractors: Initialize the real info extractor
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 21 Feb 2016 11:46:14 +0000 (12:46 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 8 Apr 2016 19:50:54 +0000 (21:50 +0200)
commit8a5dc1c1e14cc19f143c84702f4bbc29e4f91e47
tree0fce302fc3e9179cb6ca569a0213b8dbf60decc0
parente0986e31cfd57392aaf3cc84b17fbf32c6134ff6
lazy extractors: Initialize the real info extractor

According to the docs '__init__' is only called automatically if '__new__' returns an instance of the original class.
devscripts/lazy_load_template.py