mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[viceland] remove outdated comment
This commit is contained in:
parent
9fa5789279
commit
6103f59095
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
class VicelandIE(AdobePass):
|
||||
_VALID_URL = r'https?://(?:www\.)?viceland\.com/[^/]+/video/[^/]+/(?P<id>[a-f0-9]+)'
|
||||
_TEST = {
|
||||
# FIXME: fill the test after fixing delegation problem
|
||||
'url': 'https://www.viceland.com/en_us/video/cyberwar-trailer/57608447973ee7705f6fbd4e',
|
||||
'info_dict': {
|
||||
'id': '57608447973ee7705f6fbd4e',
|
||||
|
|
Loading…
Reference in a new issue