1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-14 15:37:19 +08:00
codesparkle 1b5a268498 The youtube_dl/FileDownloader says: # Legacy file for backwards compatibility, use youtube_dl.downloader instead!
So I checked for usages of this class, and it turns out the only place it is used is in  `youtube_dl/__init__.py`.
Actually, the only method used is `FileDownloader.parse_bytes`, which is defined as a static method in `.downloader/FileDownloader` anyway!
The old `FileDownloader._do_download` is never used.
To summarize, the class can safely be deleted (unless my IDE and I missed something).
2014-05-22 16:38:27 +10:00
..
2013-11-09 11:25:12 +01:00
2014-03-30 07:15:14 +02:00
2014-01-23 10:24:44 +01:00
2014-05-19 11:42:37 +02:00