mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
[rtve]: Remove debug trace in RTVEAudioIE.
This commit is contained in:
parent
df4e6b21fa
commit
ca76f4e8eb
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ class RTVEAudioIE(RTVEALaCartaIE):
|
|||
}]
|
||||
|
||||
def _extract_png_formats(self, audio_id):
|
||||
print(__name__, self._manager, audio_id)
|
||||
png = self._download_webpage(
|
||||
'http://www.rtve.es/ztnr/movil/thumbnail/%s/audios/%s.png' %
|
||||
(self._manager, audio_id),
|
||||
|
|
Loading…
Reference in a new issue