You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jaime Marquínez Ferrándiz 56c7366547 YoutubeIE: reuse instances of InfoExtractors (closes #998)
When a IE is added to the list, it's also added to a dictionary. When a IE is requested it first looks in the dictionary and if there's no instance it will create a new one.

That way _real_initialize is only called once for each IE, saving time if it needs to login for example.
11 years ago
..
extractor YoutubeIE: reuse instances of InfoExtractors (closes #998) 11 years ago
FileDownloader.py FileDownloader: fixed call to "report_error" of YoutubeDL 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
PostProcessor.py Remove useless headers 11 years ago
YoutubeDL.py YoutubeIE: reuse instances of InfoExtractors (closes #998) 11 years ago
__init__.py Squelch git not found exception (#973) 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
update.py [update] Add package manager to error message (#959) 11 years ago
utils.py [3sat] Add support (Fixes #1001) 11 years ago
version.py release 2013.07.08.1 11 years ago