show ydl
This commit is contained in:
parent
28e5fc1be4
commit
927a5d657b
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,7 @@ class GetYoutubeVideos:
|
|||
return self._get_video_info(video_id)
|
||||
self.proxy_index = 0
|
||||
self.selected_proxy = ''
|
||||
return None
|
||||
return None
|
||||
|
||||
def _get_video_info(self, video_id):
|
||||
uri=f"https://www.youtube.com/watch?v={video_id}"
|
||||
|
@ -138,7 +138,8 @@ class GetYoutubeVideos:
|
|||
# self.summary['skipped_videos'] += 1
|
||||
self.summary['skipped_videos'] += 1
|
||||
self._log.debug(
|
||||
"Skipping video. Error: %s",
|
||||
"Skipping video. YDL: %s. Error: %s",
|
||||
ydl,
|
||||
error
|
||||
)
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue