mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 03:53:35 +01:00
import google drive embed class
This commit is contained in:
parent
3e5f3df172
commit
2d651a2d02
@ -209,7 +209,10 @@
|
||||
from .godtube import GodTubeIE
|
||||
from .goldenmoustache import GoldenMoustacheIE
|
||||
from .golem import GolemIE
|
||||
from .googledrive import GoogleDriveIE
|
||||
from .googledrive import (
|
||||
GoogleDriveEmbedIE,
|
||||
GoogleDriveIE,
|
||||
)
|
||||
from .googleplus import GooglePlusIE
|
||||
from .googlesearch import GoogleSearchIE
|
||||
from .gorillavid import GorillaVidIE
|
||||
|
Loading…
Reference in New Issue
Block a user