_VALID_URL=r'https?://(?:www\.)?watchnebula\.com/videos/(?P<id>[-\w]+)'# the 'id' group is actually the slug, but we misname it 'id' to be able to use _match_id()
_VALID_URL=r'https?://(?:www\.)?watchnebula\.com/videos/(?P<id>[-\w]+)'# the 'id' group is actually the display_id, but we misname it 'id' to be able to use _match_id()
'title':'That Time Disney Remade Beauty and the Beast',
'ext':'mp4',
'description':'Note: this video was originally posted on YouTube with the sponsor read included. We weren’t able to remove it without reducing video quality, so it’s presented here in its original context.',
'title':'That Time Disney Remade Beauty and the Beast',
'upload_date':'20180731',
'description':'Note: this video was originally posted on YouTube with the sponsor read included. We weren’t able to remove it without reducing video quality, so it’s presented here in its original context.',
'timestamp':1533009600,
'upload_date':'20180731',
#'uploader': 'Lindsay Ellis', # TODO: removed because unreliable/sometimes incorrect
'timestamp':1533009600,
}
'channel':'Lindsay Ellis',
}
'uploader':'Lindsay Ellis',
_WORKING=False# this is set to False because the test won't pass without an auth cookie for a (paid) subscription
'description':r're:^There’s free money on offer… if the players can all work together.',
'upload_date':'20200323',
'timestamp':1584980400,
'channel':'Tom Scott Presents: Money',
'uploader':'Tom Scott Presents: Money',
}
},
]
_WORKING=True# FIXME: should this be set to False, to hide the tests from CI, given that the unit tests require an auth cookie of a (paid) subscription?