mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-05 06:37:54 +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/?(?:$|[?#])'
|
_VALID_URL = r'https?://(?:www\.)?instagram\.com/(?P<id>[^/]{2,})/saved/?(?:$|[?#])'
|
||||||
IE_DESC = 'Instagram saved media'
|
IE_DESC = 'Instagram saved media'
|
||||||
IE_NAME = 'instagram:saved'
|
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'
|
_QUERY_HASH = '8c86fed24fa03a8a2eea2a70a80c7b6b'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user