[instagram] Relax _VALID_URL (Closes #7497)

pull/8/head
Sergey M․ 2015-11-14 07:20:33 +06:00
rodzic d8a1caf04f
commit a90189c3ad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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