From ab47b6e881269a0329b78a294318745a54e9e7c7 Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Thu, 30 Jun 2016 04:08:24 +0100 Subject: [theatlantic] Add new extractor(closes #6611) --- youtube_dl/extractor/extractors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/extractors.py') diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 80d1bbe20..d9ffde449 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -799,6 +799,7 @@ from .teletask import TeleTaskIE from .telewebion import TelewebionIE from .testurl import TestURLIE from .tf1 import TF1IE +from .theatlantic import TheAtlanticIE from .theintercept import TheInterceptIE from .theplatform import ( ThePlatformIE, -- cgit v1.2.3