_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()
'title':'That Time Disney Remade Beauty and the Beast',
'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.',
'upload_date':'20180731',
'timestamp':1533009600,
#'uploader': 'Lindsay Ellis', # TODO: removed because unreliable/sometimes incorrect
}
}
_WORKING=False# this is set to False because the test won't pass without an auth cookie for a (paid) subscription
_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',
'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.',
'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?