Fix teachable URL validation

archive/recovered-github-prs
ilpersi 4 years ago
parent d65d89183f
commit 70f8babcaf

@ -140,7 +140,7 @@ class TeachableIE(TeachableBaseIE):
@staticmethod
def _is_teachable(webpage):
return 'teachableTracker.linker:autoLink' in webpage and re.search(
r'<link[^>]+href=["\']https?://process\.fs\.teachablecdn\.com',
r'<img[^>]+src=["\']https?://process\.fs\.teachablecdn\.com',
webpage)
@staticmethod

Loading…
Cancel
Save