aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/instagram.py
AgeCommit message (Collapse)Author
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