mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:43:06 +01:00
VeohIE: remove debug logging
This commit is contained in:
parent
41bece30b4
commit
3a1375dacf
@ -35,7 +35,7 @@ def _real_extract(self, url):
|
|||||||
info = self._search_regex(r'videoDetailsJSON = \'({.*?})\';', webpage, 'info')
|
info = self._search_regex(r'videoDetailsJSON = \'({.*?})\';', webpage, 'info')
|
||||||
info = json.loads(info)
|
info = json.loads(info)
|
||||||
video_url = info.get('fullPreviewHashHighPath') or info.get('fullPreviewHashLowPath')
|
video_url = info.get('fullPreviewHashHighPath') or info.get('fullPreviewHashLowPath')
|
||||||
self.to_screen(video_url)
|
|
||||||
return {'id': info['videoId'],
|
return {'id': info['videoId'],
|
||||||
'title': info['title'],
|
'title': info['title'],
|
||||||
'ext': determine_ext(video_url),
|
'ext': determine_ext(video_url),
|
||||||
|
Loading…
Reference in New Issue
Block a user