mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-20 21:02:25 +01:00
This reverts commit b827ee921f.
This commit is contained in:
@@ -46,7 +46,7 @@ class PlatziBaseIE(InfoExtractor):
|
||||
headers={'Referer': self._LOGIN_URL})
|
||||
|
||||
# login succeeded
|
||||
if 'platzi.com/login' not in urlh.geturl():
|
||||
if 'platzi.com/login' not in compat_str(urlh.geturl()):
|
||||
return
|
||||
|
||||
login_error = self._webpage_read_content(
|
||||
|
||||
Reference in New Issue
Block a user