aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/teachable.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/teachable.py')
-rw-r--r--youtube_dl/extractor/teachable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/teachable.py b/youtube_dl/extractor/teachable.py
index 6f264bddc..2394f86d4 100644
--- a/youtube_dl/extractor/teachable.py
+++ b/youtube_dl/extractor/teachable.py
@@ -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'<link[^>]+href=["\']https?://(?:process\.fs|assets)\.teachablecdn\.com',
webpage)
@staticmethod