aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2021-09-23 23:31:55 +0530
committerGitHub <noreply@github.com>2021-09-23 23:31:55 +0530
commitd1a7768432247816f699e73e3cbba19138d1e088 (patch)
tree6708a21333515942044b796160d74583df96c595 /yt_dlp/extractor/extractors.py
parent49fa4d9af725d006e4722b0e169afe99290232d7 (diff)
[Chingari] Add extractors (#1038)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 468fefbf1..eb9cff6c2 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -244,6 +244,10 @@ from .channel9 import Channel9IE
from .charlierose import CharlieRoseIE
from .chaturbate import ChaturbateIE
from .chilloutzone import ChilloutzoneIE
+from .chingari import (
+ ChingariIE,
+ ChingariUserIE,
+)
from .chirbit import (
ChirbitIE,
ChirbitProfileIE,