untie
authorjames mike dupont <jamesmikedupont@gmail.com>
Thu, 19 Jan 2017 09:18:13 +0000 (04:18 -0500)
committerjames mike dupont <jamesmikedupont@gmail.com>
Thu, 19 Jan 2017 09:18:13 +0000 (04:18 -0500)
youtube_dl/extractor/flipagram.py
youtube_dl/extractor/vimeo.py

index 1902a23938eb0452eb83908ef6f12f8576bf0617..b7be40f1b90f4f7ace02ba2b2687fe1e2e61ce30 100644 (file)
@@ -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', []):
index 2e98b0e6f7d98801a3966a10b10104ee2549c9c9..add7536350d4a0f6b3309be7d649e0597cbdbc9f 100644 (file)
@@ -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': {