[instagram] use Chrome User-Agent by default (#6379)

This commit is contained in:
Mike Fährmann
2025-03-30 22:21:38 +02:00
parent 1396ea6352
commit ee26f3ccd7
3 changed files with 5 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class InstagramExtractor(Extractor):
root = "https://www.instagram.com"
cookies_domain = ".instagram.com"
cookies_names = ("sessionid",)
useragent = util.USERAGENT_CHROME
request_interval = (6.0, 12.0)
def __init__(self, match):