Fix bugs caused by typos

This commit is contained in:
Robin Neatherway 2017-07-14 17:08:32 +01:00 committed by Sergey M
parent 7d02dcfaa2
commit 2583c0b54e
4 changed files with 4 additions and 5 deletions

View file

@ -43,7 +43,7 @@ class AudioBoomIE(InfoExtractor):
def from_clip(field):
if clip:
clip.get(field)
return clip.get(field)
audio_url = from_clip('clipURLPriorToLoading') or self._og_search_property(
'audio', webpage, 'audio url')