diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-12-26 22:59:10 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-12-26 23:00:15 +0700 |
commit | cec1c2f211b93d5c5b1c1ed8cd59d9bbf6f35d49 (patch) | |
tree | 35ce1756b4a65586c4fc5c85b43811c4f4002ce1 /youtube_dl | |
parent | 12053450dceda14ec63e3e721c72731f2cc40b34 (diff) |
[instagram] Fix test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/instagram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/instagram.py b/youtube_dl/extractor/instagram.py index 07c8df7a6..1eeddc3b6 100644 --- a/youtube_dl/extractor/instagram.py +++ b/youtube_dl/extractor/instagram.py @@ -35,7 +35,7 @@ class InstagramIE(InfoExtractor): 'timestamp': 1371748545, 'upload_date': '20130620', 'uploader_id': 'naomipq', - 'uploader': 'Naomi Leonor Phan-Quang', + 'uploader': 'B E A U T Y F O R A S H E S', 'like_count': int, 'comment_count': int, 'comments': list, |