aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/minds.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/minds.py')
-rw-r--r--hypervideo_dl/extractor/minds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/minds.py b/hypervideo_dl/extractor/minds.py
index 2fb1792..27a6e38 100644
--- a/hypervideo_dl/extractor/minds.py
+++ b/hypervideo_dl/extractor/minds.py
@@ -106,7 +106,7 @@ class MindsIE(MindsBaseIE):
if poster:
urlh = self._request_webpage(poster, video_id, fatal=False)
if urlh:
- thumbnail = urlh.geturl()
+ thumbnail = urlh.url
return {
'id': video_id,