Skip to content

Commit

Permalink
[Loom] Update: Change test case to avoid a false-positive result from…
Browse files Browse the repository at this point in the history
… test/test_unicode_literals.py
  • Loading branch information
wongyiuhang committed Feb 3, 2021
1 parent 287e710 commit c9f3667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions youtube_dl/extractor/loom.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ class LoomFolderIE(LoomBaseInfoIE):
_VALID_URL = r'https?://(?:www\.)?loom\.com/share/folder/(?P<id>.+)/?'
_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': {
'id': 'b14bf2c5ef434bca8ab3585b0c1e97d9',
'title': 'List B- e, u'
'id': '9a8a87f6b6f546d9a400c8e7575ff7f2',
'title': 'List A- a, i, o'
},
'playlist_mincount': 4
'playlist_mincount': 12
},
{
'url': 'https://www.loom.com/share/folder/997db4db046f43e5912f10dc5f817b5c',
Expand Down

0 comments on commit c9f3667

Please sign in to comment.