mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-18 18:29:16 +01:00
[rtve]: Remove debug trace in RTVEAudioIE.
This commit is contained in:
parent
df4e6b21fa
commit
ca76f4e8eb
|
@ -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 New Issue
Block a user