mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
[iheart] remove print statement
This commit is contained in:
parent
964a8eb754
commit
83db801cbf
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class IHeartRadioIE(IHeartRadioBaseIE):
|
|||
episode = self._call_api(
|
||||
'episodes/' + episode_id, episode_id)['episode']
|
||||
info = self._extract_episode(episode)
|
||||
print(episode['mediaUrl'])
|
||||
info.update({
|
||||
'id': episode_id,
|
||||
'title': episode['title'],
|
||||
|
|
Loading…
Reference in a new issue