Browse Source

import google drive embed class

totalwebcasting
remitamine 10 years ago
parent
commit
2d651a2d02
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      youtube_dl/extractor/__init__.py

+ 4
- 1
youtube_dl/extractor/__init__.py View File

@ -209,7 +209,10 @@ from .globo import GloboIE
from .godtube import GodTubeIE from .godtube import GodTubeIE
from .goldenmoustache import GoldenMoustacheIE from .goldenmoustache import GoldenMoustacheIE
from .golem import GolemIE from .golem import GolemIE
from .googledrive import GoogleDriveIE
from .googledrive import (
GoogleDriveEmbedIE,
GoogleDriveIE,
)
from .googleplus import GooglePlusIE from .googleplus import GooglePlusIE
from .googlesearch import GoogleSearchIE from .googlesearch import GoogleSearchIE
from .gorillavid import GorillaVidIE from .gorillavid import GorillaVidIE


Loading…
Cancel
Save