Commit Graph

29 Commits (1a2192cb904ff42a309ab2c2477fc226f8651f33)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Déstin Reed dcdb292fdd
Unify coding cookie
Sergey M․ afca767d19 [tumblr] Improve _VALID_URL (Closes )
Yen Chi Hsuan 32d88410eb [tumblr] Add a test with Instagram embed
Closes 
Yen Chi Hsuan fc27ea9464 [tumblr] Support Vine embeds ()
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ f2a7ed77ef [tumblr] Remove redundant field
Sergey M․ 88c86d211b [tumblr] Add missing fields for vidme test
Sergey M․ 5d84b79a30 [tumblr] Remove redundant test
Sergey M․ 140ac73965 [tumblr] Simplify and extract duration
Oli Allen 2a27e66234 [tumblr] Added support for HD video where available ()
[tumblr] Replaced test URL for HD video as old one lead to 404

[tumblr] Don't make assumptions about video resolution, cleaner handling of no HD version available

[tumblr] Removed extraneous resolution key in HD video tests
Yen Chi Hsuan 3f302bca8c [tumblr] Improve downloading notes
Yen Chi Hsuan c909e5820e [tumblr] Delegate to GenericIE for non-tumblr videos
Fixes 
Yen Chi Hsuan c5895d5dbd [tumblr] Support Vimeo embeds (fixes )
Sergey M․ 78e2b74bb9 [tumblr] Add support for pornhub embeds (Closes )
Yen Chi Hsuan 8f94784124 [tumblr] Detect vid.me embeds (fixes )
Yen Chi Hsuan ae849ca170 [tumblr] Dismiss warnings for optional fields (fixes )
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jaime Marquínez Ferrándiz 681b9caa9c [tumblr] Fix extraction (fixes )
Philipp Hagemeister 3da0e1f8cd [tumblr] Modernize
Petr Půlpán 9b27e6c3b4 [Tumblr] fix encoding (PEP0263)
Petr Půlpán 62f1f9507f [Tumblr] fix test + add description
MikeCol 9e8ee54553 VALID_URL changed to match different kinds of Tumblr-URLs
Mike Col 6737907826 [tumblr] Fix thumbnail extraction
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
Philipp Hagemeister c060b77446 [tumblr] Use unicode_literals
Jaime Marquínez Ferrándiz d4409747ba TumblrIE: update test
The video (once more) is no longer available
Philipp Hagemeister 3f223f7b2e [tumblr] Fix title
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister ae287755b7 [Tumblr] move into own file