1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[extractor/cellebrite] Add extractor (#4333)

Closes #4014
Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-07-13 16:03:18 +09:00
committed by GitHub
parent 418bbfd722
commit cbd4f237b4
2 changed files with 65 additions and 0 deletions

View File

@ -262,6 +262,7 @@ from .ccc import (
from .ccma import CCMAIE
from .cctv import CCTVIE
from .cda import CDAIE
from .cellebrite import CellebriteIE
from .ceskatelevize import CeskaTelevizeIE
from .cgtn import CGTNIE
from .channel9 import Channel9IE