aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/hketv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/hketv.py')
-rw-r--r--hypervideo_dl/extractor/hketv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/hketv.py b/hypervideo_dl/extractor/hketv.py
index 1087956..e026996 100644
--- a/hypervideo_dl/extractor/hketv.py
+++ b/hypervideo_dl/extractor/hketv.py
@@ -126,7 +126,7 @@ class HKETVIE(InfoExtractor):
# If we ever wanted to provide the final resolved URL that
# does not require cookies, albeit with a shorter lifespan:
# urlh = self._downloader.urlopen(file_url)
- # resolved_url = urlh.geturl()
+ # resolved_url = urlh.url
label = fmt.get('label')
h = self._FORMAT_HEIGHTS.get(label)
w = h * width // height if h and width and height else None