Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/liujianshan/you-get into…
Browse files Browse the repository at this point in the history
… liujianshan-develop
  • Loading branch information
soimort committed Jan 6, 2017
2 parents 4c19940 + 927a1cb commit f72b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def download(self, **kwargs):
output_dir=kwargs['output_dir'],
merge=kwargs['merge'],
av=stream_id in self.dash_streams)
if not kwargs['caption']:
if 'caption' not in kwargs or not kwargs['caption']:
print('Skipping captions.')
return
for lang in self.caption_tracks:
Expand Down

0 comments on commit f72b34f

Please sign in to comment.