[extractor/common] Update docstring: replace FileDownloader with YoutubeDL
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 21 Dec 2014 15:58:29 +0000 (16:58 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 21 Dec 2014 15:58:29 +0000 (16:58 +0100)
youtube_dl/extractor/common.py

index d302fe45fdea0bc7556fdbda4f321d64d86c2c7c..4b950e485241e41d96531a12e7429351fc2e8e2e 100644 (file)
@@ -40,7 +40,7 @@ class InfoExtractor(object):
     information about the video (or videos) the URL refers to. This
     information includes the real video URL, the video title, author and
     others. The information is stored in a dictionary which is then
-    passed to the FileDownloader. The FileDownloader processes this
+    passed to the YoutubeDL. The YoutubeDL processes this
     information possibly downloading the video to the file system, among
     other possible outcomes.