about summary refs log tree commit diff
path: root/youtube_dl/extractor/instagram.py
Commit message (Collapse)AuthorAgeFilesLines
* [instagram] Fix description, timestamp and counters extraction (closes #14755)Sergey M․2017-11-151-4/+12
|
* [instagram:user] Fix extraction (closes #14699)Sergey M․2017-11-121-65/+62
|
* [instagram] Fix extraction (closes #12777)Sergey M․2017-04-181-2/+6
|
* [instagram] Add support for multi video posts (closes #12226)Sergey M․2017-02-231-0/+54
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-3/+3
|
* [instagram] PEP 8Sergey M․2016-10-011-2/+2
|
* [Instagram] Extract video dimensionsDéstin Reed2016-10-011-2/+10
|
* [Instagram] Extract commentsDéstin Reed2016-09-281-0/+11
|
* [instagram] Remove duplicate field in testSergey M․2016-07-261-1/+0
|
* [instagram] Extract metadata from JSONSergey M․2016-06-121-11/+61
|
* [instagram] Add support for iframe embedsSergey M․2016-04-161-0/+6
|
* [instagram] Add support for embed URLsSergey M․2016-04-161-2/+7
|
* [instagram:user] Fix extraction (fixes #9059)Jaime Marquínez Ferrándiz2016-04-021-1/+1
| | | | The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.
* [instagram] Unescape description (#8817)Yen Chi Hsuan2016-03-241-0/+3
|
* [instagram] Extract embed videos (#8817)Yen Chi Hsuan2016-03-241-0/+13
|
* [instagram] Make description optional (Closes #8326)Sergey M․2016-01-261-2/+14
|
* [instagram:user] Improve _VALID_URL (Closes #7955)Sergey M․2015-12-231-1/+1
|
* [instagram] Improve _VALID_URL (Closes #7568)Sergey M․2015-11-201-1/+1
|
* [instagram] Add test for #7497Sergey M․2015-11-141-2/+5
|
* [instagram] Relax _VALID_URL (Closes #7497)Sergey M․2015-11-141-1/+1
|
* [instagram:user] Truncate title to 80 characters (#5919)Yen Chi Hsuan2015-06-081-2/+5
| | | | | | This is a workaround. Currently YoutubeDL.process_info() truncates info_dict['title'] to 200 characters, but the implementation can't handle wide characters.
* [instagram] Handling null values (fixes #5919)Yen Chi Hsuan2015-06-081-1/+3
| | | | | I didn't add the test case here because it takes too much time. (7 minutes on my machine)
* [instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz2015-05-181-4/+4
| | | | http urls redirect to them.
* [instagram] ModernizeSergey M․2015-04-251-5/+3
|
* [instagram] Improve _VALID_URLSergey M․2015-04-251-1/+1
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+24
| | | | 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).
* [instagram] Fix info_dict key namePhilipp Hagemeister2014-03-241-1/+1
|
* [instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister2014-03-231-0/+68
|
* [instagram] ModernizeJaime Marquínez Ferrándiz2014-02-101-18/+22
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* [Instagram] get the non-https link, as they are serving Akamai cert from a ↵Filippo Valsorda2013-10-281-1/+1
| | | | instagram.com domain
* InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz2013-07-181-12/+10
| | | | | The page title is now 'Instagram', so we build it. Also extract the description
* [instagram] really fix uploader_id detection (Fixes #1038)Philipp Hagemeister2013-07-131-2/+3
|
* [instagram] fix uploader_id detection (Fixes #1038)Philipp Hagemeister2013-07-131-2/+2
|
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-8/+2
|
* Add InstagramIE (related #904)Jaime Marquínez Ferrándiz2013-07-011-0/+42