diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-01-19 19:32:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 19:32:29 +0800 |
commit | 1076858f76ac674f967c3e0cfaf9cd237c34ff62 (patch) | |
tree | 9f98325009765c606c204bf3bb441a28113681ab /youtube_dl/extractor/vimeo.py | |
parent | eb3f008c9e686f38c50511004d5c9a51b2e8cdd2 (diff) | |
parent | cccd70a2752ad079ed560e42ff085adcabebaac2 (diff) |
Merge pull request #11778 from h4ck3rm1k3/master
Fix typos
Diffstat (limited to 'youtube_dl/extractor/vimeo.py')
-rw-r--r-- | youtube_dl/extractor/vimeo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 2e98b0e6f..add753635 100644 --- 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': { |