48 Commits (master)

Author SHA1 Message Date
Remita Amine edb2820ca5 [instagram] add support for tv URLs 5 years ago
jhwgh1968 31fbedc06a [instagram] Add base extractor for playlists and tag extractor 5 years ago
Sergey M․ 3052a30d42
Improve URL extraction 6 years ago
Sergey M․ 9b3036bd2e
[instagram:user] Fix extraction (closes #16119) 6 years ago
Sergey M․ 238d42cf5d
[instagram:user] Fix extraction (closes #16119) 6 years ago
Sergey M․ 68ddba20ae
[instagram:user] Remove User-Agent from signature (closes #16119) 6 years ago
Sergey M․ 315ab3d500
[instagram:user] Simplify signing (#16119) 6 years ago
Sergey M․ dd9aea8cbd
[instagram:user] Add request signing (closes #16119) 6 years ago
Sergey M․ ff826177cc
[instagram:user] Fix extraction (closes #16119) 6 years ago
Sergey M․ cba5d1b6b3
[instagram:user] Add pagination (closes #15934) 6 years ago
Remita Amine 27b1c73f14 [instagram] fix user videos extraction(fixes #15858) 6 years ago
Sergey M․ 9cbd4dda10
[instagram] Fix description, timestamp and counters extraction (closes #14755) 7 years ago
Sergey M․ 5fc12b9549
[instagram:user] Fix extraction (closes #14699) 7 years ago
Sergey M․ 18848d226a
[instagram] Fix extraction (closes #12777) 7 years ago
Sergey M․ ada77fa544
[instagram] Add support for multi video posts (closes #12226) 7 years ago
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 7 years ago
Sergey M․ a1001f47fc
[instagram] PEP 8 8 years ago
Déstin Reed 1609782258
[Instagram] Extract video dimensions 8 years ago
Déstin Reed a56e74e271 [Instagram] Extract comments 8 years ago
Sergey M․ 9a700deea4
[instagram] Remove duplicate field in test 8 years ago
Sergey M․ 98960c911c
[instagram] Extract metadata from JSON 8 years ago
Sergey M․ c23533a100
[instagram] Add support for iframe embeds 8 years ago
Sergey M․ 0dafea02e6
[instagram] Add support for embed URLs 8 years ago
Jaime Marquínez Ferrándiz 2defa7d75a [instagram:user] Fix extraction (fixes #9059)
The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.
8 years ago
Yen Chi Hsuan 87696e78d7 [instagram] Unescape description (#8817) 8 years ago
Yen Chi Hsuan c4096e8aea [instagram] Extract embed videos (#8817) 8 years ago
Sergey M․ fb4b345800 [instagram] Make description optional (Closes #8326) 8 years ago
Sergey M․ dcdc352371 [instagram:user] Improve _VALID_URL (Closes #7955) 8 years ago
Sergey M․ 67446fd49b [instagram] Improve _VALID_URL (Closes #7568) 9 years ago
Sergey M․ 4479600d57 [instagram] Add test for #7497 9 years ago
Sergey M․ a90189c3ad [instagram] Relax _VALID_URL (Closes #7497) 9 years ago
Yen Chi Hsuan e1ec93304d [instagram:user] Truncate title to 80 characters (#5919)
This is a workaround. Currently YoutubeDL.process_info() truncates
info_dict['title'] to 200 characters, but the implementation can't
handle wide characters.
9 years ago
Yen Chi Hsuan edb99d4c18 [instagram] Handling null values (fixes #5919)
I didn't add the test case here because it takes too much time. (7
minutes on my machine)
9 years ago
Jaime Marquínez Ferrándiz fc6e75dd57 [instagram] Only recognize https urls (fixes #5739)
http urls redirect to them.
9 years ago
Sergey M․ d2d8248f68 [instagram] Modernize 9 years ago
Sergey M․ f54bab4d67 [instagram] Improve _VALID_URL 9 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
10 years ago
Philipp Hagemeister 912b38b428 [instagram] Fix info_dict key name 10 years ago
Philipp Hagemeister ea38e55fff [instagram] Add support for user profiles (Fixes #2606) 10 years ago
Jaime Marquínez Ferrándiz 0de668af51 [instagram] Modernize 10 years ago
dst c0ade33e16 Correct some extractor _VALID_URL regexes 11 years ago
Filippo Valsorda 8ffa13e03e [Instagram] get the non-https link, as they are serving Akamai cert from a instagram.com domain 11 years ago
Jaime Marquínez Ferrándiz 3f40217704 InstagramIE: fix the extraction of the uploader_id and the title
The page title is now 'Instagram', so we build it.
Also extract the description
11 years ago
Philipp Hagemeister aa6b734e02 [instagram] really fix uploader_id detection (Fixes #1038) 11 years ago
Philipp Hagemeister 73b57f0ccb [instagram] fix uploader_id detection (Fixes #1038) 11 years ago
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info 11 years ago
Jaime Marquínez Ferrándiz 59fc531f78 Add InstagramIE (related #904) 11 years ago