youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1076858f76ac674f967c3e0cfaf9cd237c34ff62
parent eb3f008c9e686f38c50511004d5c9a51b2e8cdd2
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Thu, 19 Jan 2017 19:32:29 +0800

Merge pull request #11778 from h4ck3rm1k3/master

Fix typos
Diffstat:
Myoutube_dl/extractor/flipagram.py | 2+-
Myoutube_dl/extractor/vimeo.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/flipagram.py b/youtube_dl/extractor/flipagram.py @@ -81,7 +81,7 @@ class FlipagramIE(InfoExtractor): 'filesize': int_or_none(cover.get('size')), } for cover in flipagram.get('covers', []) if cover.get('url')] - # Note that this only retrieves comments that are initally loaded. + # Note that this only retrieves comments that are initially loaded. # For videos with large amounts of comments, most won't be retrieved. comments = [] for comment in video_data.get('comments', {}).get(video_id, {}).get('items', []): diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py @@ -338,7 +338,7 @@ class VimeoIE(VimeoBaseInfoExtractor): 'expected_warnings': ['Unable to download JSON metadata'], }, { - # redirects to ondemand extractor and should be passed throught it + # redirects to ondemand extractor and should be passed through it # for successful extraction 'url': 'https://vimeo.com/73445910', 'info_dict': {