aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/slideshare.py
AgeCommit message (Collapse)Author
2017-07-14[slideshare] Fix extractionsatunnainen
2016-09-14Improve some _VALID_URLsstepshal
2016-07-05[slideshare] fix description extractionRemita Amine
2015-03-26[slideshare] Fix extraction (#5279)Naglis Jonaitis
2015-01-01[slideshare] Fix extractionSergey M․
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-12-01[slideshare] Fix description extractionSergey M․
2014-04-11[slideshare] Fix descriptionPhilipp Hagemeister
2014-02-09[slideshare] Fix description extraction and modernizeJaime Marquínez Ferrándiz
The ‘og:description’ property doesn’t contain the full description
2013-09-10Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz