Fix bugs caused by typos
This commit is contained in:
parent
7d02dcfaa2
commit
2583c0b54e
4 changed files with 4 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue