aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/platzi.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/platzi.py')
-rw-r--r--youtube_dl/extractor/platzi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/platzi.py b/youtube_dl/extractor/platzi.py
index 602207beb..23c8256b5 100644
--- a/youtube_dl/extractor/platzi.py
+++ b/youtube_dl/extractor/platzi.py
@@ -46,7 +46,7 @@ class PlatziBaseIE(InfoExtractor):
headers={'Referer': self._LOGIN_URL})
# login succeeded
- if 'platzi.com/login' not in compat_str(urlh.geturl()):
+ if 'platzi.com/login' not in urlh.geturl():
return
login_error = self._webpage_read_content(