mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 16:42:52 +08:00
Update vrt.py
Adding extractor descriptions so supported sites would show up in https://github.com/rg3/youtube-dl/blob/master/docs/supportedsites.md
This commit is contained in:
parent
febfe1e262
commit
3584d35892
@ -10,6 +10,8 @@ from ..utils import (
|
||||
|
||||
|
||||
class VRTIE(InfoExtractor):
|
||||
IE_NAME = 'VRT'
|
||||
IE_DESC = 'deredactie.be, sporza.be, cobra.be, cobra.canvas.be'
|
||||
_VALID_URL = r'https?://(?:deredactie|sporza|cobra(?:\.canvas)?)\.be/cm/(?:[^/]+/)+(?P<id>[^/]+)/*'
|
||||
_TESTS = [
|
||||
# deredactie.be
|
||||
|
Loading…
Reference in New Issue
Block a user