From d052f3510f2d67461598b24379b07f4f45ee287e Mon Sep 17 00:00:00 2001 From: Zach Knox Date: Sat, 10 Mar 2018 13:03:12 -0500 Subject: [PATCH] removed a blank line because flake8 told me to --- youtube_dl/extractor/cbs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index aee86ff47..14d8568ca 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -85,7 +85,6 @@ class CBSIE(CBSBaseIE): print("WARNING: Failed to download %s SMTL data" % asset_type) continue - self._sort_formats(formats) info = self._extract_theplatform_metadata(tp_path, content_id)