aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/teachable.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/teachable.py')
-rw-r--r--hypervideo_dl/extractor/teachable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/teachable.py b/hypervideo_dl/extractor/teachable.py
index c212a49..01906bd 100644
--- a/hypervideo_dl/extractor/teachable.py
+++ b/hypervideo_dl/extractor/teachable.py
@@ -56,7 +56,7 @@ class TeachableBaseIE(InfoExtractor):
self._logged_in = True
return
- login_url = urlh.geturl()
+ login_url = urlh.url
login_form = self._hidden_inputs(login_page)