From 61397c1973ce20da92463cf29c6b3b2e6c358a80 Mon Sep 17 00:00:00 2001 From: Parmjit Virk Date: Wed, 12 Jul 2017 17:21:44 -0500 Subject: [PATCH] [GoogleDrive] flake8 corrections --- youtube_dl/extractor/googledrive.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/youtube_dl/extractor/googledrive.py b/youtube_dl/extractor/googledrive.py index 21ad71953..d46f27627 100644 --- a/youtube_dl/extractor/googledrive.py +++ b/youtube_dl/extractor/googledrive.py @@ -32,7 +32,7 @@ class GoogleDriveIE(InfoExtractor): 'duration': 189, }, 'params': { - 'only_matching': True, + 'only_matching': True, } }, { 'url': 'https://drive.google.com/file/d/0B0Pcx5-LUToEblNxcXRPWmtmS00/view', @@ -42,7 +42,7 @@ class GoogleDriveIE(InfoExtractor): 'ext': 'mp4', 'title': 'bbo20wmv.mp4', 'duration': 5888, - 'subtitles' : 'mincount:1', + 'subtitles': 'mincount:1', } }, { 'url': 'https://drive.google.com/file/d/0B7uqFWpTkjfcVi1RaXp1OW1ycFE/edit', @@ -52,10 +52,10 @@ class GoogleDriveIE(InfoExtractor): 'ext': 'mp4', 'title': '[18] 101 Dalmatians (1961)', 'duration': 4756, - 'subtitles' : 'mincount:1', + 'subtitles': 'mincount:1', }, 'params': { - 'only_matching': True, + 'only_matching': True, } }, { 'url': 'https://drive.google.com/file/d/0B7klLRUbm38_cXdENHY1cFlHenM/preview', @@ -65,10 +65,10 @@ class GoogleDriveIE(InfoExtractor): 'ext': 'mp4', 'title': '101 Dalmatians 1961 1080p BluRay x264 AC3 - Ozlem.mp4', 'duration': 4755, - 'subtitles' : 'mincount:1', + 'subtitles': 'mincount:1', }, 'params': { - 'only_matching': True, + 'only_matching': True, } }, { 'url': 'https://drive.google.com/file/d/0B_Cc_rAzzVX9blZZZzZJX2tNYVk/edit', @@ -80,7 +80,7 @@ class GoogleDriveIE(InfoExtractor): 'duration': 2548, }, 'params': { - 'only_matching': True, + 'only_matching': True, } }] _FORMATS_EXT = { @@ -102,8 +102,8 @@ class GoogleDriveIE(InfoExtractor): '59': 'mp4', } _SUBTITLE_FORMATS_EXT = ( - 'vtt', - 'ttml' + 'vtt', + 'ttml' ) @staticmethod