mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 14:45:26 +00:00
[canvas] Add IE_DESC (closes #12478)
This commit is contained in:
parent
ca8fca9d9d
commit
41b263ac8a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from ..utils import float_or_none
|
|||
|
||||
|
||||
class CanvasIE(InfoExtractor):
|
||||
IE_DESC = 'canvas.be and een.be'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?P<site_id>canvas|een)\.be/(?:[^/]+/)*(?P<id>[^/?#&]+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://www.canvas.be/video/de-afspraak/najaar-2015/de-afspraak-veilt-voor-de-warmste-week',
|
||||
|
|
Loading…
Reference in a new issue