|
@ -10,7 +10,7 @@ from ..utils import ( |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class InstagramIE(InfoExtractor): |
|
|
class InstagramIE(InfoExtractor): |
|
|
_VALID_URL = r'https://instagram\.com/p/(?P<id>[^/?#&]+)' |
|
|
|
|
|
|
|
|
_VALID_URL = r'https?://(?:www\.)?instagram\.com/p/(?P<id>[^/?#&]+)' |
|
|
_TESTS = [{ |
|
|
_TESTS = [{ |
|
|
'url': 'https://instagram.com/p/aye83DjauH/?foo=bar#abc', |
|
|
'url': 'https://instagram.com/p/aye83DjauH/?foo=bar#abc', |
|
|
'md5': '0d2da106a9d2631273e192b372806516', |
|
|
'md5': '0d2da106a9d2631273e192b372806516', |
|
|