aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/instagram.py
AgeCommit message (Expand)Author
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
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
2015-06-08[instagram] Handling null values (fixes #5919)Yen Chi Hsuan
2015-05-18[instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz
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
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 in...Filippo Valsorda
2013-07-18InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz
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