mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 16:06:49 +00:00
[Loom] Update: Change test case to avoid a false-positive result from test/test_unicode_literals.py
This commit is contained in:
parent
287e710bff
commit
c9f3667e2e
@ -135,12 +135,12 @@ class LoomFolderIE(LoomBaseInfoIE):
|
|||||||
_VALID_URL = r'https?://(?:www\.)?loom\.com/share/folder/(?P<id>.+)/?'
|
_VALID_URL = r'https?://(?:www\.)?loom\.com/share/folder/(?P<id>.+)/?'
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'https://www.loom.com/share/folder/997db4db046f43e5912f10dc5f817b5c/List%20B-%20e%2C%20u',
|
'url': 'https://www.loom.com/share/folder/997db4db046f43e5912f10dc5f817b5c/List%20A-%20a%2C%20i%2C%20o',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'b14bf2c5ef434bca8ab3585b0c1e97d9',
|
'id': '9a8a87f6b6f546d9a400c8e7575ff7f2',
|
||||||
'title': 'List B- e, u'
|
'title': 'List A- a, i, o'
|
||||||
},
|
},
|
||||||
'playlist_mincount': 4
|
'playlist_mincount': 12
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'https://www.loom.com/share/folder/997db4db046f43e5912f10dc5f817b5c',
|
'url': 'https://www.loom.com/share/folder/997db4db046f43e5912f10dc5f817b5c',
|
||||||
|
Loading…
Reference in New Issue
Block a user