mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-04 22:27:55 +01:00
[InstagramSaved] add test
This commit is contained in:
parent
5e452ad00d
commit
1bd46156c0
@ -360,6 +360,18 @@ class InstagramSavedIE(InstagramPlaylistIE):
|
||||
_VALID_URL = r'https?://(?:www\.)?instagram\.com/(?P<id>[^/]{2,})/saved/?(?:$|[?#])'
|
||||
IE_DESC = 'Instagram saved media'
|
||||
IE_NAME = 'instagram:saved'
|
||||
_TEST = {
|
||||
'url': 'https://www.instagram.com/tatsh2dx/saved/',
|
||||
'info_dict': {
|
||||
'id': 'tatsh2dx',
|
||||
'title': 'tatsh2dx',
|
||||
},
|
||||
'playlist_count': 5,
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
'playlistend': 5,
|
||||
}
|
||||
}
|
||||
|
||||
_QUERY_HASH = '8c86fed24fa03a8a2eea2a70a80c7b6b'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user