summary refs log tree commit diff
diff options
context:
space:
mode:
authorjames mike dupont <jamesmikedupont@gmail.com>2017-01-19 04:18:13 -0500
committerjames mike dupont <jamesmikedupont@gmail.com>2017-01-19 04:18:13 -0500
commitcccd70a2752ad079ed560e42ff085adcabebaac2 (patch)
tree9f98325009765c606c204bf3bb441a28113681ab
parenteb3f008c9e686f38c50511004d5c9a51b2e8cdd2 (diff)
downloadyoutube-dl-cccd70a2752ad079ed560e42ff085adcabebaac2.tar.gz
youtube-dl-cccd70a2752ad079ed560e42ff085adcabebaac2.tar.xz
youtube-dl-cccd70a2752ad079ed560e42ff085adcabebaac2.zip
untie
-rw-r--r--youtube_dl/extractor/flipagram.py2
-rw-r--r--youtube_dl/extractor/vimeo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/flipagram.py b/youtube_dl/extractor/flipagram.py
index 1902a2393..b7be40f1b 100644
--- 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
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': {