mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 20:33:19 +00:00
Add facebook import
This commit is contained in:
parent
9eae41ddef
commit
a50e1b32e4
|
@ -23,6 +23,7 @@
|
|||
from .extractor.bliptv import BlipTVIE, BlipTVUserIE
|
||||
from .extractor.comedycentral import ComedyCentralIE
|
||||
from .extractor.dailymotion import DailymotionIE
|
||||
from .extractor.facebook import FacebookIE
|
||||
from .extractor.gametrailers import GametrailersIE
|
||||
from .extractor.generic import GenericIE
|
||||
from .extractor.googleplus import GooglePlusIE
|
||||
|
|
Loading…
Reference in a new issue