1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 07:31:14 +02:00
yt-dlp/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
__init__.py Improve --bidi-workaround support 2013-12-09 18:29:07 +01:00
__main__.py
aes.py
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
PostProcessor.py
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
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