]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/minds.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / minds.py
index 2fb17920ccb93e97cdac020240a3ba006cd68d8e..27a6e380565f1d3a31bae7f28c02f83d3051bfed 100644 (file)
@@ -106,7 +106,7 @@ def _real_extract(self, url):
         if poster:
             urlh = self._request_webpage(poster, video_id, fatal=False)
             if urlh:
-                thumbnail = urlh.geturl()
+                thumbnail = urlh.url
 
         return {
             'id': video_id,