Sfoglia il codice sorgente

[extractors] Change import for theoperaplatform extractor

Sergey M․ 9 anni fa
parent
commit
7cdfbbf9b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      youtube_dl/extractor/extractors.py

+ 1 - 1
youtube_dl/extractor/extractors.py

@@ -66,7 +66,7 @@ from .arte import (
     ArteTVDDCIE,
     ArteTVMagazineIE,
     ArteTVEmbedIE,
-    ArteTVOperaPlatformIE,
+    TheOperaPlatformIE,
     ArteTVPlaylistIE,
 )
 from .atresplayer import AtresPlayerIE