1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-17 23:15:14 +00:00

- adding alura support

This commit is contained in:
Hugo Alves De Azevedo
2020-08-28 10:02:31 -03:00
parent 74dc105210
commit 4d75c363a7
2 changed files with 81 additions and 23 deletions

View File

@@ -36,7 +36,10 @@ from .afreecatv import AfreecaTVIE
from .airmozilla import AirMozillaIE
from .aljazeera import AlJazeeraIE
from .alphaporno import AlphaPornoIE
from .alura import AluraIE
from .alura import (
AluraIE,
AluraCourseIE
)
from .amcnetworks import AMCNetworksIE
from .americastestkitchen import AmericasTestKitchenIE
from .animeondemand import AnimeOnDemandIE