1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 07:05:14 +00:00

Add arte.tv Info Extractor

This commit is contained in:
Christian Albrecht
2012-08-26 09:11:19 +02:00
committed by Christian Albrecht
parent 9bb8dc8e42
commit f2ad10a97d
2 changed files with 156 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ def gen_extractors():
MixcloudIE(),
StanfordOpenClassroomIE(),
MTVIE(),
ArteTvIE(),
GenericIE()
]