aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/tumblr.py
Commit message (Expand)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-4/+4
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [tumblr] Improve _VALID_URL (Closes #9027)Sergey M․2016-03-301-1/+1
* [tumblr] Add a test with Instagram embedYen Chi Hsuan2016-03-241-0/+12
* [tumblr] Support Vine embeds (#8817)Yen Chi Hsuan2016-03-231-0/+16
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
* [tumblr] Remove redundant fieldSergey M․2015-10-051-1/+0
* [tumblr] Add missing fields for vidme testSergey M․2015-10-051-0/+3
* [tumblr] Remove redundant testSergey M․2015-10-051-13/+0
* [tumblr] Simplify and extract durationSergey M․2015-10-051-28/+32
* [tumblr] Added support for HD video where available (#7036)Oli Allen2015-10-051-3/+55
* [tumblr] Improve downloading notesYen Chi Hsuan2015-07-201-1/+2
* [tumblr] Delegate to GenericIE for non-tumblr videosYen Chi Hsuan2015-07-201-18/+5
* [tumblr] Support Vimeo embeds (fixes #5969)Yen Chi Hsuan2015-06-211-0/+16
* [tumblr] Add support for pornhub embeds (Closes #5963)Sergey M․2015-06-131-0/+5
* [tumblr] Detect vid.me embeds (fixes #5883)Yen Chi Hsuan2015-06-031-0/+17
* [tumblr] Dismiss warnings for optional fields (fixes #5202)Yen Chi Hsuan2015-04-151-2/+2
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
* [tumblr] Fix extraction (fixes #4029)Jaime Marquínez Ferrándiz2014-10-251-22/+13
* [tumblr] ModernizePhilipp Hagemeister2014-09-141-10/+12
* [Tumblr] fix encoding (PEP0263)Petr Půlpán2014-06-291-0/+1
* [Tumblr] fix test + add descriptionPetr Půlpán2014-06-291-4/+18
* VALID_URL changed to match different kinds of Tumblr-URLsMikeCol2014-01-281-1/+1
* [tumblr] Fix thumbnail extractionMike Col2014-01-271-2/+4
* [tumblr] Use unicode_literalsPhilipp Hagemeister2014-01-271-8/+10
* TumblrIE: update testJaime Marquínez Ferrándiz2013-06-301-4/+4
* [tumblr] Fix titlePhilipp Hagemeister2013-06-271-2/+2
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+8
* [Tumblr] move into own filePhilipp Hagemeister2013-06-231-0/+41