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