aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2022-01-21 12:31:25 +0530
committerGitHub <noreply@github.com>2022-01-21 12:31:25 +0530
commit78ab4f447c7aa019bb73b7d5b711c78dc4dd0f73 (patch)
tree3774cfc0f5ab6a2887aaf8c28f18e4e747998f65 /yt_dlp/extractor/extractors.py
parent85fee2215295b099d34350d9a9ff42c086e3aef2 (diff)
downloadhypervideo-pre-78ab4f447c7aa019bb73b7d5b711c78dc4dd0f73.tar.lz
hypervideo-pre-78ab4f447c7aa019bb73b7d5b711c78dc4dd0f73.tar.xz
hypervideo-pre-78ab4f447c7aa019bb73b7d5b711c78dc4dd0f73.zip
[Newsy] Add extractor (#2416)
Closes #2346 Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index d93e36b74..7c67879ad 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -958,6 +958,7 @@ from .newgrounds import (
NewgroundsUserIE,
)
from .newstube import NewstubeIE
+from .newsy import NewsyIE
from .nextmedia import (
NextMediaIE,
NextMediaActionNewsIE,