mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 11:33:30 +01:00
[viceland] remove outdated comment
This commit is contained in:
parent
9fa5789279
commit
6103f59095
@ -20,7 +20,6 @@ from ..utils import (
|
|||||||
class VicelandIE(AdobePass):
|
class VicelandIE(AdobePass):
|
||||||
_VALID_URL = r'https?://(?:www\.)?viceland\.com/[^/]+/video/[^/]+/(?P<id>[a-f0-9]+)'
|
_VALID_URL = r'https?://(?:www\.)?viceland\.com/[^/]+/video/[^/]+/(?P<id>[a-f0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
# FIXME: fill the test after fixing delegation problem
|
|
||||||
'url': 'https://www.viceland.com/en_us/video/cyberwar-trailer/57608447973ee7705f6fbd4e',
|
'url': 'https://www.viceland.com/en_us/video/cyberwar-trailer/57608447973ee7705f6fbd4e',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '57608447973ee7705f6fbd4e',
|
'id': '57608447973ee7705f6fbd4e',
|
||||||
|
Loading…
Reference in New Issue
Block a user