Przeglądaj źródła

import google drive embed class

remitamine 10 lat temu
rodzic
commit
2d651a2d02
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      youtube_dl/extractor/__init__.py

+ 4 - 1
youtube_dl/extractor/__init__.py

@@ -209,7 +209,10 @@ from .globo import GloboIE
 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