Skip to content

Commit

Permalink
[theplatform] PEP 8
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
dstftw committed Jul 19, 2018
1 parent ecb6b6a commit 25586c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/theplatform.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

class ThePlatformBaseIE(OnceIE):
_TP_TLD = 'com'

def _extract_theplatform_smil(self, smil_url, video_id, note='Downloading SMIL data'):
meta = self._download_xml(
smil_url, video_id, note=note, query={'format': 'SMIL'},
Expand Down

0 comments on commit 25586c6

Please sign in to comment.