youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz 3bc2ddccc8 Move FileDownloader to its own module and create a new class for each download process
A suitable downloader can be found using the 'get_suitable_downloader' function.

Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
2013-12-11 16:18:48 +01:00
..
downloader Move FileDownloader to its own module and create a new class for each download process 2013-12-11 16:18:48 +01:00
extractor [pornhub] Fix URL regexp 2013-12-11 09:22:08 +01:00
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 2013-12-11 16:18:48 +01:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py FFmpegMetadataPP: don't enclose the values with " (fixes #1756) 2013-11-12 20:38:13 +01:00
YoutubeDL.py Move FileDownloader to its own module and create a new class for each download process 2013-12-11 16:18:48 +01:00
__init__.py Improve --bidi-workaround support 2013-12-09 18:29:07 +01:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
aes.py Let aes_decrypt_text return bytes instead of unicode 2013-08-28 16:03:35 +02:00
update.py [update] fix error 2013-11-24 06:52:21 +01:00
utils.py Use `_download_xml` in more extractors 2013-12-10 21:03:53 +01:00
version.py release 2013.12.11.2 2013-12-11 09:22:25 +01:00