diff options
author | Remita Amine <remitamine@gmail.com> | 2016-06-30 04:08:24 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-06-30 04:08:56 +0100 |
commit | ab47b6e881269a0329b78a294318745a54e9e7c7 (patch) | |
tree | a58e9438ee0253396061a8bc87a31c294cbdfb6f /youtube_dl/extractor/extractors.py | |
parent | df43389ade6e7a6394521ae91c0640508dceb4dc (diff) |
[theatlantic] Add new extractor(closes #6611)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, |