yt-dlp/youtube_dl
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.
2013-07-08 15:14:27 +02:00
..
extractor YoutubeIE: reuse instances of InfoExtractors (closes #998) 2013-07-08 15:14:27 +02:00
FileDownloader.py FileDownloader: fixed call to "report_error" of YoutubeDL 2013-06-26 16:32:47 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Remove useless headers 2013-06-23 20:35:50 +02:00
YoutubeDL.py YoutubeIE: reuse instances of InfoExtractors (closes #998) 2013-07-08 15:14:27 +02:00
__init__.py Squelch git not found exception (#973) 2013-07-02 08:36:20 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
update.py [update] Add package manager to error message (#959) 2013-07-01 02:36:49 +02:00
utils.py [3sat] Add support (Fixes #1001) 2013-07-08 01:13:55 +02:00
version.py release 2013.07.08.1 2013-07-08 02:05:22 +02:00