diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-18 22:20:44 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-18 22:20:44 +0600 |
commit | f81ccbb3df205c612275f8881ddf21115eb590b4 (patch) | |
tree | a5f9cd8855047e80de2c609023d320819940875b | |
parent | 9fd0f676788f94768b80fe5ff87895b607c84345 (diff) |
[brightcove:new] Fix typo
-rw-r--r-- | youtube_dl/extractor/brightcove.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index d77590195..b0536ddbd 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -398,7 +398,7 @@ class BrightcoveNewIE(InfoExtractor): def _extract_urls(webpage): # Reference: # 1. http://docs.brightcove.com/en/video-cloud/brightcove-player/guides/publish-video.html#setvideoiniframe - # 2. http://docs.brightcove.com/en/video-cloud/brightcove-player/guides/publish-video.html#setvideousingjavascript) + # 2. http://docs.brightcove.com/en/video-cloud/brightcove-player/guides/publish-video.html#setvideousingjavascript # 3. http://docs.brightcove.com/en/video-cloud/brightcove-player/guides/embed-in-page.html entries = [] |