aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/instagram.py
AgeCommit message (Collapse)Author
2019-09-21[instagram] add support for tv URLsRemita Amine
2019-01-20[instagram] Add base extractor for playlists and tag extractorjhwgh1968
2018-07-21Improve URL extractionSergey M․
2018-04-18[instagram:user] Fix extraction (closes #16119)Sergey M․
2018-04-17[instagram:user] Fix extraction (closes #16119)Sergey M․
2018-04-13[instagram:user] Remove User-Agent from signature (closes #16119)Sergey M․
2018-04-11[instagram:user] Simplify signing (#16119)Sergey M․
2018-04-11[instagram:user] Add request signing (closes #16119)Sergey M․
2018-04-07[instagram:user] Fix extraction (closes #16119)Sergey M․
2018-03-21[instagram:user] Add pagination (closes #15934)Sergey M․
2018-03-15[instagram] fix user videos extraction(fixes #15858)Remita Amine
2017-11-15[instagram] Fix description, timestamp and counters extraction (closes #14755)Sergey M․
2017-11-12[instagram:user] Fix extraction (closes #14699)Sergey M․
2017-04-18[instagram] Fix extraction (closes #12777)Sergey M․
2017-02-23[instagram] Add support for multi video posts (closes #12226)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-10-01[instagram] PEP 8Sergey M․
2016-10-01[Instagram] Extract video dimensionsDéstin Reed
2016-09-28[Instagram] Extract commentsDéstin Reed
2016-07-26[instagram] Remove duplicate field in testSergey M․
2016-06-12[instagram] Extract metadata from JSONSergey M․
2016-04-16[instagram] Add support for iframe embedsSergey M․
2016-04-16[instagram] Add support for embed URLsSergey M․
2016-04-02[instagram:user] Fix extraction (fixes #9059)Jaime Marquínez Ferrándiz
The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.
2016-03-24[instagram] Unescape description (#8817)Yen Chi Hsuan
2016-03-24[instagram] Extract embed videos (#8817)Yen Chi Hsuan
2016-01-26[instagram] Make description optional (Closes #8326)Sergey M․
2015-12-23[instagram:user] Improve _VALID_URL (Closes #7955)Sergey M․
2015-11-20[instagram] Improve _VALID_URL (Closes #7568)Sergey M․
2015-11-14[instagram] Add test for #7497Sergey M․
2015-11-14[instagram] Relax _VALID_URL (Closes #7497)Sergey M․
2015-06-08[instagram:user] Truncate title to 80 characters (#5919)Yen Chi Hsuan
This is a workaround. Currently YoutubeDL.process_info() truncates info_dict['title'] to 200 characters, but the implementation can't handle wide characters.
2015-06-08[instagram] Handling null values (fixes #5919)Yen Chi Hsuan
I didn't add the test case here because it takes too much time. (7 minutes on my machine)
2015-05-18[instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz
http urls redirect to them.
2015-04-25[instagram] ModernizeSergey M․
2015-04-25[instagram] Improve _VALID_URLSergey M․
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
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).
2014-03-24[instagram] Fix info_dict key namePhilipp Hagemeister
2014-03-23[instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister
2014-02-10[instagram] ModernizeJaime Marquínez Ferrándiz
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-10-28[Instagram] get the non-https link, as they are serving Akamai cert from a ↵Filippo Valsorda
instagram.com domain
2013-07-18InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz
The page title is now 'Instagram', so we build it. Also extract the description
2013-07-13[instagram] really fix uploader_id detection (Fixes #1038)Philipp Hagemeister
2013-07-13[instagram] fix uploader_id detection (Fixes #1038)Philipp Hagemeister
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-07-01Add InstagramIE (related #904)Jaime Marquínez Ferrándiz