summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-14 06:03:32 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-14 06:03:32 +0600
commit1f4b722b00fd5c24468cd4d072e8b5c5428ca515 (patch)
tree0ccd5fdd9c0e65f63c0ac0f6fa6790ca6a20e30b
parentf6519f89b09be788549f68ba12f0cc31c55d9751 (diff)
downloadyoutube-dl-1f4b722b00fd5c24468cd4d072e8b5c5428ca515.tar.gz
youtube-dl-1f4b722b00fd5c24468cd4d072e8b5c5428ca515.tar.xz
youtube-dl-1f4b722b00fd5c24468cd4d072e8b5c5428ca515.zip
[generic] Clarify Brightcove Legacy Studio comment
-rw-r--r--youtube_dl/extractor/generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 334864db3..8ba0a9913 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -1304,7 +1304,7 @@ class GenericIE(InfoExtractor):
             return self.playlist_result(
                 urlrs, playlist_id=video_id, playlist_title=video_title)
 
-        # Look for BrightCove:
+        # Look for Brightcove Legacy Studio embeds
         bc_urls = BrightcoveLegacyIE._extract_brightcove_urls(webpage)
         if bc_urls:
             self.to_screen('Brightcove video detected.')