1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 07:49:51 +08:00

Made changes recommended by flake8

Ran flake8 on my machine and made recommended changes.
This commit is contained in:
kucksdorfs
2018-03-06 19:30:57 -06:00
committed by GitHub
Unverified
parent ac1ed971f6
commit ae059543bd
-1
View File
@@ -81,7 +81,6 @@ class CBSIE(CBSBaseIE):
'Downloading %s SMIL data' % asset_type)
formats.extend(tp_formats)
subtitles = self._merge_subtitles(subtitles, tp_subtitles)
self._sort_formats(formats)
info = self._extract_theplatform_metadata(tp_path, content_id)